Homebrew Tinker [Shuffle/Menuhax Theme Manager]

  • Thread starter Thread starter HeyItsJono
  • Start date Start date
  • Views Views 43,234
  • Replies Replies 145
  • Likes Likes 31
nope still says index.lua file not found

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

i am running this on gateway mode sysnand
Wait, so is the index.lua at the root of your SD or in /3ds/Tinker? Make sure it's at the root of your SD.
 
when i put it on root than i got blackscreen . if i put it in 3ds/tinker than i got index.lua error
Still getting the blackscreen even with the extra line? Huh, that's frustrating. Try this index.lua, copy it to the root of your SD card: http://jmp.sh/9Ry8eF4
Also, move all the files in the /3ds/Tinker folder to the root of your SD card except for Tinker.smdh and Tinker.3ds
So it should be all the pngs, ttfs and index.lua in the root of your sd, and Tinker.smdh and Tinker.3ds in /3ds/Tinker
 
Can we change the theme or install custom theme while we using ctrboot (coldboot) rxtools emunand? (N3ds xl, 9.5 emunand)
And this homebrew app can apply bbm (the music file of custom themes) file?
Also thank you for this useful homebrew app :)
 
now i got this:

Error: [string "?"]:26: unexpected symbol near `)`
Woopsies, forgot a bracket. Change line 26 from
Code:
no_themes_dialog = Graphics.loadImage'/no_themes_dialog.png')
to:
Code:
no_themes_dialog = Graphics.loadImage('/no_themes_dialog.png')

Can we change the theme or install custom theme while we using ctrboot (coldboot) rxtools emunand? (N3ds xl, 9.5 emunand)
And this homebrew app can apply bbm (the music file of custom themes) file?
Also thank you for this useful homebrew app :)
I don't know how well this works with ctrboot and emunand, I'm still on 10.3 so I have no means of testing it. You can give it a shot yourself and see if it works out though. And yup, this will apply the music file of custom themes as long as your theme's folder contains a bgm.bcstm file.
 
Last edited by HeyItsJono,
now this: [string "?"]:49: error opening SMDH file.

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

can i install shufflehax only on 10.2/10.3?

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

i cant get it working
 
T
now this: [string "?"]:49: error opening SMDH file.

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

can i install shufflehax only on 10.2/10.3?

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

i cant get it working
That error means there is something wrong with one of your themes rather than with Tinker, it seems a theme may be corrupted. The error means Tinker is having trouble opening the theme's .smdh file. I'm not sure which theme exactly so you have two options now:
1. Try each theme one by one to check for which is causing the error
2. I'm not sure if this will work but try adding:
Code:
if unexpected_condition then error(file.name) end
on line 47, right before
Code:
if System.doesFileExist(System.currentDirectory() .. file.name .. '/info.smdh') then
Yup, shufflehax is only 10.2/10.3, a different exploit is used on lower firmwares.
 
whats different between shufflehax and menuhax or is shufflehax the same for higher versions?
Two different exploits which produce the same end result. To us users there is no difference. The only difference is the code behind it and the exploit used.
how do you make it auto booto n start up rather then holding l
That doesn't have anything to do with Tinker, try the Menuhax thread.
 
is this right?
 

Attachments

  • Unbenannt.png
    Unbenannt.png
    141.9 KB · Views: 304
is this right?
Yup. But I don't know if it will work, since I really don't know how to do error handling in Lua. It seems to be very different from Python and other languages. What should happen is you should get another error, but the error should just be the name of the theme that is corrupted. That way you can remove that theme and Tinker should work.
 

Site & Scene News

Popular threads in this forum