📄 clock.txt
字号:
//////// Clock v2.1 By StarHawk
// Introduction
- This plugin is used for display times in different timezones which can be really helpful when you know people accross the nation/world.
// Installing / Setting Up
- Extract Clock.dll and Clock.ini into your \Plugins\ directory.
- Either;
- Open up Init.txt and add plugin_load Clock.dll (Short: load Clock)
- Once in-game bring up the console and type plugin_load Clock.dll (Short: load Clock)
// Configuraing
- Once installed you can now setup how you want Clock to display.
- Open up Clock.ini and use the following to configure Clock;
-Setting Timezones: Add lines following the format below for each timezone;
TimeZoneDisplayName=Real Timezone name (EX: GMT=Greenwich Mean Time
NOTE: For timezone names refer to: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wpossetup/htm/microsofttimezoneindexvalues.asp
-Setting the position (negative numbers will subtract from the right, or bottom part of the screen);
X=X (EX: X=100)
Y=Y (EX: Y=5)
-Setting the Format;
FORMAT=FORMATTING CODE (EX: FORMAT=%#I:%M %p %t)
NOTE: For formatting codes refer to: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_strftime.2c_.wcsftime.asp
NOTE: %t is a custom format code - It will display the KEY value from the [TimeZone] section
-Setting the Delimiter;
DELIMITER=Delimiter code (EX: DELIMITER=\n)
-Setting the Text Display-- use numbers 0-255 for ARGB Codes;
ALPHA=Alpha (EX: ALPHA=255)
RED=Red (EX: RED=255)
GREEN=Green (EX: GREEN=255)
BLUE=Blue (EX: BLUE=255)
FONT=Font (EX: FONT=Arial)
SIZE=Size (EX: SIZE=10)
-Setting up the background display-- use numbers 0-255 for ARGB Codes;
VISIBLE=Visible (EX: VISIBLE=0 (Off), VISIBLE=1 (ON))
ALPHA=Alpha (EX: ALPHA=200)
RED=Red (EX: RED=0)
GREEN=Green (EX: GREEN=0)
BLUE=Blue (EX: BLUE=0)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -