2.2 - The Data Files
The variables that Configator can change are listed in the
data files that are found in the Data
folder. Tweaking them is pretty simple.
Categories
The different categories for the variables are listed in the
"Categories.ini" file. You can change the order and the names of the
categories and even add new ones. Just remember to rename the actual
data files as well.
Data
The
variables are listed
in the data files, "Audio.txt" and "Graphics.txt" for example. All of
these data files include a list of different variables, their names,
their descriptions etc. Adding a new variable is pretty
straight-forward. Find an empty line and type in these lines:
Name = Name of this variable
Config = The configuration name for this variable. This one will be
found from the "Fallout.ini" file.
Format = The format of this variable. This can be ONOFF, VALUE, VALUE2
or DECIM. More about this later.
Range = If the variable isn't just a simple ON/OFF variable you can
define a range for it, the minimum value and the maximum value.
OPTIONAL
Image = You can define an image that will be displayed with this
variable. The image should be in the "Data\Images"
folder. Example: MyPicture.jpg OPTIONAL
#After you've defined the name and the format etc. you can give the
variable a nice description that tells what it does. The description
will start with # and can have multiple lines. OPTIONAL
The format is either ONOFF, VALUE, VALUE2 or DECIM.
ONOFF means the variable must always be 0 or 1.
VALUE can be anything between -99999 and 99999
VALUE2 must be a value in the power of 2, ie. 128, 256, 512, 1024 and
so on.
DECIM is like value but it has decimals. -99999.0 - 99999.0
If the format is something else than ONOFF you can define a "step"
value for it. The step value must be separated from the format with the
< : > mark.
Example: Format =DECIM:2.5
The step value in the example is 2.5. This means that when you're using
Configator you can change this value with buttons < and
>. Every
time you click a button the value will increase or decrease by 2.5.
Contents
I take no responsibility of any harm(s) the use of this program may or
may not cause. The program comes with no warranties: You'll use the
program on your own risk!
This program may be freely distributed as long as the program and the
data files with it stay intact. Any file or part of the program may not
be modified or changed in any way.