So, I've been reading Allard Hofelt's hex editing guide, specifically the units' section and I'm interested which byte determines the unit's "moves left". Sadly I can't find any info, not even in the ancient Apolyton's pages.
I saved a file (version MGE, which has 32 bytes for each unit) and after moving a horseman only 1 turn saved it again and compared the two. For this unit the difference (besides X-Y coordinates) is in bytes 5, 9 and 12:
regards
I saved a file (version MGE, which has 32 bytes for each unit) and after moving a horseman only 1 turn saved it again and compared the two. For this unit the difference (besides X-Y coordinates) is in bytes 5, 9 and 12:
- byte 5: before = 00hex, after = 40hex (=64dec)
- byte 9: before = 00hex, after = 03hex
- byte 12: before = FFhex, after = 02hex
regards