Homebrew [release] HomeMenuHax

  • Thread starter Thread starter spinal_cord
  • Start date Start date
  • Views Views 181,451
  • Replies Replies 753
  • Likes Likes 13
I'm trying to compile Homemenuhax so that it works with the Primal Kyogre theme. I keep getting a really weird error about an undefined reference to "IFile_ctx" which seems to be made in themedata_payload.s

I commented out all other Regions in the Makefile, but even before I did that I got the same error.

I saw in a comment somewhere in this thread that it could be due to the Uncompressed Theme File being > 1MB. I just can't find anything on this error message to make me think one way or the other. I don't have any other theme files to test with right now.

Anyone have any ideas?

Code:
C:\Users\d4mation\Desktop\3ds_homemenuhax>make clean && make LOADSPAYLOAD=1 USE_P
ADCHECK=0x200 ENABLE_LOADROPBIN=1 ENABLE_HBLAUNCHER=1 LOADSDCFG_PADCHECK=1 MENUR
OP_PATH=menurop_prebuilt THEMEDATA_PATH=C:/users/d4mation/desktop/body_LZ_dec.bin

#@if [ ! -d "menurop_prebuilt/JPN" ]; then $(error "The menurop_prebuilt/JPN dir
ectory doesn't exist, please run the generate_menurop_addrs.sh script."); fi
#@if [ ! -d "menurop_prebuilt/EUR" ]; then $(error "The menurop_prebuilt/EUR dir
ectory doesn't exist, please run the generate_menurop_addrs.sh script."); fi
#@if [ ! -d "menurop_prebuilt/CHN" ]; then $(error "The menurop_prebuilt/CHN dir
ectory doesn't exist, please run the generate_menurop_addrs.sh script."); fi
#@if [ ! -d "menurop_prebuilt/KOR" ]; then $(error "The menurop_prebuilt/KOR dir
ectory doesn't exist, please run the generate_menurop_addrs.sh script."); fi
#@if [ ! -d "menurop_prebuilt/TWN" ]; then $(error "The menurop_prebuilt/TWN dir
ectory doesn't exist, please run the generate_menurop_addrs.sh script."); fi
#@for path in menurop_prebuilt/JPN/*; do make -f Makefile buildtheme --no-print-
directory REGION=JPN REGIONVAL=0 MENUVERSION=$(basename "$path"); done
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=11272 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA11272_old3ds.bin\" -include menurop_prebuilt/USA/11272 themedata_paylo
ad.s -o build/menuhax_USA11272_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccszooRv.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccszooRv.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccszooRv.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccszooRv.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA11272_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=12288 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN ABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/users/
d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_menuh
ax_USA12288_old3ds.bin\" -include menurop_prebuilt/USA/12288 themedata_payload.s
-o build/menuhax_USA12288_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccQN3yT3.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccQN3yT3.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccQN3yT3.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccQN3yT3.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA12288_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=13330 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA13330_old3ds.bin\" -include menurop_prebuilt/USA/13330 themedata_paylo
ad.s -o build/menuhax_USA13330_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccqY98Vz.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccqY98Vz.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccqY98Vz.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccqY98Vz.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA13330_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=14336 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA14336_old3ds.bin\" -include menurop_prebuilt/USA/14336 themedata_paylo
ad.s -o build/menuhax_USA14336_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\cckbihA9.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckbihA9.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckbihA9.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckbihA9.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA14336_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=15360 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA15360_old3ds.bin\" -include menurop_prebuilt/USA/15360 themedata_paylo
ad.s -o build/menuhax_USA15360_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccOt62Lk.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccOt62Lk.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccOt62Lk.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccOt62Lk.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA15360_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=16404 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA16404_old3ds.bin\" -include menurop_prebuilt/USA/16404 themedata_paylo
ad.s -o build/menuhax_USA16404_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\cckm0vaT.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckm0vaT.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckm0vaT.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cckm0vaT.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA16404_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=17415 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA17415_old3ds.bin\" -include menurop_prebuilt/USA/17415 themedata_paylo
ad.s -o build/menuhax_USA17415_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\cc0tz9ax.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cc0tz9ax.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cc0tz9ax.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\cc0tz9ax.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA17415_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=19456 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA19456_old3ds.bin\" -include menurop_prebuilt/USA/19456 themedata_paylo
ad.s -o build/menuhax_USA19456_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccEePGB4.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccEePGB4.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccEePGB4.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccEePGB4.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA19456_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=20480 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA20480_old3ds.bin\" -include menurop_prebuilt/USA/20480 themedata_paylo
ad.s -o build/menuhax_USA20480_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccSkxiig.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccSkxiig.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccSkxiig.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13386c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccSkxiig.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1338ac): undefined reference to `IFile_ctx'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [build/menuhax_USA20480_old3ds.elf] Error 1
make[1]: *** [buildtheme] Error 2
arm-none-eabi-gcc -x assembler-with-cpp -nostartfiles -nostdlib -DREGION=USA -DR
EGIONVAL=1 -DMENUVERSION=21504 -DHEAPBUF=0x35052080 -DROPBIN_BUFADR=0x35040000 -
DTARGETOVERWRITE_MEMCHUNKADR=0x0FFFFEA4 -DNEW3DS=0  -DUSE_PADCHECK=0x200 -DLOADS
DCFG_PADCHECK=1 -DENABLE_LOADROPBIN -DENABLE_HBLAUNCHER -DTHEMEDATA_PATH=\"C:/us
ers/d4mation/desktop/body_LZ_dec.bin\" -DROPBINPAYLOAD_PATH=\"sd:/ropbinpayload_m
enuhax_USA21504_old3ds.bin\" -include menurop_prebuilt/USA/21504 themedata_paylo
ad.s -o build/menuhax_USA21504_old3ds.elf
C:\Users\d4mation\AppData\Local\Temp\ccKwFckO.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x1337ec): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccKwFckO.o: In function `rop_ret2menu_stack_
newlrval':
(.init+0x13382c): undefined reference to `IFile_ctx'
C:\Users\d4mation\AppData\Local\Temp\ccKwFckO.o: In function `rop_ret2menu_sta
C:\Users\d4mation\Desktop\3ds_homemenuhax>
 
