When I looked through the files in Henkaku I noticed that the Terraria saves are still in the standard .plr format that Terraria uses elsewhere, so I'm curious to see if the unencrypted .PLR files would work with a normal Terraria save editor
-
Will update later when I get around to doing it
Here are some offsets I found. (all 4 bytes, unless specified)
Remember to always make some form of backup (decrypted or encrypted)
Persona 4 Golden (US):
FFX HD (EU):
(In order for saves to work you need to fix checksum otherwise save will be corrupt. I used MemorySumChecker, there are many tutorials from ps3 version that work for vita if you're not sure about this part)
Confirmed: PS3 saves work on vita perfectly. Decrypt the "SAVE" file with Bruteforce and rename it "data00xx.bin", then ftp into game and you're done. This also means local cross-saving without psn.
//Converted into little endian, not personally tested
"Equipment Head Power Up Point 999"
0x00C4 E7030000
"Equipment Outer Power Up Point 999"
0x0124 E7030000
"Equipment Under Power Up Point 999"
0x0184 E7030000
"Equipment Weapon Power Up Point 999"
0x05A4 E7030000
"Player Exp 999999"
0x060C 3F420F00
"Player Datsui Skill All Max"
0x061C 64000000
0x0004 00000000
"All Use Item Stock 99"
0x42039FCC 63000000
0x405D0004 00000000
"All Food Stock 99"
0x4203A154 63000000
0x40170004 00000000
"All Innerwear Stock 15"
0x4003F740 0F000000
0x40330001 00000000
Senran Kagura Shinovi Versus (EU):
PHP:
"Zeni"
1: 0x0008
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
I just used HxD and used GoTo, make sure to select "dec" and not "hex". Ex: Money on this list is 88 with dec, and 58 with hex.
Modded my money, granted I ended up giving myself at least double what I calculated, hex values aren't exactly right.
Also, has anyone tried to see if save files are locked to one console?
For example, the actual save file for Persona 4 Golden is the data0XX.bin file, has anyone tried using someone else's save?
I just used HxD and used GoTo, make sure to select "dec" and not "hex". Ex: Money on this list is 88 with dec, and 58 with hex.
Modded my money, granted I ended up giving myself at least double what I calculated, hex values aren't exactly right.
Did you reverse the bytes when using hex? If not then that's probably why you got a different number from the one you calculated.
For example 999,999 is 000F423F in hex, but in hxd (or whatever hex editor you use) you need to flip the bytes and type in 3F420F00 in order to get that same number in the game.
Did you reverse the bytes when using hex? If not then that's probably why you got a different number from the one you calculated.
For example 999,999 is 000F423F in hex, but in hxd (or whatever hex editor you use) you need to flip the bytes and type in 3F420F00 in order to get that same number in the game.
OK, well there's my problem right there, I chose 007FFFFF to try and get 8,388,607 yen cause it sounded good, and ended up with 16,777,207 yen because it read it as 00FFFFF7.
Thanks, I'll have to remember that for next time.
Also, I am still wondering if it is possible to use other people's saves?
Here is my current save for Persona 4 Golden, if anyone wants to try and import it into their game, go ahead.
Save 1 is before the final battle in the True Ending for my 1st playthrough.
Save 2 is near the beginning of my second playthrough and includes the backup made before I modded it.
OK, well there's my problem right there, I chose 007FFFFF to try and get 8,388,607 yen cause it sounded good, and ended up with 16,777,207 yen because it read it as 00FFFFF7.
Thanks, I'll have to remember that for next time.
Also, I am still wondering if it is possible to use other people's saves?
I've not tested this with P4G but considering the files seem to have no additional protection then it should work fine.
I did test with FFX HD and found that saves can be shared across accounts, as well as across platforms so long as you decrypt the ps3 save first (or encrypt the vita save if going to ps3) and fix the checksum. But P4G doesn't look like it has any extra security like that so it should work fine.
If I get the time though I'll test it out later with your save, I'm pretty sure it'll work though.
Here are some offsets I found. (all 4 bytes, unless specified)
Remember to always make some form of backup (decrypted or encrypted)
Persona 4 Golden (US):
FFX HD (EU):
(In order for saves to work you need to fix checksum otherwise save will be corrupt. I used MemorySumChecker, there are many tutorials from ps3 version that work for vita if you're not sure about this part)
Confirmed: PS3 saves work on vita perfectly. Decrypt the "SAVE" file with Bruteforce and rename it "data00xx.bin", then ftp into game and you're done. This also means local cross-saving without psn.
Wow, nice finds dude. You're doing Kami-sama's work. The Senran and AKB2 offsets are the same for US releases.
By the way, for anyone who save edits, Vitashell is a pretty convenient application. It allows you to rename the patch folder containing molecule without having to reconnect to a PC using FTP. (Not sure if you guys could do this already, I couldn't using MolecShell.)
How does one fix the checksum? I'm trying to modify Dungeon Travelers 2 and followed the guide on wololo. I know the save is decrypted because when I opened it using HxD without decryption I get random data whereas decrypting it showed the names of the items in my storage in text
Atelier Totori: Plus cheat table. Includes offsets for Health, Defense, and MP. The offsets were surprisingly easy to find with only a 2 byte(?) difference between H, D, and MP. I'll try and find the other offsets when I have some time.
Also, leveling up resets any changes made unfortunately. Gonna have to find the lvl offset and try to ameliorate that.
I'll eventually get around to including links to posts containing offsets in the Op.
Don't have those games unfortunately, but the values should be pretty easy to find.
Here's how I found mine after trudging through HxD for hours on end.
>Make maybe 3 saves.
>Level up a stat/Change money/ etc whatever on one save in the game so that the values will be different
>Decrypt the saves and load save 1 into cheat engine
>Input the value you want to change, open up the process list and switch to the second save.
>Values should have changed, input the new value that you want for this save
>Just like before, things should have changed, leaving you with 1-2 offsets. Try out different offsets.
Golden note: Once you find one offset then it should be incredibly easy to find the others. In Totori all of the stats only have a 2-byte different, making spotting them in the offset list easy.
Don't have those games unfortunately, but the values should be pretty easy to find.
Here's how I found mine after trudging through HxD for hours on end.
>Make maybe 3 saves.
>Level up a stat/Change money/ etc whatever on one save in the game so that the values will be different
>Decrypt the saves and load save 1 into cheat engine
>Input the value you want to change, open up the process list and switch to the second save.
>Values should have changed, input the new value that you want for this save
>Just like before, things should have changed, leaving you with 1-2 offsets. Try out different offsets.
Golden note: Once you find one offset then it should be incredibly easy to find the others. In Totori all of the stats only have a 2-byte different, making spotting them in the offset list easy.
If you want I could probably do it for you. Upload a save and post what values you want hacked. Values need to be exact btw otherwise I'll be unable to find them.
If you want I could probably do it for you. Upload a save and post what values you want hacked. Values need to be exact btw otherwise I'll be unable to find them.
i'm setting this up, but i don't really understand why i have to open the browser->near in the background...
i set it up so when i open my game, molecularshell opens, that is not enough?
the contents will still be encrypted?
and the fact that near is running 'on my game' will decrypt it, making the stuff i then get from molecularshell decrypted...? and if near is running, the files i get from ftp are no good?
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
WiiCompiled is a new project that lets PC gamers play Mario Kart Wii natively on PC without emulation. Using static recompliation to convert the code into native PC...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
Thanks to the recent decomplication efforts; The Minish Cap 3DS brings the Game Boy Advance classic Zelda title to your 3DS.
The port takes full advantage of the 3DS...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
GBAtemp is and always has been an independent community. Since 2002 our staff have voluntarily kept the site running, added new forums, features, provided constant...
To celebrate its 25th anniversary, XBOX has launched pre-orders for the XBOX 25th Anniversary Collection. For the occasion, the trailer below was aired.
This...
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
It's been something of a quiet week in the gaming space, with the deluge of big hitters trying to find their place before GTA 6 launches really kicking off next week...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
The second of a two-part special, a more traditional Nintendo Direct is set to air today. Unlike the Zelda Direct the contents of this one is still relatively up in...
Announced a few days ago, Nintendo of America have today launched their Customer Appreciation Sale. Featuring 30% discounts across a wide range of popular first-party...
A few days ago Chary stepped down as Chief Editor after 5 wonderful years, and everyone guessed the seat wouldn't stay empty for very long. Back in 2021 I proudly...