Actions

CONFIG00.DAT: Difference between revisions

From Populous Wiki

Line 11: Line 11:
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.


WIP (Work in progress)


Raw Notes:
Raw Notes:

Revision as of 10:07, 8 March 2014

Stores all of the games settings, including the ones using the cheat/debug menu.

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.

Example: 0 = 640 x 480 1 = 800 x 600

and the rest of the values you'll have to pull from the monitor.


Raw Notes:

===============================

Resolution OFFSET(d): 0 (START OF FILE) Notes:

===============================

Sky ON/OFF: OFFSET(d): 10 14 31 36 40 46 53 57 61 65 69 73 77 97 101 170 Notes: ON = 97, OFF = 17

===============================

Foot Steps: OFFSET(d): 11 15 32 37 41 47 54 58 62 66 70 74 78 98 102 171 Notes: 80 ON, 81 OFF

===============================

Reduce Screen: OFFSET(d): 124 128 134 138 142 146 150 156 160 164 168 176 (EOF) Notes: 00 = OFF, 02 = ON

===============================

High Quality Textures: OFFSET(d): 12 16 33 38 42 48 55 59 63 67 71 75 79 99 103 172 Notes: 10 = OFF, 90 = ON

===============================

Gamma: OFFSET(d): 151 152 Notes: No idea how these work.

===============================

Sound Settings