Hacking Updating Emunand

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
hey guys ive been reading and reading and searching and i just cant find out the answers to my questions about emunands.

ive got 9.2 rxtools running emunand of 9.2 and i installed fbi and bigblue on it and then i wanted to update so i can play SSB4

i got an O3DS XL with 9.2 OFW. emunand 9.2.

whats the latest update i can do and how for emunand?

i just want to play some SSB4 and other things, online and not.

i want the ssb4 DLC CIA to work, as of now i installed it and it didnt work.

in fact i installed the latest SSB4 Update 1.1.5 (or whatver) and now i get black screen for SSB4

please help!
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
hey guys ive been reading and reading and searching and i just cant find out the answers to my questions about emunands.

ive got 9.2 rxtools running emunand of 9.2 and i installed fbi and bigblue on it and then i wanted to update so i can play SSB4

i got an O3DS XL with 9.2 OFW. emunand 9.2.

whats the latest update i can do and how for emunand?

i just want to play some SSB4 and other things, online and not.

i want the ssb4 DLC CIA to work, as of now i installed it and it didnt work.

in fact i installed the latest SSB4 Update 1.1.5 (or whatver) and now i get black screen for SSB4

please help!
Just go into system settings in emunand and update.
 

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
now i got another issue...

after i installed the update and everything, holding L boots me into emunand and so does ninjhax.

how do i get to the HBL???
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
  • Like
Reactions: Goombah111

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
  • Like
Reactions: Just Passing By

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
okay now i have it set to launch HBL, how do i set it to launch EMUNAND? i installed the hbl channel so i dont need to boot into it anymore.

im using menuhax
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
okay now i have it set to launch HBL, how do i set it to launch EMUNAND? i installed the hbl channel so i dont need to boot into it anymore.

im using menuhax
So now you autoboot the homebrew menu through menuhax? Is that what you're saying? And you need help autobooting to emunand through menuhax?
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
Than I think Ctrbootmanager would be the one you'd like the most:
https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/

It has a bootup screen where you can choose what you want to load up (whether that be the homebrew menu or cfw, it's all up to you). You do have to do some work with the boot.cfg file though to get it set up (you can open it through Notepad++ if you need an example of what to use). And here's the syntax for the boot.cfg file if you need an example:
https://github.com/Cpasjuste/CtrBootManager/blob/master/data/boot.cfg

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

And if you need help setting it up, just tell me although trying it yourself is best for you to understand.
 

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
Than I think Ctrbootmanager would be the one you'd like the most:
https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/

It has a bootup screen where you can choose what you want to load up (whether that be the homebrew menu or cfw, it's all up to you). You do have to do some work with the boot.cfg file though to get it set up (you can open it through Notepad++ if you need an example of what to use). And here's the syntax for the boot.cfg file if you need an example:
https://github.com/Cpasjuste/CtrBootManager/blob/master/data/boot.cfg

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

And if you need help setting it up, just tell me although trying it yourself is best for you to understand.
im not sure if ill have time to figure that all out. its probly simple but it looks difficult
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
im not sure if ill have time to figure that all out. its probly simple but it looks difficult
It's actually simpler than you think. Here's some help:

// Boot menu configuration
boot_config =
{
// Default timeout in seconds
// If timeout = -1, disable autoboot
timeout = 3;
// Some devices (n3ds?) seems to have
// some timing problems when using timeout=0 (autoboot).
// You may increase this value to improve boot success rate.
// Default delay (8) should be good for o3ds, 2 seems good for n3ds
autobootfix = 8;
// if timeout = 0 (autoboot),
// hold this key to enter the menu
// keycode list : https://goo.gl/4XLDIL
recovery = 2; // SELECT
// Default boot entry
default = 0;
// Boot menu entries (11 max)
entries =
(

{
title = "ReiNand";
path = "/ReiNand.dat";
offset = "0x12000";
},
{
title = "rxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
key = 0; // key to override default boot entry (A)
},
{
title = "HomeBrewMenu";
path = "/boot_hb.3dsx";
},

{
title = "HomeMenu";
path = "homemenu"; // magic path for homemenu, do not change
},
{
title = "Reboot";
path = "reboot"; // magic path for reboot, do not change
},
{
title = "Shutdown";
path = "shutdown"; // magic path for poweroff, do not change
}
);
// RGB colors
theme =
{
bgTop1 = "4a0031";
bgTop2 = "6f0149";
bgBottom = "6f0149";
highlight = "dcdcdc";
borders = "ffffff";
font1 = "ffffff";
font2 = "000000"; // selection
bgImgTop = "/yourimage.bin"; // 400x240 pixels
bgImgBot = "/yourimage2.bin"; // 320x240 pixels
};
};
For simplicities sake, everything in red should stay. The things in blue should be changed to your liking and you can add more than just three options. Just follow the syntax for those and you're good. When you're editing the stuff, make sure your paths are right.
 
Last edited by Just Passing By,

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
Why does smash 1.1.5 require an emunand update? Does the game start at all with 1.1.5 applied on 9.2 rxtools?
That uhh... isn't within the context of this thread... at all, and I'm not too knowledgeable with updates since I'm usually on or close to the newest one. Just update. You have emunand.
 

Goombah111

Well-Known Member
OP
Newcomer
Joined
Oct 9, 2009
Messages
52
Trophies
1
XP
295
Country
United States
Why does smash 1.1.5 require an emunand update? Does the game start at all with 1.1.5 applied on 9.2 rxtools?
no it didnt start at all for me. could have just been bad luck.

i managed to get the update and DLC all working for SSB4.

now i am installing the classic pokemon GB game CIA files but they just hang at the 3DS loading screen. why?
 

Just Passing By

Well-Known Member
Member
Joined
Jan 3, 2016
Messages
1,563
Trophies
0
XP
663
Country
United States
no it didnt start at all for me. could have just been bad luck.

i managed to get the update and DLC all working for SSB4.

now i am installing the classic pokemon GB game CIA files but they just hang at the 3DS loading screen. why?
If it hangs on the loading screen, try going into the Eshop, and going to the game's page. I forget if that fixes the problem, but it might.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    LeoTCK @ LeoTCK: yes for nearly a month i was officially a wanted fugitive, until yesterday when it ended