Hacking Henkaku Save Editing Thread

  • Thread starter Thread starter Sabishinbo
  • Start date Start date
  • Views Views 337,461
  • Replies Replies 869
  • Likes Likes 4
Can anyone teach me how to use gohanmem it only work for me once with some game i try to directly change the value ( money ) and it work otherwise when i try to search hex edit or something it alway crash ( trail of cold steel ) i know i can extract save and use cheat engine but i just wanna try how it work
 
List of changes:

Activation button switched from select+start to Right Directional+select
Added auto search, press



Thanks, worked like a charm for DoAx3, used it to successfully edit $ in game.

It worked for me too for Grand Kingdom money (0X84A5A074), but I still can't find money in Atelier Sophie, that game is really giving me a headache... :cry:

Hey, @gvargas how do i use your dragon quest builders cheat list? Which cheat tool can I load it with?

You need to hex edit your save file, follow ness151 guide to do it:

1. Decrypt your save data.
2. transfer the save to your computer.
2a. make a backup of your save in another location.
3. open a hex editor, and open the save you just transferred.
4. go to the addresses listed in the post
5. modify the existing values at those addresses.
6. save the file and retransfer it to your psvita.
7. re-import the save either via save manager or rincheat.
 
@gvargas thank you for the response ^~^ too bad i cant use an ingame cheat editor yet but this is still great thank you for your hard work!

You don't need an ingame save editor, if you have henkaku installed (which you should if you're reading this thread) you only need to install the Vita Save Manager to dump your save files and transfer them to your computer using the VitaShell that comes with henkaku... ;)
 
@gvargas which specific files did you update with the code? i have HXD and i tried looking at each file directly but i dont know which byte i should try and which files has the chest items and health.
 
@gvargas which specific files did you update with the code? i have HXD and i tried looking at each file directly but i dont know which byte i should try and which files has the chest items and health.

Each Chapter has their own files, you should look in 0:/ux0:/data/rinCheat/PCSE00912_SAVEDATA/

Chapter 1: Cantlin
Save Slot 1 -> slot0000/PRMDAT.BIN
Save Slot 2 -> slot0001/PRMDAT.BIN

Chapter 2: Rimuldar
Save Slot 1 -> slot0050/PRMDAT.BIN
Save Slot 2 -> slot0051/PRMDAT.BIN

Chapter 3: Kol & Galenholm
Save Slot 1 -> slot0100/PRMDAT.BIN
Save Slot 2 -> slot0101/PRMDAT.BIN

Final Chapter: Tantegel
Save Slot 1 -> slot0150/PRMDAT.BIN
Save Slot 2 -> slot0151/PRMDAT.BIN

And so on... Hope it helps! :D
 
Last edited by gvargas,
rinCheat SE Editor 1.4

Added:
Error checking... Well a little bit...
Title ID now auto selects the correct region. You can over ride this, but you shouldn't need too.
The 'size' is automatically set depending on the value input.

@Rinnegatamante has said rinCheat SE should be available in a few days on the GekiHen contest web page. He's going to submit it soon. So all these cheat files will become useful, soon enough.

As always, source code is included.
 

Attachments

Dragon Quest Builders USA
Title ID: PCSE00912

Hi everyone, I can confirm that you can also save edit the oficial release of Dragon Quest Builders, DrummerIX and me had been working on this one since the Demo version and now is officially released today, I'm going to post his and my work here along with the Item's ID's I have been working on:

Code:
Current HP 0x0001D366
Max HP 0x0001D368
Attack 0x0001D36E
Defense 0x0001D370

