2238
m |
m (CustomIni) |
||
Line 15: | Line 15: | ||
'''''Default: on''''' | '''''Default: on''''' | ||
+ | |||
+ | == CustomIni == | ||
+ | |||
+ | Allows to load different .ini files into client, what allows easier loading of custom client interfaces. You don't need to replace default/faction.ini anymore, just save file with your modifications and add it to CustomIni list. | ||
+ | |||
+ | New ini files are loaded parsed after loading all [[DataFiles|data files]], for making "one file - one interface" possible. | ||
+ | |||
+ | Notes: | ||
+ | * if you want to load more than one file, separate it with pipe symbol (|) | ||
+ | |||
+ | '''''Type: [[Configuration#string|string]]''''' | ||
+ | |||
+ | '''''Default: none''''' | ||
== DisplayNames == | == DisplayNames == |
Revision as of 08:03, 2 March 2011
Contents |
Autosave
If possible, client will try to update config file every time you change setting in game, by using function keys, or a command. They will be used next time you start a game. Can be used in config file only.
Notes:
- with autosave enabled, all comments/empty lines will be removed
Type: boolean
Default: off
Awareness
See: awareness command
Type: boolean
Default: on
CustomIni
Allows to load different .ini files into client, what allows easier loading of custom client interfaces. You don't need to replace default/faction.ini anymore, just save file with your modifications and add it to CustomIni list.
New ini files are loaded parsed after loading all data files, for making "one file - one interface" possible.
Notes:
- if you want to load more than one file, separate it with pipe symbol (|)
Type: string
Default: none
DisplayNames
Turns on/off the display of character names above head. (Hotkey: F6)
Type: boolean
Default: off
DisplayTC
Turns on/off display of Town Control messages. (Hotkey: F11)
Type: boolean
Default: on
DisplayTCZones
Turns on/off displaying the Town Control capture zone. (Hotkey: F10)
0: don't display any info
1: display information text ("inside/outside capture zone") and zone borders
2: display information text ("inside/outside capture zone"), more visible zone borders
Type: number (unsigned)
Range: 0-2
Default: 0
MouseScroll
Turns on/off scrolling of map using mouse. (Hotkey: F8)
Type: boolean
Default: on