Wandsbek
Resident
Required:
1.) 2 savegames of the same game ( Not to much different)
2.) Xport/Xplorer...
3.) Sata/Transfer kit/ USB...
4.) Hex Editor (Im going to use Hex Workshop Editor)
5.) Resign/Rehash => Modio...
Some Quick-basics:
Red Area:
The read Area is the Adress/Offsets area.
Yellow Area:
This is the Hex Area, we are going to work with this.
Green Area:
This is the Visual Area, that means how it looks in a Notepad.
Step 1:
Get 2 (Not to much) different savegames, save them where you want. Im using Lost Planet 2 savegame, its quick and easy.
Step 2:
Open your Hex Editor.. (Im using Hex Workshop Editor)
Step 3:
Click on "Tools" => Compare => Compare File's or just Crtl + K
Step 4:
Choose your 2 gamesaves and click on Ok.
Step 5
Now you can see what you need to change
Green = matches (same)
Yellow = replaced (not the same)
Red = delete
Step 6
Click on the yellow area (replaced)
Step 7
That is the way, how you can find out which area is for what.
I used in the both savegames 4 different abilities.
In changing exp,lvl,money,wanted you need to convert your points like money/exp... to Hex, if you have 5000 money that would be 1388 in Hex, this is called Little Endian.
Little Endian.: 5000 money/exp convert to Hex = 1388, then search for 1388 in your Hex Editor.
Big Endian.: 5000 would be in Big Endian 88130000
This is just a Quick how to Turorial how to mod without Modio/Custom tools/Valhalla/Eclipse...
You can also edit a savegame with Modio or Eclipse and compare it in the Hex Editor, then you can see what Modio/Eclipse changes
And don't forget to Rehash/Resign your savegame file after editing.
--End--
Sorry for my english fail
I can't explain that, im going to make a video later.
1.) 2 savegames of the same game ( Not to much different)
2.) Xport/Xplorer...
3.) Sata/Transfer kit/ USB...
4.) Hex Editor (Im going to use Hex Workshop Editor)
5.) Resign/Rehash => Modio...
Some Quick-basics:
Red Area:
The read Area is the Adress/Offsets area.
Yellow Area:
This is the Hex Area, we are going to work with this.
Green Area:
This is the Visual Area, that means how it looks in a Notepad.
Step 1:
Get 2 (Not to much) different savegames, save them where you want. Im using Lost Planet 2 savegame, its quick and easy.
Step 2:
Open your Hex Editor.. (Im using Hex Workshop Editor)
Step 3:
Click on "Tools" => Compare => Compare File's or just Crtl + K
Step 4:
Choose your 2 gamesaves and click on Ok.
Step 5
Now you can see what you need to change
Green = matches (same)
Yellow = replaced (not the same)
Red = delete
Step 6
Click on the yellow area (replaced)
Step 7
That is the way, how you can find out which area is for what.
I used in the both savegames 4 different abilities.
In changing exp,lvl,money,wanted you need to convert your points like money/exp... to Hex, if you have 5000 money that would be 1388 in Hex, this is called Little Endian.
Little Endian.: 5000 money/exp convert to Hex = 1388, then search for 1388 in your Hex Editor.
Big Endian.: 5000 would be in Big Endian 88130000
This is just a Quick how to Turorial how to mod without Modio/Custom tools/Valhalla/Eclipse...
You can also edit a savegame with Modio or Eclipse and compare it in the Hex Editor, then you can see what Modio/Eclipse changes

And don't forget to Rehash/Resign your savegame file after editing.
--End--
Sorry for my english fail
I can't explain that, im going to make a video later.
Last edited: