Hacking Henkaku Save Editing Thread

KadajjXIII

New Member
Newbie
Joined
May 7, 2017
Messages
3
Trophies
0
Age
31
XP
52
Country
United States
Darn, would it be possible to restore back to a previous version with a backup pre-3.6 or would it still keep my Vita at 3.65?
 

Sabishinbo

Well-Known Member
OP
Member
Joined
Sep 27, 2015
Messages
234
Trophies
0
XP
228
Country
United States
Are you talking about downgrading? If so, sorry mate; It isn't possible right now.


Found the Ar nosurge offsets. They're byte-sized though... Anyone know how to edit 1-byte sized values?
Cash
@00009E8A @1
Bond Points
@0007DB1B @1
 

KadajjXIII

New Member
Newbie
Joined
May 7, 2017
Messages
3
Trophies
0
Age
31
XP
52
Country
United States
Not necessarily downgrading in the sense of trying to install just the firmware, just a complete system restore of a backup made pre-3.6 upgrade. Not 100% if that was understood from my previous comment, so clarifying now just to be safe. And if that's still a no go would it be possible to copy my saves from the Vita & send them to someone who's able to use HENkaku to have them do it for me? If they're willing to of course. Thanks for the help regardless if it's possible or not.
 

freed_y

Well-Known Member
Newcomer
Joined
Jun 22, 2007
Messages
74
Trophies
0
XP
241
Country
Indonesia
Here are some offsets I found. (all 4 bytes, unless specified)
Remember to always make some form of backup (decrypted or encrypted)
Monster Monpiece (EU):
PHP:
//Found in SystemData_0000.sav
"Money"
1: 0x01A724

"Rub P"
1: 0x01A728

I'll add more as I find them when I have time.
Hope this helps someone :)


For this Monster Monpiece, these values also work on US PCSE00373 version.
To put Money and Rub P points at value 99999999, change the values on those locations to: FFE0F505
The game uses the values in integer (32-bit).

trying to find this value in SystemData_0000.sav i take from user\00\savedata\PCSE00373 using HxD, but couldn't find the value to edit.
i'm super noob in hex editing, anyone can help me and thanks in advance
 
Last edited by freed_y,

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
230
Trophies
1
XP
667
Country
Currently making Gohanmem codes for Toukiden 2 (JP).

So far I got good progress (Defense modifier works and Haku works) though some are a bit iffy (Attack seems to work though not at the insane level of God Eater 2: Rage Burst so far, currently searching for Element digits to finalize things.)

Unfortunately I have alot of trouble finding out Health and Focus values due to numbers in-battle being invisible with only the max values to start things off.

I can put my findings so far.
 

djricekcn

Well-Known Member
Member
Joined
May 29, 2009
Messages
1,100
Trophies
1
XP
839
Country
United States
I need a code where it makes someone's friendship to 99 or lower for Atelier Sophie....stupid glitch made me not get my trophy for everyone 100% =(
 

k7ra

Well-Known Member
Member
Joined
Dec 11, 2016
Messages
807
Trophies
0
Age
31
XP
1,909
Country
Russia
i found some offsets for Demon gaze(PCSE00358)
*the hex are different than what you'll see in the game for example:
E7=9, 59=249 etc.
main character
0x4C - STR
0x4D - INT
0x4E - MYS
0x4F - VIT
0x50 - AGI
0x51 - LUC

1st party member
0xD8 - STR
0xD9 - INT
0xDA - MYS
0xDB - VIT
0xDC - AGI
0xDD - LUC

2nd
0x13C - STR
0x13d - INT
0x13e- MYS
0x13f - VIT
0x140 - AGI
0x141 - LUC

3rd
0x1e2 - STR
0x1e3 - INT
0x1e4- MYS
0x1e5 - VIT
0x1e6 - AGI
0x1e7 - LUC
More info pls...
 

SirisXI

Member
Newcomer
Joined
Apr 4, 2017
Messages
20
Trophies
0
XP
118
Country
Currently making Gohanmem codes for Toukiden 2 (JP).

So far I got good progress (Defense modifier works and Haku works) though some are a bit iffy (Attack seems to work though not at the insane level of God Eater 2: Rage Burst so far, currently searching for Element digits to finalize things.)

Unfortunately I have alot of trouble finding out Health and Focus values due to numbers in-battle being invisible with only the max values to start things off.

I can put my findings so far.
Do you mind sharing your
findings for toukiden 2?Thanks in advance.
 
Last edited by SirisXI,

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
230
Trophies
1
XP
667
Country
Sure why not.

