I'm trying to make an editor for MH4U or at least the game save as that's really the only viable option at the moment. I know that Datel's Powersaves Pro claim that they can do that already, but i don't want to have to buy one and think it would be better to make my own.
Has anyone looked into this yet?
I'm using savedatafiler to extract the save from the system, and that is how i will inject it back in.
I'll put the information i have here and people can just jump in where they can.
If i extract the save there are 2 files within, "system" and "user1".
The system data is unreadable and i don't know where to start, but putting that aside as it may not be needed for modifying the save.
The user1 part of the save:
There is a xorpad applied through the file, appears to be 0x2A30 bytes and it changes every time you save, so this will be interesting.
There appears to be 2 blocks of encrypted data:
1. at offset 0xBB50 size is 0x9B8 (2488) bytes
2. at offset 0x139F8 size is 0x408 (1032) bytes
Chances are that there's a couple of CRCs in there too for the encrypted data.
I'm new to this forum and don't want to step on any toes.
I'd like to Map out as much of the save file as possible, is there anyone that wants to join in?
Has anyone looked into this yet?
I'm using savedatafiler to extract the save from the system, and that is how i will inject it back in.
I'll put the information i have here and people can just jump in where they can.
If i extract the save there are 2 files within, "system" and "user1".
The system data is unreadable and i don't know where to start, but putting that aside as it may not be needed for modifying the save.
The user1 part of the save:
There is a xorpad applied through the file, appears to be 0x2A30 bytes and it changes every time you save, so this will be interesting.
There appears to be 2 blocks of encrypted data:
1. at offset 0xBB50 size is 0x9B8 (2488) bytes
2. at offset 0x139F8 size is 0x408 (1032) bytes
Chances are that there's a couple of CRCs in there too for the encrypted data.
I'm new to this forum and don't want to step on any toes.
I'd like to Map out as much of the save file as possible, is there anyone that wants to join in?

Comment