Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,162,639
  • Replies 29,357
  • Likes 47

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
isostar said:
i dont have a config folder / config txt
http://gbatemp.net/index.php?showtopic=149...t&p=1949877

anyone a idea??
Those that get "No file missing" it's because you have more than 59 images missing. Can everyone confirm this? Apparently it is coded that way

if (missingFiles != NULL && (cntMissFiles < 60) && (cntMissFiles > 0)
...
else WindowPrompt("No file missing!",0,"OK",0);
 

cyrex

Well-Known Member
OP
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
78
Country
Gambia, The
TiMeBoMb4u2 said:
I am putting together a fully-layered Photoshop template of the GUI USB Loader's interfaces. Currently, I have the entire main screen made, and I'm moving on to the sub-menus. Will someone please post screenshots of the sub-menus, so I can continue?

Thanks!
yay.gif
i already have one
smile.gif
. Anyway what would it be good for... for every theme you can set the position and size of everything just as you want it to be. So this is kinda useless
tongue.gif
 

tagteam3283

Well-Known Member
Member
Joined
Jan 22, 2009
Messages
136
Trophies
0
XP
51
Country
TiMeBoMb4u2 said:
tagteam3283 said:
guys still gettiog "no missing images" screen
here are some images from my SD
SD:/config/ folder contains config.txt and titles.txt
nothing in config.txt other than godmode = 1
SD:/images and SD:/images/disc are completely empty
3.2E, rev220 via HBC
Remove your "SD:/config/" folder completely. Then, try downloading the covers again.
Once you get the desired covers, readd your "SD:/config/" folder.
This seemed to work for MOST people.

biggrin.gif

tnx for the reply TimeBomb, howveer still did not work

any other ideas
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States

tagteam3283

Well-Known Member
Member
Joined
Jan 22, 2009
Messages
136
Trophies
0
XP
51
Country
marinos35 said:
isostar said:
marinos35 said:
REGARDING DOWNLOADING COVERS
It's still not finished and it's not compatible with cover_path and disc_path options of the config.txt

For now to work, you must create the SD:/images/ and SD:/images/disc/ directories (meaning an "images" directory directly to your SD card, and a "disc" directory under that) and delete from your config.txt the cover_path and disc_path lines.

i dont have a config folder / config txt
http://gbatemp.net/index.php?showtopic=149...t&p=1949877

anyone a idea??
Those that get "No file missing" it's because you have more than 60 games. Can everyone confirm this? Apparently it is coded that way

if (missingFiles != NULL && (cntMissFiles < 60) && (cntMissFiles > 0)
...
else WindowPrompt("No file missing!",0,"OK",0);

yep 115 games, why is this set to 59 images??
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States
cyrex said:
TiMeBoMb4u2 said:
I am putting together a fully-layered Photoshop template of the GUI USB Loader's interfaces. Currently, I have the entire main screen made, and I'm moving on to the sub-menus. Will someone please post screenshots of the sub-menus, so I can continue?
Thanks!
yay.gif
i already have one
smile.gif
Will you please share it??

yay.gif
 

BluntTrauma

Member
Newcomer
Joined
Jan 16, 2009
Messages
18
Trophies
0
XP
12
Country
Now that sounds plausable.

The single time it did work, it downloaded 58 covers.
Every time since it have been looking for more than 60.
I have more than 60 installed (68 I think but I can't remember).

Any ideas why that 60 cover limit was implemented?
 

zouille83

Well-Known Member
Newcomer
Joined
Apr 23, 2009
Messages
86
Trophies
0
Age
47
Location
france
XP
75
Country
France
I try rev222 .
I try to download cover and dvdcover : IT'S OK but i made befor a folder "images" on SD root ( with a folder "disc" insid this folder) .

Juste a small probleme : the message ( info) click here ton download cover ( in the tooltips) is under the game list
 

cyrex

Well-Known Member
OP
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
78
Country
Gambia, The
TiMeBoMb4u2 said:
Will you please share it??
yay.gif
hmmm what would it be good for? you can set every size and position you want to if you create an own theme. Maybe i will with a stable release but i just don't get what it should be good for
tongue.gif
?
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States
cyrex said:
TiMeBoMb4u2 said:
Will you please share it??
yay.gif
hmmm what would it be good for? you can set every size and position you want to if you create an own theme. Maybe i will with a stable release but i just don't get what it should be good for
tongue.gif
?
It's GREAT for theme designers! They can see what their theme looks like, before running it on their Wii! It makes the trial-n-error process a LOT easier!!

Here's a screenshot of what I have so far:
tempscreenshot.jpg



biggrin.gif
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
@ cyrex: Plz put at first post
REGARDING DOWNLOADING COVERS
It's still not finished and it's not compatible with cover_path and disc_path options of the config.txt


For now to work, you must create the SD:/images/ and SD:/images/disc/ directories (meaning an "images" directory directly to your SD card, and a "disc" directory under that), delete from your config.txt the cover_path and disc_path lines and have only up to 59 images missing!

Code dumb happens when a directory that you try to download to is missing
Covers and discs don't appear after the download because non-default paths for disc and cover are set
If you are missing more than 59 images it displays "No file missing!"
 

TiMeBoMb4u2

Well-Known Member
Member
Joined
Oct 25, 2008
Messages
1,550
Trophies
0
Location
Hyrule
XP
1,198
Country
United States
isostar said:
@ dimok,nIxxx,cyrex and all devs i need help

I have the "No file Missing" error
hate2.gif

-rev 222
-Wii is Online
-On the Hardrive are 89 Games
-Download Covers dont work for me

[[IMAGES REMOVED]]
isostar... Download the cover pack in the first post, and extract it to your SD card!

Easy!
biggrin.gif



yay.gif
 

marinos35

Well-Known Member
Member
Joined
Mar 12, 2006
Messages
352
Trophies
0
XP
314
Country
Italy
marinos35 said:
@ cyrex: Plz put at first post
REGARDING DOWNLOADING COVERS
It's still not finished and it's not compatible with cover_path and disc_path options of the config.txt


For now to work, you must create the SD:/images/ and SD:/images/disc/ directories (meaning an "images" directory directly to your SD card, and a "disc" directory under that), delete from your config.txt the cover_path and disc_path lines and have only up to 59 images missing!

Code dumb happens when a directory that you try to download to is missing
Covers and discs don't appear after the download because non-default paths for disc and cover are set
If you are missing more than 59 images it displays "No file missing!"


QUOTE(isostar @ Apr 30 2009, 05:36 PM) @ dimok,nIxxx,cyrex and all devs i need help

I have the "No file Missing" error
hate2.gif

-rev 222
-Wii is Online
-On the Hardrive are 89 Games
-Download Covers dont work for me


SD-Root "without config folder/txt file"



images folder "disc folder is empty"


apps


No file missing

Read before post. I already said that this error is when you are missing more than 59 images.
 

ZeD

Well-Known Member
Member
Joined
Jul 17, 2007
Messages
394
Trophies
0
Age
36
Website
Visit site
XP
321
Country
A bit off topic
Would some one be kind enough to PM a noob guide of what I need to be able to edit and compile the source?
Many Thanks in Advance
shy.gif
 

tagteam3283

Well-Known Member
Member
Joined
Jan 22, 2009
Messages
136
Trophies
0
XP
51
Country
okay have done further testing:
rev222, 3.2E, 115 games

i had all the covers in 3d and 105 disc images in the default folder before i started trying to download. i.e. all cover art there, mising 10 disc images.

i copied these onto my PC and left the default image and images/disc folder blank which apparently wont work due to the maximum amount of missing covers being 59. i also did not see my IP address during the network inistialisation process.

so i put the images back into the default folders and all of the images loaded correctly as normal.

i then removed 10 cover images and confirmed i was missing 10 images when i scrolled through the list. Then i clicked to download 3d covers. the IP address appearsed, waited about 1 min then the "no file missing" error again.

any ideas? could it limited by the amount of games and NOT the amount of covers

cheers
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Xdqwerty @ Xdqwerty: yawn