Item Slot 1 Qty 0x00043C22
Item Slot 2 Qty 0x00043C26
Item Slot 3 Qty 0x00043C2A
Item Slot 4 Qty 0x00043C2E
Item Slot 5 Qty 0x00043C32
Item Slot 6 Qty 0x00043C36
Item Slot 7 Qty 0x00043C3A
Item Slot 8 Qty 0x00043C3E
Item Slot 9 Qty 0x00043C42
Item Slot 10 Qty 0x00043C46
Item Slot 11 Qty 0x00043C4A
Item Slot 12 Qty 0x00043C4E
Item Slot 13 Qty 0x00043C52
Item Slot 14 Qty 0x00043C56
Item Slot 15 Qty 0x00043C5A

These offsets are for the first chest you have to place in your room:

Chest Slot 1 Qty 0x0004411E
Chest Slot 2 Qty 0x00044122
Chest Slot 3 Qty 0x00044126
Chest Slot 4 Qty 0x0004412A
Chest Slot 5 Qty 0x0004412E
Chest Slot 6 Qty 0x00044132
Chest Slot 7 Qty 0x00044136
Chest Slot 8 Qty 0x0004413A
Chest Slot 9 Qty 0x0004413E
Chest Slot 10 Qty 0x00044142
Chest Slot 11 Qty 0x00044146
Chest Slot 12 Qty 0x0004414A
Chest Slot 13 Qty 0x0004414E
Chest Slot 14 Qty 0x00044152
Chest Slot 15 Qty 0x00044156
Chest Slot 16 Qty 0x0004415A
Chest Slot 17 Qty 0x0004415E
Chest Slot 18 Qty 0x00044162
Chest Slot 19 Qty 0x00044166
Chest Slot 20 Qty 0x0004416A
Chest Slot 21 Qty 0x0004416E
Chest Slot 22 Qty 0x00044172
Chest Slot 23 Qty 0x00044176
Chest Slot 24 Qty 0x0004417A
Chest Slot 25 Qty 0x0004417E
Chest Slot 26 Qty 0x00044182
Chest Slot 27 Qty 0x00044186
Chest Slot 28 Qty 0x0004418A
Chest Slot 29 Qty 0x0004418E
Chest Slot 30 Qty 0x00044192
Chest Slot 31 Qty 0x00044196
Chest Slot 32 Qty 0x0004419A

If you add a second chest to your room then the offset starts right where the first chest ends (0x4419E) and so on...

The following offsets are where the item's Id's are stored, just go and replace the value for anything you want from my item's id's list, if you don't have an item on hand it would be empty and you can fill it as well just remember to fill the quantity slot as well:

Item Slot 1 ID 0x00043C20
Item Slot 2 ID 0x00043C24
Item Slot 3 ID 0x00043C28
Item Slot 4 ID 0x00043C2C
Item Slot 5 ID 0x00043C30
Item Slot 6 ID 0x00043C34
Item Slot 7 ID 0x00043C38
Item Slot 8 ID 0x00043C3C
Item Slot 9 ID 0x00043C40
Item Slot 10 ID 0x00043C44
Item Slot 11 ID 0x00043C48
Item Slot 12 ID 0x00043C4C
Item Slot 13 ID 0x00043C50
Item Slot 14 ID 0x00043C54
Item Slot 15 ID 0x00043C58

You can do the same with the first chest in your room, the first item ID in the chest is 0x0004411C and so on... Enjoy! :D

For the items at hand qty I use 99 because if you go higher the game will split them in groups of 99 and saturate all your slots, for the items in chest I use 255, I think you can go as high as 65,535 but not really needed it... ;)

Maybe a problem with rinCheat itself? I tried to do the Rincheat @Value @Qty @Byte and it just crashes my game because I'd rather not have to transfer and edit saves just if I want x99 items. Could you try it? Maybe rinCheat isn't compatible with DQ Builders or I'm typing it in wrong?

#Slot 1 x90
@0x00043C22 @0x5A @4
 
Maybe a problem with rinCheat itself? I tried to do the Rincheat @Value @Qty @Byte and it just crashes my game because I'd rather not have to transfer and edit saves just if I want x99 items. Could you try it? Maybe rinCheat isn't compatible with DQ Builders or I'm typing it in wrong?

