Post: Rogue Legacy: How to Hex Edit your money
08-02-2014, 02:59 PM #1
fake333
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Or "Why Game Genie will most likely never be able to do it for you"

If you're like me, you probably realized that Rogue Legacy is a game that becomes easy when you have tons of cash. Unfortunately, there's a number of reasons that programs like Game Genie will never be able to modify it for you. For one thing, Rogue Legacy's save data is constantly changing in size, meaning that values constantly move and making it impossible to narrow down a set location for a value. There's also a weird catch with Rogue Legacy's data that I'll explain in this guide.

So first off, here's what you'll need:

-Bruteforce (Any version, just make sure the database is up to date to include Rogue Legacy)
-A Hex Editing Program (I prefer to use HxD, because it's simple and easy for beginners)
-A PS3 version save for Rogue Legacy (Obviously)
-A USB Drive (Again, super obvious)



Before we go into ANY of the computer portions of this guide, you'll need to actually play Rogue Legacy. It's easiest to start a new file (but can be done with an in-progress one as well) and playthrough as far as you can with your first character. Collect AS MUCH money as you can before you die.

When you pick your next character, DO NOT BUY ANY UPGRADES. You'll want to have as much money as possible. Now keep track of the EXACT amount of money you have. Write it down, make a new notepad document, get a tattoo of it, whatever.

Now you'll want to pause and quit the game to the title screen, then quit to the PS3 XMB menu. Copy your save to the Flash Drive. Load the Flash Drive on your Computer.

Open Bruteforce (Make sure to run it as administrator or it might be a little wonky with Decryption) and decrypt your save file. Now open the "SAVEDAT0" file in your Hex Editor of choice. Again, I prefer HxD.

Now here's the tricky part: finding your money. Rogue Legacy's data has an interesting... gimmick to it. But we'll get to that in a bit. First things first, bring up that number for the money you had. For the sake of simplicity, I'll use 470 as an example. Get out your calculator and convert this to hex. So, 470 becomes 1D6. Now, in the data, money has 8 digits worth of data, so stick zeroes to the front of your current value. so 1D6 becomes 000001D6. You'll see why you do this in a moment.

Ordinarily, this is as much as you'd need to do to find a simple value in standard game data. But as I said before, Rogue Legacy is different. For reasons that are complicated and that I don't even completely understand (despite my whizkid brother's best explanations), the Hex for each value is actually in REVERSE order. But I don't mean just backwards. You have to break up your number into 4 Hex digits. So 000001D6 NOW becomes 00 00 01 D6. From THERE, you reverse the order, making your final number D6 01 00 00.

Still following? Good! From this point on it's easy. Just search (Usually Ctrl+F in Hex Editors) for that final number you got (INCLUDING the zeroes), you'll usually only find one value that matches it, but in some rare cases you might find two or three more. If you want to make sure you found the right one, look at the text strings corresponding to the value you found (usually on the right hand side of the window). Your money value will ALWAYS be near the name of the last or previous character you played as.

Now that you've found the value, change it to whatever you want. The largest the game will recognize is 2,147,836,647 or 7FFFFFFF in Hex (BUT IF YOU PUT THIS IN, MAKE SURE TO REVERSE THE ORDER LIKE I SAID, MEANING FFFFFF7F).

Make your changes and save the file. Re-encrypt the file in Bruteforce and load your save to the PS3, and start up Rogue Legacy. If you followed everything here correctly, then Presto! You have god-awfully stupid amounts of money!



Using this, it makes the game WAY easier (plus makes it easy to get the Thanatophobia trophy). From there, you can just grind for almost every trophy, except for the five trophies for beating the Remix versions of bosses (as you have to use a pre-built character that can't be exploited), the trophy you get for using the class you unlock from beating said bosses on the final boss, and the Platinum as a result.

Unfortunately, I don't have anywhere near the twitch reflexes or skill to beat those bosses, so someone else will have to step up to the plate and deliver saves for those.
Last edited by fake333 ; 08-02-2014 at 03:04 PM.

The following 8 users say thank you to fake333 for this useful post:

alchemistx, BigTrain, ChateauLatour, Isaac Clarke, Loverside97, marolio, PC_, SecAnswer
08-13-2014, 07:10 AM #38
hello guys this tutorial work for me, if you follow it remplaced "FFFFFF7F" for "FFC99A3B".

Ok i share the exemple to work for me:

Decrypt "SAVEDAT0" and open it in HxD.

my value is 50 gold, in hexadecimal 50 = 32 => 32 00 00 00

i'm searching with command "Ctrl +F" : 32

It find 32, if you have a lot of "0" after your value its good.

Selected 8 digit worth data: for me 32 00 00 00 and remplace for "FFC99A3B".

Searching more your value, if you find a result remplace for "FFC99A3B".

Encrypt and resigning, and good game.

Thank for fake333 for the tuto and danilo_scala for the patch cheat.

Sorry for my bad english.

The following user thanked Loverside97 for this useful post:

setsae
08-17-2014, 07:07 PM #39
setsae
Climbing up the ladder
You must login or register to view this content.

here is a us version with ton of gold starter save + sfo ... enjoy !

thanks all !
02-04-2015, 01:26 AM #40
Can someone edit my file for me? This game's anti-cheat methods are fucking asinine. Fuck the dev.
02-15-2015, 10:43 PM #41
Every time I try this it freezes upon loading the game! I tried several times to make sure I didn't do it wrong. I tried on a new profile the game loads so it definitely comes from the save. Please help me.
02-21-2015, 03:42 PM #42
Zero4ph
I defeated!
Originally posted by fake333 View Post
Or "Why Game Genie will most likely never be able to do it for you"

If you're like me, you probably realized that Rogue Legacy is a game that becomes easy when you have tons of cash. Unfortunately, there's a number of reasons that programs like Game Genie will never be able to modify it for you. For one thing, Rogue Legacy's save data is constantly changing in size, meaning that values constantly move and making it impossible to narrow down a set location for a value. There's also a weird catch with Rogue Legacy's data that I'll explain in this guide.

So first off, here's what you'll need:

-Bruteforce (Any version, just make sure the database is up to date to include Rogue Legacy)
-A Hex Editing Program (I prefer to use HxD, because it's simple and easy for beginners)
-A PS3 version save for Rogue Legacy (Obviously)
-A USB Drive (Again, super obvious)



Before we go into ANY of the computer portions of this guide, you'll need to actually play Rogue Legacy. It's easiest to start a new file (but can be done with an in-progress one as well) and playthrough as far as you can with your first character. Collect AS MUCH money as you can before you die.

When you pick your next character, DO NOT BUY ANY UPGRADES. You'll want to have as much money as possible. Now keep track of the EXACT amount of money you have. Write it down, make a new notepad document, get a tattoo of it, whatever.

Now you'll want to pause and quit the game to the title screen, then quit to the PS3 XMB menu. Copy your save to the Flash Drive. Load the Flash Drive on your Computer.

Open Bruteforce (Make sure to run it as administrator or it might be a little wonky with Decryption) and decrypt your save file. Now open the "SAVEDAT0" file in your Hex Editor of choice. Again, I prefer HxD.

Now here's the tricky part: finding your money. Rogue Legacy's data has an interesting... gimmick to it. But we'll get to that in a bit. First things first, bring up that number for the money you had. For the sake of simplicity, I'll use 470 as an example. Get out your calculator and convert this to hex. So, 470 becomes 1D6. Now, in the data, money has 8 digits worth of data, so stick zeroes to the front of your current value. so 1D6 becomes 000001D6. You'll see why you do this in a moment.

Ordinarily, this is as much as you'd need to do to find a simple value in standard game data. But as I said before, Rogue Legacy is different. For reasons that are complicated and that I don't even completely understand (despite my whizkid brother's best explanations), the Hex for each value is actually in REVERSE order. But I don't mean just backwards. You have to break up your number into 4 Hex digits. So 000001D6 NOW becomes 00 00 01 D6. From THERE, you reverse the order, making your final number D6 01 00 00.

Still following? Good! From this point on it's easy. Just search (Usually Ctrl+F in Hex Editors) for that final number you got (INCLUDING the zeroes), you'll usually only find one value that matches it, but in some rare cases you might find two or three more. If you want to make sure you found the right one, look at the text strings corresponding to the value you found (usually on the right hand side of the window). Your money value will ALWAYS be near the name of the last or previous character you played as.

Now that you've found the value, change it to whatever you want. The largest the game will recognize is 2,147,836,647 or 7FFFFFFF in Hex (BUT IF YOU PUT THIS IN, MAKE SURE TO REVERSE THE ORDER LIKE I SAID, MEANING FFFFFF7F).

Make your changes and save the file. Re-encrypt the file in Bruteforce and load your save to the PS3, and start up Rogue Legacy. If you followed everything here correctly, then Presto! You have god-awfully stupid amounts of money!



Using this, it makes the game WAY easier (plus makes it easy to get the Thanatophobia trophy). From there, you can just grind for almost every trophy, except for the five trophies for beating the Remix versions of bosses (as you have to use a pre-built character that can't be exploited), the trophy you get for using the class you unlock from beating said bosses on the final boss, and the Platinum as a result.

Unfortunately, I don't have anywhere near the twitch reflexes or skill to beat those bosses, so someone else will have to step up to the plate and deliver saves for those.


How about HP and MP have you found it in the save?
03-04-2015, 08:49 PM #43
How do I do this for PS4?
03-06-2015, 02:00 AM #44
cronopiro
Save Point
well i can´t do it,i don´t know what am i doin wrong i tried with my save and with the save that is post in another treath but always tell me that is another´s save and deleted is anyone have the same problem or just me?
03-07-2015, 03:48 PM #45
How do you get the data base with Rogue Legacy in it? I can't decrypt my file so I'm kind of screwed :(
03-07-2015, 03:50 PM #46
I'm able to reassign the save but then It says my data is corrupt :(

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo