Takagi, post: 49237, member: 3669 wrote:I have 64bit Win 10. But the game itself gives me no choice. Like, there's only one .exe file and no choice in Steam client.
Ok, so it definitely seems that both game versions are very different...sad.
Then, check that opcode at the address
Code: Select all
'Ship:DamageShip+5f' (movzx eax,byte ptr [edi+00000281])
do righ-click on it, then 'Find out what this instruction accesses'
Once you obtained an address, right-click on it then 'Open dissect data with selected address'. But before doing it, be sure 'Mono' feature is still activated (Mono tab -> Activate Mono features). CE will show up a pre-defined name of the new structure (in our case it is Ship), keep it like that (always OK and Yes).
You'll have a new window with many offsets, names and addresses - post a capture here, pls (especially the part of the offset from the previous opcode (0x281)).
'