Hacking Working/Non-working games, using Queno138's file pack

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,465
Country
Could not get Sonic Lost World euro to work either, it would not generate a .cia file at all. I have tried with other packages but the same with all. So basically the only two I cannot get working, which he said is Starfox64 freezes on 3DS logo on booting the game and Sonic Lost World will not generate a .cia file all the rest I have working. :(

Also Nes Remix wont work either it erros on generating with .bin missing.

Edit: Mine are all tested and working on the latest Gateway Emunand, not CFW :)
 

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
I got SF64. Originally it was getting as far as just past the 3DS loading screen, then crashing with "An error has occurred, hold down the power button, etc" I realized the problem was that I had minimum kernel version set in the .rsf where the original exheader (0x39C) had those bytes filled, presumably it wasn't something that was checked until later on and breaks compatibility with earlier games if you set it?

I've got a link to the python script I've put together to make (hopefully) working .rsfs, worked for SSB and Star Fox so should work for anything else.

https://www.dropbox.com/s/pks0oh8cb8c5olm/rsfgen.zip?dl=0

Optionally can patch the minimum firmware requirement for a game, if you're on 4.5 CFW, though obviously that only works to an extend and any games that use 7.x crypto or other features exclusive to higher firmwares still won't work. Also includes .exe versions of the scripts, if you get errors using the .py files, and a quick region patcher just because I forgot to take it out of the folder when zipping it and can't be bothered to reupload. :P

No promises about this having any guarantee of working, it's real lazy, bad python and method, and having almost never used python before I was mostly learning as I went along.
 

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,465
Country
I got SF64. Originally it was getting as far as just past the 3DS loading screen, then crashing with "An error has occurred, hold down the power button, etc" I realized the problem was that I had minimum kernel version set in the .rsf where the original exheader (0x39C) had those bytes filled, presumably it wasn't something that was checked until later on and breaks compatibility with earlier games if you set it?

I've got a link to the python script I've put together to make (hopefully) working .rsfs, worked for SSB and Star Fox so should work for anything else.

https://www.dropbox.com/s/pks0oh8cb8c5olm/rsfgen.zip?dl=0

Optionally can patch the minimum firmware requirement for a game, if you're on 4.5 CFW, though obviously that only works to an extend and any games that use 7.x crypto or other features exclusive to higher firmwares still won't work. Also includes .exe versions of the scripts, if you get errors using the .py files, and a quick region patcher just because I forgot to take it out of the folder when zipping it and can't be bothered to reupload. :P

No promises about this having any guarantee of working, it's real lazy, bad python and method, and having almost never used python before I was mostly learning as I went along.

Cool m8 but no ctrkeygen.py generator? I was going to try nes remix again. :)
 

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
Nope, that's just for making the .rsf files, everything else you need is posted elsewhere, and then anyone who might want it probably already HAS everything else they'd need.
 

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,465
Country
Nope, that's just for making the .rsf files, everything else you need is posted elsewhere, and then anyone who might want it probably already HAS everything else they'd need.

How is it supposed to work? You just drag and drop your .3ds rom on make? to generate your rsf file?
 

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
I included instructions in the readme.txt. :rolleyes: You put a decrypted exheader.bin and a .3ds (encrypted or decrypted doesn't matter) into the folder with the .bat files, then drag the .3ds onto make.bat.
 
  • Like
Reactions: CraddaPoosta

CraddaPoosta

Sepatown, my damie.
OP
Member
Joined
May 3, 2010
Messages
1,326
Trophies
1
XP
2,664
Country
United States
Well, I thought I was finally done after getting Star Fox working, but, if I can get my other games that are under 1GB to install, I might as well try. Still have 4GB free on my big SD card. No point in letting it go to waste.
 

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,465
Country
I included instructions in the readme.txt. :rolleyes: You put a decrypted exheader.bin and a .3ds (encrypted or decrypted doesn't matter) into the folder with the .bat files, then drag the .3ds onto make.bat.

You mean your generted xorpads with your .3ds rom? I dont get it, it does nothing for me apart from say press button to continue then it just exits?

Edit: Python is not internal external as a command?

It does not work m8, exheader.bin error? where do you get that from?
 

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
Your folder should look like this, have these two files put into it
ff7c68ba63.png
If the regular make.bat isn't working for you, like you say python isn't recognized as a command, drag it onto make -exe.bat instead.

Your exheader should be decrypted, when you open it in a hex editor it should look at least a bit readable in a hex editor, eg. here's what the first part of SSB's decrypted exheader looks like, it should look similar to this
c02165d74e.png

If your exheader looks more like this in a hex editor
1ce28d5325.png
Then you're probably trying to use an encrypted one, or you didn't decrypt or xor it right.
 
  • Like
Reactions: Queno138

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,465
Country
Got SF64 working after some hard effort, Will post a pici :)

Edit: Why does the big green slippy toad wobbling down the tunnel at the intro make me laugh so hard every time I see it! :rofl:
 
  • Like
Reactions: CraddaPoosta

Vappy

Well-Known Member
Member
Joined
May 23, 2012
Messages
1,508
Trophies
2
XP
2,613
Country
Go for it. I've been meaning to get around to rewriting it so it prints out a clean .rsf instead of pasting over a copied template, and also working out a good way to read a few other entries from the header, I'll send you a PM if I get around to it.
 
  • Like
Reactions: Queno138

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
Go for it. I've been meaning to get around to rewriting it so it prints out a clean .rsf instead of pasting over a copied template, and also working out a good way to read a few other entries from the header, I'll send you a PM if I get around to it.

that's great!

I'll try to integrate the present one at the mean time :)


__________

Neo Draven, I've combined Vappy's latest rsfgen.py into my pack and got Animal Crossing (said to be not working unless custom rsf) to work.

You may want to try it on the games on your list :)

latest pack:

http://filetrip.net/3ds-downloads/utilities/download-quenopack-3ds-to-cia-5-1-f32996.html
 
  • Like
Reactions: CraddaPoosta

CraddaPoosta

Sepatown, my damie.
OP
Member
Joined
May 3, 2010
Messages
1,326
Trophies
1
XP
2,664
Country
United States
Nothing I have tried will convert Tetris Ultimate.

Kid Icarus successfully converted, but it is still installing, so I will confirm if it works on the newest version soon.

After that, I am testing Harvest Moon - Tale of Two Towns, followed by Sonic Boom.


EDIT - Kid Icarus Uprising failed, again. Tried using my old .rsf file linked in this very thread, and it still failed. Installed but won't boot.

EDIT - Well, no, I am just an idiot. I forgot to delete the backup save data. Works perfectly.

My collection is again complete.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Materia_tofu @ Materia_tofu:
    im not a very bright individual, but we live and we learn
  • SylverReZ @ SylverReZ:
    @Materia_tofu, We do learn a lot from plenty of talented individuals.
  • Materia_tofu @ Materia_tofu:
    this is true! i learned how to make soundfont remixes from a friend back in 2021
    +1
  • BakerMan @ BakerMan:
    Update on my brother: He's home now, tired and hungry, obviously, but other than that, seems to be doing fine.
    +2
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
    The Real Jdbye @ The Real Jdbye: you can report it and request deletion