updated readme to reflect ini parser update
This commit is contained in:
@@ -47,10 +47,9 @@ Each room's settings should be placed in a `ROOM.ini` (or `ROOM.txt`) file. Read
|
||||
|
||||
The settings from each `ROOM.ini` file will be used to generate the final `CF.ini` file.
|
||||
|
||||
The following is an example `ROOM.ini` file. This is also the file's default settings, so any room with no `ROOM.ini`, or with missing settings from their `ROOM.ini` file, will use these values. The section title does not matter, in this case it's `example`.
|
||||
The following is an example `ROOM.ini` file. This is also the file's default settings, so any room with no `ROOM.ini`, or with missing settings from their `ROOM.ini` file, will use these values. Section titles (`[example]`) do not matter, they can be included or ommitted, the program searches all sections for all values.
|
||||
|
||||
```ini
|
||||
[example]
|
||||
size=1
|
||||
speed=1
|
||||
FOV=55
|
||||
@@ -61,9 +60,9 @@ Fog_Color=0
|
||||
Fog_End=-1
|
||||
Mini_speed=1
|
||||
|
||||
name=
|
||||
credits=
|
||||
links=
|
||||
name=<empty string>
|
||||
credits=<empty string>
|
||||
links=<empty string>
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -116,7 +115,6 @@ Here is an example of the example `ROOM.ini` above but directly assigned to nigh
|
||||
night=1
|
||||
room=1
|
||||
|
||||
[example]
|
||||
size=1
|
||||
speed=1
|
||||
FOV=55
|
||||
|
||||
Reference in New Issue
Block a user