Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,241,085
  • Replies 29,380
  • Likes 48

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
personally i am perfectly happy with the custom ones so i plan on getting all those up to date with Djbubba2002's conversions and ill rename all these 2 3 digit names but im going to leave the "original discs" to nindim seems he has already started the project
smile.gif


first i want to get one style of fully up to date disc images
smile.gif
 

djbubba2002

Well-Known Member
Member
Joined
Feb 10, 2007
Messages
832
Trophies
0
XP
427
Country
They should all disc covers should be done , in about a hour , vettacossx , i just sent you the first pack . of missing PAL AND NTSC , its still uplaoding , you haev to rename them and resize them
 

djtaz

PM's Full - Wadder Me
Member
Joined
Sep 21, 2008
Messages
2,997
Trophies
0
Age
51
Website
Visit site
XP
101
Country
On the discart one i have set the script to auto detect the size of the uploaded image as well instead of hard coding it , just in case the image is a different size.

Code:
$original_image = "$type/$id.png";
$blank_image = "zip/none.png";
$width = 160;
$height = 225;

was changed to
Code:
$original_image = "$type/$id.png";
$blank_image = "zip/none.png";
list($width, $height) = getimagesize($original_image);

which means resizing will be more accurate.

Might be worth changing the resize on to add that in antiaverage - and thanks for staying on top of this.
 

kizer8

Well-Known Member
Newcomer
Joined
Jan 6, 2009
Messages
88
Trophies
0
XP
58
Country
United States
I don't see any DVD cover images. I downloaded the images.rar from this article. I can see disc images, but not the covers. I have them in the root of SD card int SD:\images

Thanks,
Kizer
 

fozzieb

Well-Known Member
Member
Joined
Jan 17, 2009
Messages
123
Trophies
0
Location
East Kilbride
Website
www.caledonian-it.co.uk
XP
26
Country
i'm the same can see discs but not covers, although see the covers are x225, just resiing to x224 as stated on first page of thread. going to test just now.

Posts merged

ok that worked, the pack i downloaded was the wrong dimensions, revised them and all is well.
 

ThaDraGun

Well-Known Member
Member
Joined
Jul 15, 2007
Messages
338
Trophies
1
XP
362
Country
Canada
vettacossx said:
great stuff djtaz the list i have posted with missing arts is dwindling down thanks to djbubba converting them they are all the same style as well just for consistancy ect...

we will add about 30 more soon
wink.gif


This video is not yet processed.


"This video has been removed because it is too long"
 

j0k3r

Well-Known Member
Member
Joined
Apr 20, 2009
Messages
120
Trophies
0
XP
34
Country
Gambia, The
djtaz said:
I have been working on a script for the discart : Just posted this (im waiting on someone to rename the 600x600 size images for good qualityand ill upload them)
They are all in the 3 digit format.


I have written the script for the boxart site that lets you resize discart to any size you want from whatever size the image is.

The reason i have done this is because people want to upload images at high quality 600x600 in case someone actually wants a high quality image.
The default is 160x160 unless you specify and it checks the image size itself and resizes based on the original image size.
If the image doesnt exist it it gives a no disc image to stop the loaders from crashing.

http://www.theotherzone.com/wii/diskart/RRR.png
RRR.png

for size , put with and height after it
http://www.theotherzone.com/wii/diskart/RRR.png/300/300


check this :

http://gbatemp.net/index.php?showtopic=150...=0#entry1923363
 

antiaverage

Well-Known Member
Member
Joined
Apr 1, 2008
Messages
318
Trophies
1
XP
189
Country
United States
djtaz said:
On the discart one i have set the script to auto detect the size of the uploaded image as well instead of hard coding it , just in case the image is a different size.

Code:
$original_image = "$type/$id.png";
$blank_image = "zip/none.png";
$width = 160;
$height = 225;

was changed to
Code:
$original_image = "$type/$id.png";
$blank_image = "zip/none.png";
list($width, $height) = getimagesize($original_image);

