CONFIG00.DAT: Difference between revisions
From Populous Wiki
Line 15: | Line 15: | ||
and the rest of the values you'll have to pull from the monitor. | and the rest of the values you'll have to pull from the monitor. | ||
=== Sky (ON/OFF) === | === Sky (ON/OFF)* === | ||
OFFSET(d): | OFFSET(d): | ||
69 | 69 | ||
Notes: ON = | |||
Notes: ON = 151, OFF = 23 | |||
=== Foot Steps (ON/OFF)* === | === Foot Steps (ON/OFF)* === | ||
OFFSET(d): | OFFSET(d): |
Revision as of 12:55, 8 March 2014
Stores all of the games settings, including the ones using the cheat/debug menu.
Work in progress, not every setting has been tested extensively. It is very possible I misread the data or I made a typo. Verify it.
- = Confirmed
Graphics Settings
Resolution*:
0x0 is the resolution it is a byte. Its ordered in lowest resolution (640 x 480) to highest resolution of your monitor. This is probably the most simplest, but complex setting in this list.
Example: 0 = 640 x 480 1 = 800 x 600
and the rest of the values you'll have to pull from the monitor.
Sky (ON/OFF)*
OFFSET(d): 69
Notes: ON = 151, OFF = 23
Foot Steps (ON/OFF)*
OFFSET(d): 74
Notes: 128 ON, 129 OFF
Reduce Screen (ON/OFF)*
OFFSET(d): 168
Notes: 0 = OFF, 02 = ON
High Quality Textures (LOW/HIGH)*
OFFSET(d): 172
Notes: 0 = LOW, 128 = HIGH
Gamma*
OFFSET(d): 151 152
Notes: No idea how these work.
Sound Settings
Sound (ON/OFF)*
OFFSET(d): 43
Notes: 1 = ON, 0 = OFF
Music (ON/OFF)*
OFFSET(d): 44
Notes: 1 = ON, 0 = OFF
Sound Quality (LOW/HIGH)*
OFFSET(d): 176
Notes: 0 = LOW, 4 = HIGH.
Sound (VOLUME)*
OFFSET(d): 129
Notes: 0 - 127
Music (VOLUME)*
OFFSET(d): 130
Notes: 0 - 127
Game
Tooltips (EXPANDED/SCROLLING)
OFFSET(d): 123 127 133 137 141 145 149 155 159 163 167 175
Notes: 3 = EXPANDED, 7 = SCROLLING, These two may be linked, so could any of the ones above.
Rotation (CURSOR/CTRL CURSOR)
OFFSET(d): 123 127 133 137 141 145 149 155 159 163 167 175
Notes: 3 = CURSOR 23 = CTRL CURSOR, These two may be linked, so could any of the ones above.
Flip Rotation (ON/OFF)
OFFSET(d): 123 127 133 137 141 145 149 155 159 163 167 175
Notes: 3 = ON 0B = OFF, Starting to see a pattern here.
Stay Selected (ON/OFF)
OFFSET(d): 123 127 133 137 141 145 149 155 159 163 167 175
Notes: 13 = ON 3 = OFF, Hmm, All the default values = 3
Stay Selected (ON/OFF)
OFFSET(d): 123 127 133 137 141 145 149 155 159 163 167 175
Notes: 3 = ON 1 = OFF, Challange Accecpted.
Debug Settings 'O'
Coming soon, probably after I sort that mess up above.