Is it possible to setup HomeMenuHax/ThemeHax to boot different boot.3dsx files depending on the button combination, and if so how? I am hoping I can set it up like this:-

Hold no buttons = Original System Menu
Hold L = rxTools
Hold R = The Homebrew Launcher
 
Last edited by Razor83,
Is it possible to setup HomeMenuHax/ThemeHax to boot different boot.3dsx files depending on the button combination, and if so how? I am hoping I can set it up like this:-

Hold no buttons = Original System Menu
Hold L = rxTools
Hold R = The Homebrew Launcher
Try mashers emergency launcher.

That will let you set up what you are wanting.
 
  • Like
Reactions: Razor83
Try mashers emergency launcher.

That will let you set up what you are wanting.
That looks great! I just have a couple of questions if you dont mind;
-If I dont enter any default setting in the boot_config.ini file, will this load the original System Menu if I dont hold any buttons?
-Is it compatible with Gateways launcher.dat?
 
Last edited by Razor83,
This looks great! I just have a couple of questions if you dont mind;
-If I dont enter any default setting in the boot_config.ini file, will this load the original System Menu if I dont hold any buttons?
-Is it compatible with Gateways launcher.dat?
I have no experience with GW. Maybe ask in that thread for more info?

And it takes some setting up. Full details are also in that thread.
 