First up, the actual codes people can use! Unlike Phantasy Star Nova, this game does not require pointer codes so everything stays in place (I haven't used Gohanmem 3.0 beta yet since I have to remake every code I have in games due to the newer format).

Make a text file and put in these codes (can't upload the file for some reason, I keep getting errors.)

Oh yeah, you won't see the values on the status menu.

Code:
#Max_Haku
@0x852A2724 @4 @99999990
@0x852D979C @4 @99999990
@0x8CFA6058 @4 @99999990
#Attack_Modifier
@0x87B8E3A4 @2 @XXXXX
#Element_Attack_Modifier
@0x87B8E3C0 @2 @XXXXX
#Status_Attack_Modifier
@0x87B8E3C8 @2 @XXXXX
#Dexterity_Modifier
@0x87B8E3B4 @2 @XXXXX
#Dexterity_Always_Precision_Strike
@0x87B8E3B4 @3 @65535
#Defense_Modifier
@0x87B8E3AC @2 @XXXX
#Element_Resist_Max
@0x87B8E3F0 @2 @9999
@0x87B8E3D0 @2 @9999
@0x87B8E3D8 @2 @9999
@0x87B8E3E0 @2 @9999
@0x87B8E3E8 @2 @9999

Just replace the X with a number you want.

Notes about above codes.

Attack Modifier - So far I tested up to 32767 Attack and it's nearly one hit kill on Phase 6 enemies. You can easily sever parts with a high attack value so make multiples if want to control it.

Element Modifier - You need a weapon with an active element for this to work, works the same as Attack Modifier otherwise.

Status Modifier - Same thing, but a status weapon instead. At high values (20000+) you can inflict the status effect 100% of the time. Perfect for binding weapons.

Dexterity Modifier - Dexterity is weird to say the least. If you don't want to mess with it much, use the other code instead, it allows 100% precision strikes.

Defense Modifier - At 9999, you only take minimum damage from enemies at best.

Element Resist Max - At 9999, you don't take any elemental damage.

That's the actual working codes. Right now I can manipulate the item chest for item type and item quantity but due to the game unable to sort items manually, I can't make a code for it unless it's 1100 lines long. I can tell how you can manipulate it though. Right now I'm looking from values for Unity Gauge, Weapon Gauge, Health and Focus.
 
Last edited by Suiseiseki,
  • Like
Reactions: ov3rkill

SirisXI

Member
Newcomer
Joined
Apr 4, 2017
Messages
20
Trophies
0
XP
118
Country
Sure why not.

First up, the actual codes people can use! Unlike Phantasy Star Nova, this game does not require pointer codes so everything stays in place (I haven't used Gohanmem 3.0 beta yet since I have to remake every code I have in games due to the newer format).

Make a text file and put in these codes (can't upload the file for some reason, I keep getting errors.)

Oh yeah, you won't see the values on the status menu.

Code:
#Max_Haku
@0x852A2724 @4 @99999990
@0x852D979C @4 @99999990
@0x8CFA6058 @4 @99999990
#Attack_Modifier
@0x87B8E3A4 @2 @XXXXX
#Element_Attack_Modifier
@0x87B8E3C0 @2 @XXXXX
#Status_Attack_Modifier
@0x87B8E3C8 @2 @XXXXX
#Dexterity_Modifier
@0x87B8E3B4 @2 @XXXXX
#Dexterity_Always_Precision_Strike
@0x87B8E3B4 @3 @65535
#Defense_Modifier
@0x87B8E3AC @2 @XXXX
#Element_Resist_Max
@0x87B8E3F0 @2 @9999
@0x87B8E3D0 @2 @9999
@0x87B8E3D8 @2 @9999
@0x87B8E3E0 @2 @9999
@0x87B8E3E8 @2 @9999

Just replace the X with a number you want.

Notes about above codes.

Attack Modifier - So far I tested up to 32767 Attack and it's nearly one hit kill on Phase 6 enemies. You can easily sever parts with a high attack value so make multiples if want to control it.

Element Modifier - You need a weapon with an active element for this to work, works the same as Attack Modifier otherwise.

Status Modifier - Same thing, but a status weapon instead. At high values (20000+) you can inflict the status effect 100% of the time. Perfect for binding weapons.

Dexterity Modifier - Dexterity is weird to say the least. If you don't want to mess with it much, use the other code instead, it allows 100% precision strikes.

Defense Modifier - At 9999, you only take minimum damage from enemies at best.

Element Resist Max - At 9999, you don't take any elemental damage.

That's the actual working codes. Right now I can manipulate the item chest for item type and item quantity but due to the game unable to sort items manually, I can't make a code for it unless it's 1100 lines long. I can tell how you can manipulate it though. Right now I'm looking from values for Unity Gauge, Weapon Gauge, Health and Focus.
Thanks again,I will try them once I get home.
 

k7ra

Well-Known Member
Member
Joined
Dec 11, 2016
Messages
807
Trophies
0
Age
31
XP
1,909
Country
Russia
Pls post cheats that you created here:
onehitgamerstudios com
That site try collect cheats in one place
And it would be nice if you share cheat db that you have so far:)
(If you dont want to post 1by1 there, then upload here and I or someone would upload there)
 
Last edited by k7ra,

Roah

Well-Known Member
Member
Joined
Sep 30, 2016
Messages
206
Trophies
0
Age
33
XP
416
Country
Burkina Faso
I just started playing Gravity Rush again after many years and here's the offset for the gems,
Code:
Gems: 0x3874 (in float)
Silent Hill Book of Memories:
Code:
Free stats: 0x632F
Ammo: 0x6113
Health pack: 0x611B
Tools: 0x6123
Keys: 0x6333 (resets every level)
 

tr33x

New Member
Newbie
Joined
Sep 19, 2016
Messages
2
Trophies
0
Age
30
XP
75
Country
Brazil
Hello! I uploaded some codes I found for Hyperdimension Neptunia U Action Unleashed(PCSE00588) in Gohanmem 3.0 format.
The codes are: Infinite HP,SP and ExeDrive in battle for both current characters. You have to lock the codes to work.
 

Attachments

  • PCSE00588.txt
    1.6 KB · Views: 330
  • Like
Reactions: Roah

Hachiyou

New Member
Newbie
Joined
May 2, 2017
Messages
1
Trophies
0
Age
30
XP
53
Country
United States
Hi
I need help on editing Disgaea 4's save.
I was able to find the address for the first character and consecutive characters, and from there I located a range for each of the equips the char is wearing, however, I don't understand how to find that specific code for the equip.

I would also want to find the address for the record of items that I've obtained so far in the game.

Any help would be appreciated.
Thanks
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=ZokeA2lKB6o