Homebrew [release] HomeMenuHax

night_hawk

Well-Known Member
Member
Joined
Dec 3, 2014
Messages
573
Trophies
0
XP
1,586
Country
Italy
That's why I struck the time out if you look at it carefully. That's a strong suggestion to leave it out.
Don't know if I understood. Anyway i used the following commands (with and without all that compiling options):
1) make
2) make clean && make
3) make clean && time make
 

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
Maybe it's just placebo effect, but it feels like 1.3 makes timing sensitive stuff (i.e. loading CFW from Brahma) work better on N3DS. It was already pretty much close to 90% for me, but I have yet to see it fail now. O.o
 

TheDeKay

I call it research
Member
Joined
Feb 6, 2015
Messages
152
Trophies
0
XP
239
Country
It seems that the latest update lets us use custom theme with themehax! Check out the github page.

EDIT : Still compiling... over an hour with i7, SSD....
Where did you get that Information? I can't see anything that says it would be possible with a Custom theme. I only found a TODO part by yellows8 that says he wants to implement a way that can install homemenuhax but still load custom themes properly (without the need of building it).

Edit: Found it.
 
Last edited by TheDeKay,

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,726
Trophies
2
XP
8,512
Country
Tuvalu
It seems that the latest update lets us use custom theme with themehax! Check out the github page.

EDIT : Still compiling... over an hour with i7, SSD....
how can it be an hour? :O i thought build times longer than a few minutes were only for big complex projects...
 

night_hawk

Well-Known Member
Member
Joined
Dec 3, 2014
Messages
573
Trophies
0
XP
1,586
Country
Italy
make clean && time make LOADSDPAYLOAD=1 USE_PADCHECK=0x200 ENABLE_LOADROPBIN=1 ENABLE_HBLAUNCHER=1 LOADSDCFG_PADCHECK=1 MENUROP_PATH=menurop_prebuilt

use that, it's suggested on the readme. I get problems when I use "time make" so I gave it a strike through
I also have to fix python3 to py -3, but you may not have that problem.

Note: For those who still care, I will prepare and upload an untethered version of 1.3 tonight.
I think that it's my problem too, because now i'm getting python3: command not found (yes i installed python 3). How you solved? Thanks
 

Dean_

Well-Known Member
Member
Joined
Sep 11, 2014
Messages
684
Trophies
0
XP
712
Country
Wow.. I successfully compiled from the latest source, and custom theme is working!!
You have to decompress body_LZ.bin before building.
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
Ok, here's themehax_installerSD v 1.3
It's a quick update so I may clean it up some later. Only tested on 9.2 old3ds and may not work for korea just yet.
That spammy unformatted text is really hard to read. Yellows8 clearly dislikes creating UIs :P
 

Attachments

  • themehax_installerSDv1.3.zip
    1.1 MB · Views: 29,020
Last edited by zoogie,

SomeGamer

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
6,827
Trophies
1
XP
4,902
Country
Hungary
Ok, here's themehax_installerSD v 1.3
It's a quick update so I may clean it up some later. Only tested on 9.2 old3ds and may not work for korea just yet.
That spammy unformatted text is really hard to read. Yellows8 clearly dislikes creating UIs :P
Is this the latest commit?
And yeah, yellows8 and UIs... :P
 

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Wow.. I successfully compiled from the latest source, and custom theme is working!!
You have to decompress body_LZ.bin before building.
How do you do that?
Does background music work?
 

Dean_

Well-Known Member
Member
Joined
Sep 11, 2014
Messages
684
Trophies
0
XP
712
Country
How do you do that?
Does background music work?
If you want to use custom theme with themehax, you have to manually build themehax_payload with theme file.

To change theme, you have to build it again.


Set up environment (mingw, devkitarm, python 3.x .. etc) and build it from source :

https://github.com/yellows8/3ds_homemenuhax

make LOADSDPAYLOAD=1 USE_PADCHECK=0x200 ENABLE_LOADROPBIN=1 ENABLE_HBLAUNCHER=1 LOADSDCFG_PADCHECK=1 MENUROP_PATH=menurop_prebuilt THEMEDATA_PATH="decompressed regular theme body_LZ filepath"

This will take a LOT of TIME.

You have to decompress body_LZ.bin before building. (It is compressed with LZ11)

Themehax installer does not install BGM. You have to use CHMM-like tools to get BGM work.
 
  • Like
Reactions: fmkid

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Themehax installer does not install BGM. You have to use CHMM-like tools to get BGM work.
How do you decompress the theme I mean?
I have a body_LZ.bin and a bgm.bcstm file. If I use CHMM to install a theme I have a full theme including bgm and stuff. If I then run the themehax installer over that my theme will disappear completely won't it?

Or do you mean I have to run themehax installer once and then install the themehax generated theme through CHMM? If that's the case how do you know which of the themes you create is the correct one?

As I have tons of different bins. menuhax_JAP{number}_{new/old}3ds.bin
I know which 3DS I have but what does the number mean?
 
Last edited by Zan',

fmkid

Just another GBATemp's random guy
Member
Joined
Apr 23, 2015
Messages
1,911
Trophies
0
XP
1,424
Country
Colombia
Ok, here's themehax_installerSD v 1.3
It's a quick update so I may clean it up some later. Only tested on 9.2 old3ds and may not work for korea just yet.
That spammy unformatted text is really hard to read. Yellows8 clearly dislikes creating UIs :P
Great work, man, thanks!
 

Dean_

Well-Known Member
Member
Joined
Sep 11, 2014
Messages
684
Trophies
0
XP
712
Country
How do you decompress the theme I mean?
Google 'decompress LZ11'

I have to run themehax installer once and then install the themehax generated theme through CHMM? If that's the case how do you know which of the themes you create is the correct one?

Yes. Themehax installer will tell you while installing what themehax_payload is being used.
In my case, it was menuhax_EUR11272_old3ds.lz.
Rename menuhax_EUR11272_old3ds.lz to body_LZ.bin and put it in the sd:/theme/[name] along with bgm file.
 
  • Like
Reactions: fmkid and Zan'

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
Google 'decompress LZ11'



Yes. Themehax installer will tell you while installing what themehax_payload is being used.
In my case, it was menuhax_EUR11272_old3ds.lz.
Rename menuhax_EUR11272_old3ds.lz to body_LZ.bin and put it in the sd:/theme/[name] along with bgm file.
thank you
 

fmkid

Just another GBATemp's random guy
Member
Joined
Apr 23, 2015
Messages
1,911
Trophies
0
XP
1,424
Country
Colombia
I wish, someday, an easy way to install any custom theme with this hax will be implemented!... ATM, it seems too hard, and only for 1 theme per build!
 

Zan'

2F88744FEED717856386400A44BBA4B9CA62E76A32C715D4F
Member
Joined
Oct 8, 2015
Messages
387
Trophies
0
Age
32
XP
271
Country
I wish, someday, an easy way to install any custom theme with this hax will be implemented!... ATM, it seems too hard, and only for 1 theme per build!
Actually looking at it it's not to bad. If you can build a theme including the homemenuhax exploit and install it via CHMM or similar.
In that case you can just build your seems to be homemenuhax themes and use them as you did before.
If that works.

How would you go about changing the Button from L to for example X?
 
Last edited by Zan',

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Maxouter @ Maxouter: yo