Windows 7 and the debug command

ZedGargantua

Chieftain
Joined
Apr 19, 2011
Messages
5
Civ runs very well under Win 7 using the DOS-Box.
No problem with that.
But if I want to hack the .sve files using the DEBUG command it always says "invalid command".
So I got an other Hex editor. FxD for instance (great stuff, very intuitive use).
I just noticed that all the addresses are offset by minus 01 00.

For example to get 30000 bucks you would type FF 75 at the address 02 3E but if you use the FxD editor you will have to type FF 75 at the address 01 3E.

I haven't tried with any other editor but just in case, be aware of it.;)
 
DOSBox doesn't include a full DOS environment but if you copy DEBUG.EXE from a DOS installation it should work.
 
Top Bottom