Homebrew Romhack list for *hax 2.5+

shutterbug2000

Cubic NINJHAX!
Member
Joined
Oct 11, 2014
Messages
1,088
Trophies
0
Age
29
XP
4,878
Country
United States
I'll piggyback off Procyon's instructions on how to use Rutile Ruby with a physical cart, and clarify some spots. This worked for me.



Install Python 2.7 and then
  1. Download packhack (from here: https://gbatemp.net/threads/tutoria...d-3ds-roms-run-xy-oras-without-update.383055/) and extract it
  2. Go to the ISO site. Download a CIA (in this case it's pre-patched with Rutile Ruby/Sapphire). Make sure you don't use any gameupdates from the eshop for any of the pokemon games, or delete them.
  3. Meanwhile check the program you want to run with hacks do this using Hans and selecting the program. And move to romfs and select yes write down the name.
  4. Exit Hans.
  5. Power off the 3DS
  6. Extract the zips on your PC. (Put the CIA in the same folder as the packhack)
  7. Open a notepad file and paste in, after pasting save as ctrtool.bat and place it in the same folder as ctrtool
Code:
ctrtool --contents=contents name.cia
ctrtool -p --exefs=exefs.bin contents.0000.00000000
ctrtool -t exefs --exefsdir=exefs --decompresscode exefs.bin
ctrtool -p --romfs=romfs.bin contents.0000.00000000
(replace name with CIA file name)
  1. After extracting ROMFS + EXFs through ctrtools you will have Romfs.bin + exefs folder.
  2. Open HxD and open Romfs.bin, ctrl + E and set length with hex checked to 1000. This should select 000->FF0. Press backspace and it should move the rest of the data in the file to the top. Save it.
  3. Rename Romfs.bin now to titleid.romfs (title id being what you got from HANS)
  4. Open exefs folder, and take code.bin and rename it to titleid.code
  5. Place on your SD in HANS folder.
  6. Run HANS with Code + Romfs selected. Don't use any other options at all in HANS. I haven't tested if they work.
Should work. These were my exact steps, and you have to follow the exact steps for it to work. These exact steps might work for other romhacks as long as you change all the variables.

I've followed these steps exactly, yet I always end up with this...

Help?
 

Attachments

  • image.jpeg
    image.jpeg
    754.8 KB · Views: 214

Acryt

Well-Known Member
Member
Joined
Aug 22, 2015
Messages
310
Trophies
0
XP
169
Country
United States
I tried again to condense Procyon's instructions with any clarifications.

THESE INSTRUCTIONS ARE FOR RUTILE RUBY/STAR SAPPHIRE (they may work for others if you change the variables as needed)
DO NOT SKIP ANY STEPS. IF YOU DON'T UNDERSTAND HOW TO DO IT THAT DOES NOT MEAN SKIP IT. YOU HAVE TO DO EVERY SINGLE PART FOR THIS TO WORK.


1. Install Python 2.7
2. Download packhack (from here: https://gbatemp.net/threads/tutoria...d-3ds-roms-run-xy-oras-without-update.383055/) and extract it (http://pastebin.com/A1s8cmsD) links also in this pastebin
3. Go to the ISO site. Download a CIA (in this case it's pre-patched with Rutile Ruby/Sapphire). Make sure you don't use any gameupdates from the eshop for any of the pokemon games, or delete them.
4. Check the game you want to use within HANS and open the ROMFS Path tab and note down the file name it wants for Code & Romfs file. You will need to rename files to the filename its looking for.
5. Exit HANS & Turn off the DS, and put your SD card back into your computer.
6. Place your CIA of the game you want to use in the same folder as packhack
7. Open a notepad file and paste in this, after pasting save as ctrtool.bat and place it in the same folder as ctrtool, which should be in your packhack folder.

Code:
ctrtool --contents=contents name.cia
ctrtool -p --exefs=exefs.bin contents.0000.00000000
ctrtool -t exefs --exefsdir=exefs --decompresscode exefs.bin
ctrtool -p --romfs=romfs.bin contents.0000.00000000

(replace name.cia with CIA file name so for example: Rutile.cia) <--- Very important
  1. After letting it extract ROMFS + EXFs through ctrtools you will have an Romfs.bin + exefs folder.
  2. Open HxD and open Romfs.bin, ctrl + E and set length with hex checked to 1000. This should select 000->FF0. Press backspace and it should move the rest of the data in the file to the top. Save it. <---Very important. Will not work if done wrong
  3. Rename Romfs.bin now to titleid.romfs (title id being what you got from HANS)
  4. Open exefs folder, and take code.bin and rename it to titleid.code
  5. Place on your SD in HANS folder.
  6. Run HANS with Code + Romfs selected. Don't use any other options at all in HANS. I haven't tested if they work.
 
Last edited by Acryt,

Procyon

TheRealProcyon
Member
Joined
Dec 13, 2014
Messages
1,940
Trophies
0
Age
24
Location
/home/procyon
Website
discord.me
XP
855
Country
Netherlands
THESE INSTRUCTIONS ARE FOR RUTILE RUBY/STAR SAPPHIRE
DO NOT SKIP ANY STEPS. IF YOU DON'T UNDERSTAND HOW TO DO IT THAT DOES NOT MEAN SKIP IT. YOU HAVE TO DO EVERY SINGLE PART FOR THIS TO WORK.


1. Install Python 2.7
2. Download packhack (from here: https://gbatemp.net/threads/tutoria...d-3ds-roms-run-xy-oras-without-update.383055/) and extract it (http://pastebin.com/A1s8cmsD) links also in this pastebin
3. Go to the ISO site. Download a CIA (in this case it's pre-patched with Rutile Ruby/Sapphire). Make sure you don't use any gameupdates from the eshop for any of the pokemon games, or delete them.
4. Check the game you want to use within HANS and open the ROMFS Path tab and note down the file name it wants for Code & Romfs file. You will need to rename files to the filename its looking for.
5. Exit HANS & Turn off the DS, and put your SD card back into your computer.
6. Place your CIA of the game you want to use in the same folder as packhack
7. Open a notepad file and paste in this, after pasting save as ctrtool.bat and place it in the same folder as ctrtool, which should be in your packhack folder.

Code:
ctrtool --contents=contents name.cia
ctrtool -p --exefs=exefs.bin contents.0000.00000000
ctrtool -t exefs --exefsdir=exefs --decompresscode exefs.bin
ctrtool -p --romfs=romfs.bin contents.0000.00000000

(replace name.cia with CIA file name so for example: Rutile.cia) <--- Very important
  1. After letting it extract ROMFS + EXFs through ctrtools you will have an Romfs.bin + exefs folder.
  2. Open HxD and open Romfs.bin, ctrl + E and set length with hex checked to 1000. This should select 000->FF0. Press backspace and it should move the rest of the data in the file to the top. Save it.
  3. Rename Romfs.bin now to titleid.romfs (title id being what you got from HANS)
  4. Open exefs folder, and take code.bin and rename it to titleid.code
  5. Place on your SD in HANS folder.
  6. Run HANS with Code + Romfs selected. Don't use any other options at all in HANS. I haven't tested if they work.

I didn't have code.bin for Neo Y
 

GBAFail

Smell my finger.
Member
Joined
Oct 26, 2015
Messages
491
Trophies
0
Location
Uranus
XP
321
Country
United States
I tried again to condense Procyon's instructions with any clarifications.

THESE INSTRUCTIONS ARE FOR RUTILE RUBY/STAR SAPPHIRE (they may work for others if you change the variables as needed)
DO NOT SKIP ANY STEPS. IF YOU DON'T UNDERSTAND HOW TO DO IT THAT DOES NOT MEAN SKIP IT. YOU HAVE TO DO EVERY SINGLE PART FOR THIS TO WORK.


1. Install Python 2.7
2. Download packhack (from here: https://gbatemp.net/threads/tutoria...d-3ds-roms-run-xy-oras-without-update.383055/) and extract it (http://pastebin.com/A1s8cmsD) links also in this pastebin
3. Go to the ISO site. Download a CIA (in this case it's pre-patched with Rutile Ruby/Sapphire). Make sure you don't use any gameupdates from the eshop for any of the pokemon games, or delete them.
4. Check the game you want to use within HANS and open the ROMFS Path tab and note down the file name it wants for Code & Romfs file. You will need to rename files to the filename its looking for.
5. Exit HANS & Turn off the DS, and put your SD card back into your computer.
6. Place your CIA of the game you want to use in the same folder as packhack
7. Open a notepad file and paste in this, after pasting save as ctrtool.bat and place it in the same folder as ctrtool, which should be in your packhack folder.

Code:
ctrtool --contents=contents name.cia
ctrtool -p --exefs=exefs.bin contents.0000.00000000
ctrtool -t exefs --exefsdir=exefs --decompresscode exefs.bin
ctrtool -p --romfs=romfs.bin contents.0000.00000000

(replace name.cia with CIA file name so for example: Rutile.cia) <--- Very important
  1. After letting it extract ROMFS + EXFs through ctrtools you will have an Romfs.bin + exefs folder.
  2. Open HxD and open Romfs.bin, ctrl + E and set length with hex checked to 1000. This should select 000->FF0. Press backspace and it should move the rest of the data in the file to the top. Save it.
  3. Rename Romfs.bin now to titleid.romfs (title id being what you got from HANS)
  4. Open exefs folder, and take code.bin and rename it to titleid.code
  5. Place on your SD in HANS folder.
  6. Run HANS with Code + Romfs selected. Don't use any other options at all in HANS. I haven't tested if they work.
Does this work on Windows?
 

Flowey

Active Member
Newcomer
Joined
Oct 26, 2015
Messages
27
Trophies
0
Age
29
XP
86
Country
United States
I'm confused on when we're supposed to replace the files from the rom hack into whatever was exported from ctrtool.bat

I've read the instructions several times but I don't seem to see any part where you replace files.
 

Acryt

Well-Known Member
Member
Joined
Aug 22, 2015
Messages
310
Trophies
0
XP
169
Country
United States
I didn't have code.bin for Neo Y
Yeah, the game crashed many times without code.bin for rutile ruby, finally working stable after making sure it was there. I'm going to test Neo Y later, have to get the cia. :P

--------------------- MERGED ---------------------------

I'm confused on when we're supposed to replace the files from the rom hack into whatever was exported from ctrtool.bat

I've read the instructions several times but I don't seem to see any part where you replace files.
You're technically not replacing anything through this method. You're using an already compiled CIA rom of the romhack to do this, but converting it down to a ROMFS file and CODE file for HANS to use.
 
Last edited by Acryt,

Flowey

Active Member
Newcomer
Joined
Oct 26, 2015
Messages
27
Trophies
0
Age
29
XP
86
Country
United States
You're technically not replacing anything through this method. You're using an already compiled CIA rom of the romhack to do this, but converting it down to a ROMFS file and CODE file for HANS to use.

Oh, I'm retarded.
 
D

Deleted User

Guest
hmm tried this and it just restarts back to the HB channel`

EDIT: Nvm it worked :D :D
 
Last edited by ,

Acryt

Well-Known Member
Member
Joined
Aug 22, 2015
Messages
310
Trophies
0
XP
169
Country
United States
Did you use code.bin?
I did a quick boot of HANS with only the code file selected to run on top of my cart, and it seems I had changes applied to the game, but I couldn't be for sure. It might be the case you only need code.bin for this to work of the romhack, but I don't know for certain, because doing it this way the default Omega Ruby logo is there, but I had a change of only the romhack in game.
Going to look into this more with Neo Y, as i'm about to test if everything is good with it as well.
 
Last edited by Acryt,

Procyon

TheRealProcyon
Member
Joined
Dec 13, 2014
Messages
1,940
Trophies
0
Age
24
Location
/home/procyon
Website
discord.me
XP
855
Country
Netherlands
I did a quick boot of HANS with only the code file selected to run on top of my cart, and it seems I had changes applied to the game, but I couldn't be for sure. It might be the case you only need code.bin for this to work of the romhack, but i'm not knowledgeable enough to know if this is the case.

I used romfs.bin
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • AncientBoi @ AncientBoi:
    ooowwww a new way for me to beat NFS 510 :D @SylverReZ
    +1
  • SylverReZ @ SylverReZ:
    @AncientBoi, Yeah, believe you can do PSP games as well. But a Pi5 is much powerful in comparison.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Not sure about other models of Pi4 but the Pi 4 B with 8GBs OCed to 2Ghz handles PSP really great except like 1 game I found and it is playable it just looks bad lol Motor Storm Arctic something or other.
  • Psionic Roshambo @ Psionic Roshambo:
    Other games I can have turned up to like 2X and all kinds of enhancements, Motorstorm hmmm nope 1X and no enhancements lol
  • Veho @ Veho:
    Waiting for Anbernic's rg[whatever]SP price announcement, gimme.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I will admit that one does seem more interesting than the usual Ambernic ones, and I already liked those.
  • Veho @ Veho:
    I dread the price point.
    +1
  • Veho @ Veho:
    This looks like one of their premium models, so... $150 :glare:
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    To me that seems reasonable.
  • Psionic Roshambo @ Psionic Roshambo:
    I mean since basically all the games are errmmm free lol
  • Veho @ Veho:
    I mean yeah sure but the specs are the same as a $50 model, it's just those pesky "quality of life" things driving up the price, like an actually working speaker, or buttons that don't melt, and stuff like that.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I think all in my Pi 4 was well north of 200 bucks 150ish for the Pi 4 the case the fancy cooler, then like 70 for the 500GB MicroSD then like 70 for the Xbox controller. But honestly it's a nice set up I really enjoy and to me was worth every penny. (even bought more controllers for 2 or 4 player games.) hmmm have never played any 2 player games yet :(
  • Veho @ Veho:
    Yeah that's what I hate about the RPi, it's supposedly $30 or something but it takes an additional $200 of accessories to actually turn it into a working something.
  • Psionic Roshambo @ Psionic Roshambo:
    yes that's the expensive part lol
  • Veho @ Veho:
    I mean sure it's flexible and stuff but so is uremum but it's fiddly.
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah a lot of it I consider a hobby, using Batocera I am constantly adjusting the collection adding and removing stuff, scraping the artwork. Haven't even started on some music for the theme... Also way down the road I am considering attempting to do a WiiFlow knock off lol
  • Veho @ Veho:
    I want everything served on a plate plz ktnx, "work" is too much work for me.
  • Veho @ Veho:
    Hmm, with that in mind, maybe a complete out-the-box solution with all the games collected, pacthed and optimized for me would be worth $150 :unsure:
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah it's all choice and that's a good thing :)
  • Bunjolio @ Bunjolio:
    animal crossing new leaf 11pm music
  • Bunjolio @ Bunjolio:
    avatars-kKKZnC8XiW7HEUw0-KdJMsw-t1080x1080.jpg
    wokey d pronouns
  • SylverReZ @ SylverReZ:
    What its like to do online shopping in 1998: https://www.youtube.com/watch?v=vwag5XE8oJo
    SylverReZ @ SylverReZ: What its like to do online shopping in 1998: https://www.youtube.com/watch?v=vwag5XE8oJo