FOnline2238.cfg

From FOnline: 2238 Wiki
(Difference between revisions)
Jump to: navigation, search
m (will be reworked shortly)
Line 1: Line 1:
 +
{{Outdated}}
 +
 +
 
== Intro ==
 
== Intro ==
 
"FOnline2238.cfg" is a configuration file for various FOnline 2238 specific features that don't exist in vanilla [[Fallout 2]] such as [[DataFiles|data files]] loading, on-screen [[timeouts]] and more. This file is not created by the installer or [[FOConfig.exe]] and is not required to run the game. If the file cannot be found in the FOnline directory, default values are used.
 
"FOnline2238.cfg" is a configuration file for various FOnline 2238 specific features that don't exist in vanilla [[Fallout 2]] such as [[DataFiles|data files]] loading, on-screen [[timeouts]] and more. This file is not created by the installer or [[FOConfig.exe]] and is not required to run the game. If the file cannot be found in the FOnline directory, default values are used.

Revision as of 12:48, 28 November 2012

Broken Computer.png Warning
Some information on this page or section may be outdated. Proceed with caution.


Contents

Intro

"FOnline2238.cfg" is a configuration file for various FOnline 2238 specific features that don't exist in vanilla Fallout 2 such as data files loading, on-screen timeouts and more. This file is not created by the installer or FOConfig.exe and is not required to run the game. If the file cannot be found in the FOnline directory, default values are used.

Remember, FOnline2238.cfg is NOT a replacement of "FOnline.cfg."

Note: You can easily edit this file with text editor, or use provided tool FO2238Config.exe instead.

Details

FOnline2238.cfg uses very simple INI-like format to configure various settings and features.

Basic configuration example

[2238]
DisplayNames=true

Notes:

  • Lines starting with hash ("#"), semicolon (";") are ignored (may be used as comments)
  • If file starts with UTF-8 BOM, it's simply stripped from first line

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


FOnline2238.cfg sections

These articles describe each section of this configuration file.

Personal tools
Contribute