Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 6,727,855
  • Replies 28,788
  • Likes 43

hughjass

Well-Known Member
Member
Joined
Sep 20, 2008
Messages
255
Trophies
0
Website
www.marcreeves.co.uk
XP
44
Country
TiMeBoMb4u2 said:
hughjass said:
How do I get box art images to show up? I am using the channel version of this loader, and I have the images dir on the root of my sd card, but none of my images are showing up. Help anyone? Thanks.
You will need to define the image location in the "config.txt" file. The "config.txt" file MUST be in "SD:/config/" (I think this should be changed)!

CODEcover_path = SD:/images/covers/
disc_path = SD:/images/discs/
yay.gif

Thanks so much! I will do that now! Now my usb loader will look even nicer!
 

OuahOuah

Well-Known Member
Member
Joined
Oct 2, 2006
Messages
1,072
Trophies
1
Age
45
Location
France
Website
www.ouahouah.eu
XP
754
Country
France
DPyro said:
It's still in development, these are not official releases. If you bother to look at the changes made, they are usually small. http://code.google.com/p/usbloader-gui/source/list

Link is in the first post
wink.gif


Anyway, SD:/config/ should be changed to /apps/dirname_of_the_loader/ to be able to run diffrent revision...
 

hughjass

Well-Known Member
Member
Joined
Sep 20, 2008
Messages
255
Trophies
0
Website
www.marcreeves.co.uk
XP
44
Country
Are there certain games that won't install? I've tried sonic and the secret rings and zack & wiki (both original copies) and they both hang at different points during the installation. Is this just happening for me? Oh and they are both PAL region games.
 

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
i tried Call Of Duty on R199 (the reccomended stable build as indicated by the first post) and i can start the game but when i try to load the campaign my wii resets to the health screen is this normal or is it my backup? (do i need a new cios?)
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
vettacossx said:
i tried Call Of Duty on R199 (the reccomended stable build as indicated by the first post) and i can start the game but when i try to load the campaign my wii resets to the health screen is this normal or is it my backup? (do i need a new cios?)

???
which cios you have?

also r199 is r198 (as the the changes of r199 was the wiki
tongue.gif
) and there is no "recommended stable build".
 

supagusti

Well-Known Member
Member
Joined
Feb 2, 2008
Messages
287
Trophies
0
XP
115
Country
Australia
vettacossx said:
i tried Call Of Duty on R199 (the reccomended stable build as indicated by the first post) and i can start the game but when i try to load the campaign my wii resets to the health screen is this normal or is it my backup? (do i need a new cios?)

which version of CoD? - Call of Duty 3 is know as "not working" see http://wiki.gbatemp.net/wiki/index.php/USB_Launcher_v1 for more issues....
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,197
Country
United States
This WILL move the "show_tooltip" variable, from the "theme.txt" file to the "config.txt" file!

** USING r230 **

In the "CFG.C" file... Move Line 231...
Code:
THEME.showToolTip = 1;
...to Line 197, and edit it to...
Code:
CFG.showToolTip = 1;

...and move Line 571...
Code:
cfg_bool("show_tooltip", &THEME.showToolTip);
...to Line 423, and edit it to...
Code:
cfg_bool("show_tooltip", &CFG.showToolTip);


AND... In the "CFG.H" file... Move Line 112
Code:
short showToolTip;
...to Line 65.


AND... In the "MENU.CPP" file... Edit Line 2288 from...
Code:
if (THEME.showToolTip)
...to...
Code:
if (CFG.showToolTip)

...and edit Line 2451 from...
Code:
if (difftime(time1,time2) == 2 && THEME.showToolTip)
...to...
Code:
if (difftime(time1,time2) == 2 && CFG.showToolTip)

...and edit Line 2477 from...
Code:
else if((homeBtn.GetState() == STATE_SELECTED) && (THEME.showToolTip)) //TT
...to...
Code:
else if((homeBtn.GetState() == STATE_SELECTED) && (CFG.showToolTip)) //TT

...and edit Line 2505 from...
Code:
else if((installBtn.GetState() == STATE_SELECTED) && (THEME.showToolTip)) //TT
...to...
Code:
else if((installBtn.GetState() == STATE_SELECTED) && (CFG.showToolTip)) //TT

...and edit Line 2572 from...
Code:
else if((settingsBtn.GetState() == STATE_SELECTED) && (THEME.showToolTip)) //TT
...to...
Code:
else if((settingsBtn.GetState() == STATE_SELECTED) && (CFG.showToolTip)) //TT



Thanks!
yay.gif
 

kedest

Well-Known Member
Member
Joined
Feb 6, 2007
Messages
3,289
Trophies
0
Website
Visit site
XP
534
Country
Netherlands
TiMeBoMb4u2 said:
Okay, you coders out there... This question is for me, since I have been asking for this...
Will this move the "show_tooltip" variable, from the "theme.txt" file to the "config.txt" file?

