darkpanda
Dark Prince
- Joined
- Oct 28, 2007
- Messages
- 844
Another small hack into CIV.EXE (v474.01) that chooses random starting positions when playing the EARTH map!
Look for the following the sequence (occurs at offset 0x3041F in my version):
Replace the by 0x74 with 0x7D:
That's it !
Look for the following the sequence (occurs at offset 0x3041F in my version):
Code:
0003041F: 8A E6 00 [B][COLOR="Red"]74[/COLOR][/B] 20 8B 5E
Replace the by 0x74 with 0x7D:
Code:
0003041F: 8A E6 00 [B][COLOR="Blue"]7D[/COLOR][/B] 20 8B 5E
That's it !