which means resizing will be more accurate.

Might be worth changing the resize on to add that in antiaverage - and thanks for staying on top of this.

Updated the resize script to reflect that change.
 

FvKey

Well-Known Member
Newcomer
Joined
Aug 7, 2007
Messages
72
Trophies
0
Age
37
Website
Visit site
XP
139
Country
Cote d'Ivoire
emjayes said:
djbubba2002 said:
Thanks M-A-F-I-A .. I didnt know that , thankyou .. loader is looking good ..

Ok, now I'm interested. Link?
1 post back
tongue.gif
.

Awesome work!
This usb loader is growing so fast and nicely...
biggrin.gif


The images boxart MUST to be 160x224.
The disc spinnig looks so great!
 

Prisoner

Well-Known Member
Member
Joined
Mar 30, 2007
Messages
217
Trophies
0
XP
41
Country
Italy
djbubba2002 said:
Here is 140 covers of theses .A jump start for you guys Enjoy .
excitebots-c-wiidisc-marker-US.jpg

download it .. rename them to the I.D number and resize them ..
http://rapidshare.com/files/223727010/Wii_Labels.zip.html

I anit doing no more of these ones .. Sorry

if you don't have an account with rapidshare, please don't use it...because after 10 downloads, the link is useless....use megaupload or mediafire instead....thanks..
 

FvKey

Well-Known Member
Newcomer
Joined
Aug 7, 2007
Messages
72
Trophies
0
Age
37
Website
Visit site
XP
139
Country
Cote d'Ivoire
Prisoner said:
djbubba2002 said:
Here is 140 covers of theses .A jump start for you guys Enjoy .
excitebots-c-wiidisc-marker-US.jpg

download it .. rename them to the I.D number and resize them ..
http://rapidshare.com/files/223727010/Wii_Labels.zip.html

I anit doing no more of these ones .. Sorry

if you don't have an account with rapidshare, please don't use it...because after 10 downloads, the link is useless....use megaupload or mediafire instead....thanks..
Exactle.
Move it to a collectors account or another file storage site, like superuploader.
 

cyrex

Well-Known Member
OP
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
79
Country
Gambia, The
GolfDude said:
i just dl'ed rev 99 and its showing the dvd art on the left side and not the box art... how do i fix that?

You put the files in the wrong folder i think. Look at the first page of this thread where the covers should go.


FOR EVERYONE ELSE
Please be so kind and use this thread for cover pack / cover gathering related things. I know you all are doing a good job on gathering and fitting all of the covers for boxart and dvdcovers but it's hard enough for me to keep the first post up to date even without loads of coverpacks in here. Don't get me wrong i really want all of you to continue your good work on the covers but please please please use the separate thread for it. At this point i totally lost track of the coverpacks and don't know who packed what up in which shape etc. I hope you all of you don't get me wrong and know what i'm meaning. Thanks a lot for your support
smile.gif
 

antiaverage

Well-Known Member
Member
Joined
Apr 1, 2008
Messages
318
Trophies
1
XP
189
Country
United States
Chaos Punk said:
Just to clarify, is anyone working on autodownloads? I'm a big fan of automated things, lol.

If it's not being worked on, I'd be glad to implement it. I am working with DJTaz on the site the images are coming from, and I have experience having implemented the feature in my own custom USB Loader.
 

cyrex

Well-Known Member
OP
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
79
Country
Gambia, The
GolfDude said:
there we go.. but alas my box art isnt the right size so i get the no image box art .. stupid 1 inch difference..
use batchresize for it. for example use xnview... it's really simple and you won't lose qualitiy when you just resize by one pixel.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • S @ salazarcosplay:
    hunter x hunter
  • S @ salazarcosplay:
    he has not allowed anyone to continue it for him for example
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, theres a dragon ball af mod for budokai 3
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
  • NinStar @ NinStar:
    people are so dramatic that I can't even tell if they are being serious
    NinStar @ NinStar: people are so dramatic that I can't even tell if they are being serious