Actions

CONFIG00.DAT: Difference between revisions

From Populous Wiki

No edit summary
Line 3: Line 3:
Work in progress
Work in progress


<nowiki>*</nowiki> = Confirmed
== Graphics Settings ==
== Graphics Settings ==


=== Resolution*: ===
=== 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.  
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.  


Line 15: Line 14:
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
Line 21: Line 20:
Notes: ON = 151, OFF = 23
Notes: ON = 151, OFF = 23


=== Foot Steps (ON/OFF)* ===
=== Foot Steps (ON/OFF) ===
OFFSET(d):
OFFSET(d):
74
74
Line 27: Line 26:
Notes: 128 ON, 129 OFF
Notes: 128 ON, 129 OFF


=== Reduce Screen (ON/OFF)* ===
=== Reduce Screen (ON/OFF) ===
OFFSET(d):
OFFSET(d):
168
168
Line 33: Line 32:
Notes: 0 = OFF, 02 = ON
Notes: 0 = OFF, 02 = ON


=== High Quality Textures (LOW/HIGH)* ===
=== High Quality Textures (LOW/HIGH) ===
OFFSET(d):
OFFSET(d):
172
172
Line 39: Line 38:
Notes: 0 = LOW, 128 = HIGH
Notes: 0 = LOW, 128 = HIGH


=== Gamma* ===
=== Gamma ===
OFFSET(d):
OFFSET(d):
151
151
152
152


Notes: No idea how these work.
Notes: No idea how these work. Needs work from other people, I don't think I can figure how to use these.


== Sound Settings ==
== Sound Settings ==


=== Sound (ON/OFF)* ===
=== Sound (ON/OFF) ===
OFFSET(d):
OFFSET(d):
43
43
Line 54: Line 53:
Notes: 1 = ON, 0 = OFF
Notes: 1 = ON, 0 = OFF


=== Music (ON/OFF)* ===
=== Music (ON/OFF) ===
OFFSET(d):
OFFSET(d):
44
44
Line 60: Line 59:
Notes: 1 = ON, 0 = OFF
Notes: 1 = ON, 0 = OFF


=== Sound Quality (LOW/HIGH)* ===
=== Sound Quality (LOW/HIGH) ===
OFFSET(d):
OFFSET(d):
176
176
Line 66: Line 65:
Notes: 0 = LOW, 4 = HIGH.
Notes: 0 = LOW, 4 = HIGH.


=== Sound (VOLUME)* ===
=== Sound (VOLUME) ===
OFFSET(d):
OFFSET(d):
129
129
Line 72: Line 71:
Notes: 0 - 127
Notes: 0 - 127


=== Music (VOLUME)* ===
=== Music (VOLUME) ===
OFFSET(d):
OFFSET(d):
130
130
Line 79: Line 78:


== Game ==
== Game ==
=== Tooltips (EXPANDED/SCROLLING)* ===
=== Tooltips (EXPANDED/SCROLLING) ===
OFFSET(d):
OFFSET(d):
137
137
Line 85: Line 84:
Notes: 3 = EXPANDED, 7 = SCROLLING
Notes: 3 = EXPANDED, 7 = SCROLLING


=== Rotation (CURSOR/CTRL CURSOR)* ===
=== Rotation (CURSOR/CTRL CURSOR) ===
OFFSET(d):
OFFSET(d):
149
149
Line 91: Line 90:
Notes: 3 = CURSOR 35 = CTRL CURSOR
Notes: 3 = CURSOR 35 = CTRL CURSOR


=== Flip Rotation (ON/OFF)* ===
=== Flip Rotation (ON/OFF) ===
OFFSET(d):
OFFSET(d):
141
141

Revision as of 13:39, 8 March 2014

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

Work in progress

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. Needs work from other people, I don't think I can figure how to use these.

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): 137

Notes: 3 = EXPANDED, 7 = SCROLLING

Rotation (CURSOR/CTRL CURSOR)

OFFSET(d): 149

Notes: 3 = CURSOR 35 = CTRL CURSOR

Flip Rotation (ON/OFF)

OFFSET(d): 141

Notes: 11 = ON 3 = OFF

Stay Selected (ON/OFF)

OFFSET(d): 145

Notes: 3 = ON 19 = OFF

Autocast Spell (ON/OFF)

OFFSET(d): 133

Notes: 3 = ON 1 = OFF

Debug Settings 'O'

Coming soon