Here is a way to save characters to your comp since the site goes down a lot. Thanks to Minimaul for already finding the character data. i just had to add a few extra byte for the sake of character voice/taunts.
What you need:
Since you might have multiple saves, this will focus on the autosave.
Your autosave file will always be sr3save_00.sr3s_pc. The first thing we want to do is open this file in the hex editor. Simple enough
After getting the file open we need to use the "Go To" option. In hex workshop this is under the Edit drop down.
We are going to go to offest 900. Make sure it's set to hex and beginning of file.
Once our cursor is at 900 we are going to go back into the Edit drop down and select Select Block.
We are going to select a block with a size of 2264. Once again make sure it's set to hex and have the size of block section selected.
Once the block is selected we are going to select copy from the Edit drop down. Once copied select New from the File drop down and paste everything there. Save that file and name it whatever you want and store it somewhere where you wont forget it.
In order to restore a character, just open your character file, select all, copy, and paste it after you have done the select block step.
What you need:
- Hex workshop or any other decent hex editor
- Save file (duh )
- Basic know how on how to work the program
Since you might have multiple saves, this will focus on the autosave.
Your autosave file will always be sr3save_00.sr3s_pc. The first thing we want to do is open this file in the hex editor. Simple enough
After getting the file open we need to use the "Go To" option. In hex workshop this is under the Edit drop down.
We are going to go to offest 900. Make sure it's set to hex and beginning of file.
Once our cursor is at 900 we are going to go back into the Edit drop down and select Select Block.
We are going to select a block with a size of 2264. Once again make sure it's set to hex and have the size of block section selected.
Once the block is selected we are going to select copy from the Edit drop down. Once copied select New from the File drop down and paste everything there. Save that file and name it whatever you want and store it somewhere where you wont forget it.
In order to restore a character, just open your character file, select all, copy, and paste it after you have done the select block step.