View Single Post
Old 11-14-15, 03:32 AM   #2
berez
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default exe editing with hexeditor

How to patch your sh5.exe file for v0.0.1 (fixes broken hydrophone station):
- make a backup of your SH5.exe file
- open the SH5.exe file with a hex editor
- go to address 0x197A4A and change the byte from 75 to 74

In hexeditor direkt go to position 1669706 (more simple)and change/save

- open the sh5.exe file with a hex editor
- go to address 0xA8C43 and change the byte from 34 to 3A
- go to address 0xA8C4F and change the byte from 35 to 3B
- go to address 0xA8C5B and change the byte from 36 to 3C

This not found,all entries only from 0x000000 to 0x42D790

go to address 0x103F95 and change the 4 bytes to the color wanted for the marks pos:1064853

go to address 0x104489 and change the 4 bytes to the color wanted when placing a new mark
position:1066121

Last edited by berez; 11-14-15 at 04:06 AM.
  Reply With Quote