Category:Configuration
m (update) |
m |
||
Line 1: | Line 1: | ||
+ | == Intro == | ||
FOnline2238.cfg is a config file for various 2238-specific features, which don't exists in vanilla version (like [[DataFiles|data files]] loading, on-screen [[timeouts]] etc). This file is not created by installer/FOConfig and is not required to run the game. If file can't be found in FOnline directory, default values are used. | FOnline2238.cfg is a config file for various 2238-specific features, which don't exists in vanilla version (like [[DataFiles|data files]] loading, on-screen [[timeouts]] etc). This file is not created by installer/FOConfig and is not required to run the game. If file can't be found in FOnline directory, default values are used. | ||
− | Articles in this category describe each section of config file. | + | Articles in this category describe [[#mw-pages|each section]] of config file. |
Remember, FOnline2238.cfg is '''NOT''' replacement of FOnline.cfg. | Remember, FOnline2238.cfg is '''NOT''' replacement of FOnline.cfg. | ||
+ | |||
+ | == Details == | ||
+ | |||
+ | === Settings types === | ||
+ | |||
+ | ==== boolean ==== | ||
+ | Sets value to '''true''' or '''false'''. To set value to '''true''', use one of following: | ||
+ | |||
+ | * true | ||
+ | * yes | ||
+ | * on | ||
+ | * 1 | ||
+ | |||
+ | Everything else sets value to '''false''' | ||
+ | |||
+ | {| border=1 | ||
+ | | CampOnWorldmap=0 | ||
+ | |- | ||
+ | | NeverUseAlts=true | ||
+ | |} | ||
+ | |||
+ | ==== string ==== | ||
+ | Accepts any text You specify. | ||
+ | |||
+ | {| border=1 cellspacing="1" | ||
+ | | BadBoy=Metzger | ||
+ | |- | ||
+ | | GoodBoy=Harold and his tree | ||
+ | |} | ||
+ | |||
+ | ==== number ==== | ||
+ | Number can be '''signed''' (-1207, 0, 1337, etc.) or '''unsigned''' (0, 1337, etc; if negative value is given, it defaults to 0). | ||
+ | |||
+ | {| border=1 | ||
+ | | LuckyNumber=7 | ||
+ | |- | ||
+ | | BluesuitsKilled=5000 | ||
+ | |- | ||
+ | | MyBarterSkill=-5 | ||
+ | |} | ||
+ | |||
+ | ==== color ==== | ||
+ | Accepts values in [http://en.wikipedia.org/wiki/RGB_color_model RGB format]. | ||
+ | |||
+ | {| border=1 | ||
+ | | Green=0 255 0 | ||
+ | |- | ||
+ | | Red=255 0 0 | ||
+ | |} |
Revision as of 19:11, 23 November 2010
Contents |
Intro
FOnline2238.cfg is a config file for various 2238-specific features, which don't exists in vanilla version (like data files loading, on-screen timeouts etc). This file is not created by installer/FOConfig and is not required to run the game. If file can't be found in FOnline directory, default values are used.
Articles in this category describe each section of config file.
Remember, FOnline2238.cfg is NOT replacement of FOnline.cfg.
Details
Settings types
boolean
Sets value to true or false. To set value to true, use one of following:
- true
- yes
- on
- 1
Everything else sets value to false
CampOnWorldmap=0 |
NeverUseAlts=true |
string
Accepts any text You specify.
BadBoy=Metzger |
GoodBoy=Harold and his tree |
number
Number can be signed (-1207, 0, 1337, etc.) or unsigned (0, 1337, etc; if negative value is given, it defaults to 0).
LuckyNumber=7 |
BluesuitsKilled=5000 |
MyBarterSkill=-5 |
color
Accepts values in RGB format.
Green=0 255 0 |
Red=255 0 0 |
Pages in category "Configuration"
The following 4 pages are in this category, out of 4 total.