#Slot 1 x90
@0x00043C22 @0x5A @4

@4 is wrong. You're not trying to write 4 bytes with 0x5A... 5A is a single byte. It should be @1.
I can't say if those are the correct offsets, but having the wrong byte size to write may be part of the problem.
 
Maybe a problem with rinCheat itself? I tried to do the Rincheat @Value @Qty @Byte and it just crashes my game because I'd rather not have to transfer and edit saves just if I want x99 items. Could you try it? Maybe rinCheat isn't compatible with DQ Builders or I'm typing it in wrong?

#Slot 1 x90
@0x00043C22 @0x5A @4

I'm not using rinCheat to mod the values, is faster if you hex edit your save file, specially because you start from zero each chapter so what I do is place all the items I use the most (materials, ingredients, equipment, etc.) in the colossal coffer (it can hold 128 items plus all the available equipment in the game), and then I just copy/paste the same values in the new save file, it's like transferring all my items to the new chapter... ;)
 
Last edited by gvargas,
Currently i`m considering to replay Trails of Cold Steel 1 on my PSTV (my first walkthrough was on the PS3) just to get an end game savefile with all quests completed (100%) as i did with Cold Steel 1 on my PS3, to load it in Cold Steel 2. I could play Cold Steel 2 on my PS3, but i want to save my old fat lady for the upcoming Persona 5. You know, the older a PS3 gets the higher the chance of a YLOD.

So the question is: Does anyone have a Cold Steel 1 Vita end game savefile with nearly all sidequests done? I really really cannot start Cold Steel 2 without such a thing, it just hurts.^^

Edit: Just now i realised this thread is not about sharing save files... sry guys my fault. Still if anyone has a Cold Steel 1 save file (not edited) i would REALLY appreciate it.^^
 
Last edited by moonblood666,
the decrypted Trails of Cold Steel 2 save wont read the decrypted Trails of Cold Steel 1's save.
I don`t get it... So even if i play and finish Cold Steel 1 on my PSTV/Vita i can`t load the save file in Cold Steel after i finished Cold Steel 1?
 
I don`t get it... So even if i play and finish Cold Steel 1 on my PSTV/Vita i can`t load the save file in Cold Steel after i finished Cold Steel 1?
If you're playing a decrypted pirated copy, it wont work. However, if you finish Cold Steel 1 with a Legit version, then Cold Steel 2 WILL see the save.
 
Guys, do you have any offset on chara stat for exist archive (PCSE00883)? Much appreciate if you can share here.

Tx guys.
 
Dragon Quest Builders USA
Title ID: PCSE00912

Hi everyone, I can confirm that you can also save edit the oficial release of Dragon Quest Builders, DrummerIX and me had been working on this one since the Demo version and now is officially released today, I'm going to post his and my work here along with the Item's ID's I have been working on:

Code:
Current HP 0x0001D366
Max HP 0x0001D368
Attack 0x0001D36E
Defense 0x0001D370

Item Slot 1 Qty 0x00043C22
Item Slot 2 Qty 0x00043C26
Item Slot 3 Qty 0x00043C2A
Item Slot 4 Qty 0x00043C2E
Item Slot 5 Qty 0x00043C32
Item Slot 6 Qty 0x00043C36
Item Slot 7 Qty 0x00043C3A
Item Slot 8 Qty 0x00043C3E
Item Slot 9 Qty 0x00043C42
Item Slot 10 Qty 0x00043C46
Item Slot 11 Qty 0x00043C4A
Item Slot 12 Qty 0x00043C4E
Item Slot 13 Qty 0x00043C52
Item Slot 14 Qty 0x00043C56
Item Slot 15 Qty 0x00043C5A

These offsets are for the first chest you have to place in your room:

Chest Slot 1 Qty 0x0004411E
Chest Slot 2 Qty 0x00044122
Chest Slot 3 Qty 0x00044126
Chest Slot 4 Qty 0x0004412A
Chest Slot 5 Qty 0x0004412E
Chest Slot 6 Qty 0x00044132
Chest Slot 7 Qty 0x00044136
Chest Slot 8 Qty 0x0004413A
Chest Slot 9 Qty 0x0004413E
Chest Slot 10 Qty 0x00044142
Chest Slot 11 Qty 0x00044146
Chest Slot 12 Qty 0x0004414A
Chest Slot 13 Qty 0x0004414E
Chest Slot 14 Qty 0x00044152
Chest Slot 15 Qty 0x00044156
Chest Slot 16 Qty 0x0004415A
Chest Slot 17 Qty 0x0004415E
Chest Slot 18 Qty 0x00044162
Chest Slot 19 Qty 0x00044166
Chest Slot 20 Qty 0x0004416A
Chest Slot 21 Qty 0x0004416E
Chest Slot 22 Qty 0x00044172
Chest Slot 23 Qty 0x00044176
Chest Slot 24 Qty 0x0004417A
Chest Slot 25 Qty 0x0004417E
Chest Slot 26 Qty 0x00044182
Chest Slot 27 Qty 0x00044186
Chest Slot 28 Qty 0x0004418A
Chest Slot 29 Qty 0x0004418E
Chest Slot 30 Qty 0x00044192
Chest Slot 31 Qty 0x00044196
Chest Slot 32 Qty 0x0004419A

If you add a second chest to your room then the offset starts right where the first chest ends (0x4419E) and so on...

The following offsets are where the item's Id's are stored, just go and replace the value for anything you want from my item's id's list, if you don't have an item on hand it would be empty and you can fill it as well just remember to fill the quantity slot as well:

Item Slot 1 ID 0x00043C20
Item Slot 2 ID 0x00043C24
Item Slot 3 ID 0x00043C28
Item Slot 4 ID 0x00043C2C
Item Slot 5 ID 0x00043C30
Item Slot 6 ID 0x00043C34
Item Slot 7 ID 0x00043C38
Item Slot 8 ID 0x00043C3C
Item Slot 9 ID 0x00043C40
Item Slot 10 ID 0x00043C44
Item Slot 11 ID 0x00043C48
Item Slot 12 ID 0x00043C4C
Item Slot 13 ID 0x00043C50
Item Slot 14 ID 0x00043C54
Item Slot 15 ID 0x00043C58

You can do the same with the first chest in your room, the first item ID in the chest is 0x0004411C and so on... Enjoy! :D

For the items at hand qty I use 99 because if you go higher the game will split them in groups of 99 and saturate all your slots, for the items in chest I use 255, I think you can go as high as 65,535 but not really needed it... ;)
Good Job.

Here some mistakes:

MAX HP and Curret HP offsets are inverted.

Item ID miss: 0310 "Brote de coralirio" (Spanish Name sorry need translation) (Inverse ID 1003)

NEW offset: x2604 - Base Current Lv. Points


PD. Currently working on a DQB save editor.
 
Last edited by jm_plata,
Good Job.

Here some mistakes:

MAX HP and Curret HP offsets are inverted.

Item ID miss: 0310 "Brote de coralirio" (Spanish Name sorry need translation) (Inverse ID 1003)

NEW offset: x2604 - Base Current Lv. Points


PD. Currently working on a DQB save editor.

Thanks for the clarification jm, there're A LOT of missed items ID's, I just didn't have the time to do them all and there're a lot of dummies so that was kind of frustrating but you're more than welcome to fill the gaps for your save editor... ^_^

Here's another NEW offset: 0x0001D362 - Days Elapsed

Also if you're interested the offsets of the Colossal Coffer go from 0x00043C9C - 0x00043E9B (128 Items) and the equipment go from 0x00043F9C - 0x0004409B (64 equipment) :D
 
Last edited by gvargas,

Site & Scene News

Popular threads in this forum