From 5ddc2aaf7f206d725646f91395f2e75f94de8295 Mon Sep 17 00:00:00 2001 From: zomo Date: Wed, 15 Apr 2026 21:28:19 -0500 Subject: [PATCH] updated readme to reflect ini parser update --- readme.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index cadaec6..fcd678e 100644 --- a/readme.md +++ b/readme.md @@ -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= +credits= +links= ``` ## 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