darkpanda
Dark Prince
- Joined
- Oct 28, 2007
- Messages
- 844
Tired of manually disabling the "Instant Advice" or enabling "End Of Turn" when you start a new Civ game ?
Here is how to hack your CIV.EXE to modify the default game settings when Civ starts a new game:
Note: if you chose to play without Sound, Civ will automatically disable the Sound flag later on...
Here is how to hack your CIV.EXE to modify the default game settings when Civ starts a new game:
- The default game settings are stored a single byte, where each bit is an ON/OFF flag for one of the 8 game settings (see the SVE reference data for the meaning of each flag)
- this byte is located at offset 0x2FAF2 in version EN 474.01 of Civ, and offset 0x2FAF7 in version EN 474.05:
Code:
0002FAF2h: C7 06 C0 19 [B][COLOR="Red"]FA[/COLOR][/B] 00
- As you can see, the default value is 0xFA, written as 11111010 in binary notation; change it to your liking and play!
Note: if you chose to play without Sound, Civ will automatically disable the Sound flag later on...