Quote:
izaqyos said:
@Evil Dave, I used a hex editor to view the .2h and .trn files but I didn't see the turn numbers at all.
|
I'm using xxd under Mac O/S 10. In a game at 171, the first line of the dump looks like this:
0000000: 0102 0444 4f4d f609 0000 d400 0000 ab00 ...DOM..........
^address ^bytes ^ascii equivalent
I've put the turn number bytes in bold. 0xab == 171 decimal. I hope the save file is the same under all architectures.