So I was able to get into the homebrew browser via the new Browserhax workaround that was found today (for n3ds's). I currently just have the old themehax installer, will this still work for 2.5?
 
So I was able to get into the homebrew browser via the new Browserhax workaround that was found today (for n3ds's). I currently just have the old themehax installer, will this still work for 2.5?
I don't think the installer has been updated yet. But there is a way to manually replace the payload. There is a tutorial somewhere from a day or so ago explaining exactly how to do such.

https://gbatemp.net/threads/tutorial-how-to-install-2-5-on-themehax-manually.400784
 
I'm getting an error for original themehax installer and the offline one. 9.2 o3ds via ninjhax

Edit - Finally got it working. I needed the latest boot.3dsx and use browserhax, and themehax 1.3. Ninjhax wasn't working for installing themehax for me
 
Last edited by SmellyPirateMonkey,
I'm getting an error for original themehax installer and the offline one. 9.2 o3ds via ninjhax
Post error code.

Some notes:
  • Go to Home Menu Design (Home Icon on the top left of bottom screen) -> Change Theme (so it creates some data). Then exit.
  • If you have custom theme -> change back to a default theme
  • You need to dellete the themehax_installer in the 3DS folder on your SD before cop the off line themehax installer folder. Merging folder will corrupt the offline installer.
 
I am new here. I noticed earlier today that my ThemeHax was no longer working. I was going to reinstall it but I can't get on the browser without updating the system. I know BrowserHax and ThemeHax are patched in 10.2, so I am not going anywhere near that update. I am on an old 3ds with 10.1. Is there anything I can do?
 
I am new here. I noticed earlier today that my ThemeHax was no longer working. I was going to reinstall it but I can't get on the browser without updating the system. I know BrowserHax and ThemeHax are patched in 10.2, so I am not going anywhere near that update. I am on an old 3ds with 10.1. Is there anything I can do?
If you don't have IronHax, OoTHax or NinHax already installed... unfortunatelly, you're screwed up
 
yellows8 has posted an issue: https://github.com/yellows8/3ds_homemenuhax/issues/26

It's asking for submissions of an app icon and boot image for homemenuhax
I guess that means we re gonna get a new version of homemenuhax soon? Praying, it has a new entry point (preferrably directly).

I am new here. I noticed earlier today that my ThemeHax was no longer working. I was going to reinstall it but I can't get on the browser without updating the system. I know BrowserHax and ThemeHax are patched in 10.2, so I am not going anywhere near that update. I am on an old 3ds with 10.1. Is there anything I can do?
Unless you have Ironfall 1.0/1.1 or Cubic Ninja or OOT & Save dongle (SKY3DS too but very unlikely for someone to ask this question if they own 1), you are out of luck at the moment.

Try the optional steps in this post of mine. If you are lucky that only the payload bin's corrupted, you may still boot themehax after replacing the payload bin.
https://gbatemp.net/threads/doubt-themehax-o3ds-sysnand-9-4.400788/#post-5757610
 
Last edited by tivu100,
By the way, for those who may be trying to get their own custom themes working with this...

Rather than fiddling with scripts to decompress body_LZ, I noticed that YATA+ temporarily creates a decompressed body_LZ in its folder when you open your theme. You can simply copy/paste that elsewhere and it seems much easier :p
 
By the way, for those who may be trying to get their own custom themes working with this...

Rather than fiddling with scripts to decompress body_LZ, I noticed that YATA+ temporarily creates a decompressed body_LZ in its folder when you open your theme. You can simply copy/paste that elsewhere and it seems much easier :p
want to make me one plz lol :`)
 
Also I just noticed it seems like the next version of ThemeHax will be released shortly which fixes custom themes not working properly with ThemeHax, so once that's released, I can do that for you (if yellows8 doesn't add a way for the user to specify their own custom theme body_LZ directly in the installer :p)
 
Also I just noticed it seems like the next version of ThemeHax will be released shortly which fixes custom themes not working properly with ThemeHax, so once that's released, I can do that for you (if yellows8 doesn't add a way for the user to specify their own custom theme body_LZ directly in the installer :p)
awesome thanks
 

Site & Scene News

Popular threads in this forum