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?
Last month we got confirmation of a new model of Switch 2 to better comply with upcoming EU regulations. With the legislation set to come into effect in February of...
Ocarina of Time is back in style as the upcoming Switch 2 remake looms on the horizon. But what's a fan of the game to do over the next few months? If you've been...
Tired of waiting for Game Freak to bring Pokemon Emerald to modern platforms? We've got you covered with a brand new port in the works. Currently available on GitHub...
For fans of Sinnoh, the pickings are slim. If you want the best experience you're left deciding between the updated region in Platinum, or the somewhat controversial...
If you've been waiting for an excuse to replay Super Mario Sunshine and happen to have up to nine friends, do I have some good news for you. Released earlier today...
The Switch 2 has been out for a year now, but you shouldn't count the original system out yet! Released a few days ago, popular PS2 emulator NetherSX2 has found its...
Hot on the heels of their NetherSX2 port, @Nagaa is back with another hugely anticipated release: a Switch port of the popular Wii U emulator Cemu. We've got more...
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
The Pokemon series is known for its vast assortment of spin off titles, with the majority being well-received. We've had an assortment of Mystery Dungeon titles, a...
The golden age of emulation on the Switch continues as a native Dolphin port was released by @Nagaa earlier today. Included in this port, we're looking at cover art...
Last month we got confirmation of a new model of Switch 2 to better comply with upcoming EU regulations. With the legislation set to come into effect in February of...
Ocarina of Time is back in style as the upcoming Switch 2 remake looms on the horizon. But what's a fan of the game to do over the next few months? If you've been...
Tired of waiting for Game Freak to bring Pokemon Emerald to modern platforms? We've got you covered with a brand new port in the works. Currently available on GitHub...
With the latest entry to the Fire Emblem series, Fortune's Weave, set to launch in September, Nintendo have today announced a new Nintendo Direct to put it soundly in...
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
Amidst news of layoffs and cancellations in the wake of Xbox's larger changes, Bethesda has today come out with a statement discussing their active projects. In this...
For fans of Sinnoh, the pickings are slim. If you want the best experience you're left deciding between the updated region in Platinum, or the somewhat controversial...
Announced today during the Octopath Traveler 8th Anniversary live stream, it's been confirmed that both the first game and its sequel will be launching on the Switch...
In this time of everything costing more a year after it's released, it's nice to see some things sticking to the old ways. Capcom have today announced that the latest...
If you've been waiting for an excuse to replay Super Mario Sunshine and happen to have up to nine friends, do I have some good news for you. Released earlier today...