ROM Hack MHX Save Editing

  • Thread starter Thread starter SaagiBols
  • Start date Start date
  • Views Views 300,836
  • Replies Replies 477
  • Likes Likes 5
Ok so here's my item box:
Code:
31 08 14 81 a0 8d 00 37  08 dd 18 78 63 10 10 85
40 16 03 41 14 c4 70 10  01 42 04 13 71 50 a4 60
91 c5 45 06 1d 19 80 84  20 12 c3 48 04 24 09 84
25 b0 1b 81 76 10 db 31  74 47 50 c6 c0 9e 07 00

I'll just convert a few to binary:
Code:
0x81140831 = 0b10000001000101000000100000110001
0x37008da0 = 0b00110111000000001000110110100000
0x7818dd08 = 0b01111000000110001101110100001000
0x85101063 = 0b10000101000100000001000001100011

Now here it is split up into the different items:
Code:
100][00001000101][0000001][00000110001]
0011011100][0000001][00011011010][0000
011110][0000011][00011011101][0000100][0
10][0001010][00100000001][0000011][00011

So reading the items from above, right to left, top to bottom:
Code:
Item 1 ID = 0b00000110001 = 49
Item 1 Count = 0b0000001 = 1
Item 2 ID = 0b00001000101 = 69
Item 2 Count = 0b0000100 = 4
Item 3 ID = 0b00011011010 = 218
Item 3 Count = 0b0000001 = 1
Item 4 ID = 0b00011011100 = 220
Item 4 Count = 0b0000100 = 4
Item 5 ID = 0b00011011101 = 221
Item 5 Count = 0b0000011 = 3
Item 6 ID = 0b00011011110 = 222
Item 6 Count = 0b0000011 = 3
Item 7 ID = 0b00100000001 = 257
Item 7 Count = 0b0001010 = 10

So yeah, it's kind of a pain to do manually :)

--------------------- MERGED ---------------------------

Also, here's a list of all the item IDs: http://pastebin.com/XeLXF5e9
 
Guild points are at 0xc8e9e, but in the hex editor it said 4dc5 = 19909, but they're not my guild points (they're higher). How can you compute the exact amount of them?
 
Guild points are at 0xc8e9e, but in the hex editor it said 4dc5 = 19909, but they're not my guild points (they're higher). How can you compute the exact amount of them?
c8e9e is only for the first save slot and you dont need to add 4dc5... (if your save is other then slot 1 get its starting offset and then add the 01482 to it...)
 
Last edited by SaagiBols,
No, he has the correct offset. 0xc7a1c + 0x1482 = 0xc8e9e
Are you above HR1? Maybe that's the total guild points?
 
No, he has the correct offset. 0xc7a1c + 0x1482 = 0xc8e9e
Are you above HR1? Maybe that's the total guild points?
he meant academy points by saying guild points coz i used to refefer to them like that and the 0xc8e9e offset is from the old japanese topics... it was found before we had a save structure...
 
Hmm, I'm not sure then. The number at that location matches my academy points (or whatever they're called) in the game.
 
Hmm, I'm not sure then. The number at that location matches my academy points (or whatever they're called) in the game.

The location is correct, because if I change this numbers then the academy points actually change. It's just they don't match.

Just to be sure:

10f2xlg.png


iqvixf.png
 
you guys found anything on changing character's voice? I really want that lewd female voice # 11 or 18
 
I cant find any system folder in my SD, do i need to launch SaveDataFiler? it says 'broken' anyway -_-
 
added full insect glaives box cheat-code (it gives few dummy glaves aswell)
& added moded talismans cheat-codes...
ADDED MHXcoder1.2 an easy to use code cheat-creator for cybercodeapply
Added items ids list!!!

everything is on OP (original/first post...)
(All of those codes&other stff are from japanese forum and are not made by me!..)
 
Last edited by SaagiBols,

Site & Scene News

Popular threads in this forum