You can just keep the default theme and only change the tooltip setting.
If you just create a theme.txt and put only the tooltip setting in it, and no other files in the theme directory, you will still have the default theme.
 

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
QUOTE said:
which version of CoD? - Call of Duty 3 is know as "not working" see http://wiki.gbatemp.net/wiki/index.php/USB_Launcher_v1 for more issues....

thanks that sums it up
smile.gif
will wait along with MK:Armageddon
smile.gif
no worries just want to confirm it didnt rip it wrong is all
wink.gif


QUOTE???
which cios you have?

also r199 is r198 (as the the changes of r199 was the wiki tongue.gif) and there is no "recommended stable build".

actually if you look at CYREX's FIRST POST he keeps an updated and compiled DOL file there of the most recent and most stable build
wink.gif
or the DOL file he reccomends...being he is part of the developers team i would say its a good source 2 lol
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
vettacossx said:
actually if you look at CYREX's FIRST POST he keeps an updated and compiled DOL file there of the most recent and most stable build
wink.gif
or the DOL file he reccomends...being he is part of the developers team i would say its a good source 2 lol

QUOTE# latest precompiled DOL r199

latest precompiled, not latest recommended stable build. It's r199 because he hasn't updated the post yet.
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,197
Country
United States
kedest said:
TiMeBoMb4u2 said:
Okay, you coders out there... This question is for me, since I have been asking for this...
Will this move the "show_tooltip" variable, from the "theme.txt" file to the "config.txt" file?
You can just keep the default theme and only change the tooltip setting.
If you just create a theme.txt and put only the tooltip setting in it, and no other files in the theme directory, you will still have the default theme.
Yes; I know this. But I don't want to use the "theme.txt" file! I want to to control this in the "config.txt" file!

biggrin.gif
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy

OuahOuah

Well-Known Member
Member
Joined
Oct 2, 2006
Messages
1,072
Trophies
1
Age
45
Location
France
Website
www.ouahouah.eu
XP
754
Country
France
Cluster said:
So how to enable covers downloading in r208?
There is my config.txt:
Code:
cover_path = SD:/images/covers/
disc_path = SD:/images/discs/

And I created /images/covers and /images/discs dirs. So how to download covers for installed games?

Not possible.

Wait for later revision
smile.gif
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,197
Country
United States
Cluster said:
So how to enable covers downloading in r208?
There is my config.txt:
Code:
cover_path = SD:/images/covers/
disc_path = SD:/images/discs/

And I created /images/covers and /images/discs dirs. So how to download covers for installed games?
...As MANY are going to tell you... "READ THE FIRST POST!"


biggrin.gif
 

slicer74

Well-Known Member
Member
Joined
Apr 29, 2009
Messages
136
Trophies
0
Age
46
Location
Somewhere
Website
slicer74.ifrance.com
XP
102
Country
Canada
The wiki said that covers must go in sd/image and disc image into sd/image/disc

Why does the settings has to change in the config.txt...

Those line looks like the one in the Ultimate Version of USBLoader, not the GUI

I am lost
frown.gif
 
General chit-chat
Help Users
  • Vetusomaru @ Vetusomaru:
    btw do u have discord?
  • Vetusomaru @ Vetusomaru:
    last tv anime i remember with nipples i personally watched was Senran Kagura
  • Skelletonike @ Skelletonike:
    yeah I do
  • Skelletonike @ Skelletonike:
    I mostly read, haven't watched much, but I do keep my cunchyroll sub.
  • Skelletonike @ Skelletonike:
    Found out one of my fave animes got an adaptation this season

    the other day lol
  • Skelletonike @ Skelletonike:
    Yuusha ga Shi
    nda
  • Vetusomaru @ Vetusomaru:
    crynchyrolls is cancer, especially with the censorship they do like they did with Oshimai
  • Vetusomaru @ Vetusomaru:
    can u post your discord here or at dm?
  • Skelletonike @ Skelletonike:
    No idea
  • Skelletonike @ Skelletonike:
    it's my username
  • Vetusomaru @ Vetusomaru:
    and number?
  • Skelletonike @ Skelletonike:
    it needs the number?
  • Vetusomaru @ Vetusomaru:
    okey dokey. i ve sent u friend request.
  • Vetusomaru @ Vetusomaru:
    i have same username with here
  • Skelletonike @ Skelletonike:
    alright, accepted
    +1
  • K3N1 @ K3N1:
    You got a friend in you
  • Skelletonike @ Skelletonike:
    that's gay
  • K3N1 @ K3N1:
    Maybe I like being gay
  • Vetusomaru @ Vetusomaru:
    The Greek dub of Toy Story's You've got a friend in me is still a classic even among boomers who've never watched the movie, mostly because it was sung by a famous beloved Greek singer
  • Vetusomaru @ Vetusomaru:
    Also his choice was quite interesting since his songs are anything but family-friendly
  • Vetusomaru @ Vetusomaru:
    If anything, some of his songs were so controversial that he got troubles with the law regarding "blasphemy laws" in Greece.
    Vetusomaru @ Vetusomaru: If anything, some of his songs were so controversial that he got troubles with the law regarding...