I also have need to update my offsets.dat after a power failure and a corrupted offsets file. I have noticed, though, that
nath...@pepkorit.com's utility reports success but doesn't actually change the offsets file. The offset I want to change my file to is 14186561 so I'm passing `-scn 14186561`, but SCN isn't in my offsets file anywhere, instead mine has "pos". Is this something that has changed recently?
Here is my command and the output
C:\Users\me\source\HashmapEditor\target>java -jar HashmapEditor-1.0-SNAPSHOT.jar -offset_path "offsets.dat" -scn 14186561
The Object has been read from the file
Closing object
The Object has been written to the file
Closing object
I'm just wondering if I update the application to change the pos if that will be what I need? Not sure why my offsets file would be so different.