Hacking USB Loader with Multiple Boxart Images.

nIxx

Well-Known Member
Member
Joined
Sep 30, 2007
Messages
1,544
Trophies
0
Location
Germany
Website
Visit site
XP
337
Country
Gambia, The
@cdreams: sorry i changed the to the same as the normal images
tongue.gif

/images/smallxxxx.png

@AppleBelly: i would recommend the FreeImage library to manipulate the image size http://melpo.googlecode.com/files/FreeImage-Wii.zip.
So this would only need the normal one´s.
 

AppleBelly

Well-Known Member
OP
Newcomer
Joined
Apr 20, 2007
Messages
80
Trophies
0
XP
201
Country
How did you create the small image? can you upload it somewhere like imageshack?

All that info is correct, my only thought is that the image isn't. That is NTSC USA code right?

------------

Thanks nixx. I will give that a look at.

Also no need to put applebelly's name on the image, as much as i would like the fame, there is a lot of community work on this going on, and the credit should include many people.
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
I have uploaded the one for muramasa for Japanese Wii. The code is: RSFJ99

Here is are them both large and smaller:

RSFJ99.png


smallRSFJ99.png


All I have done is taken the original image and altered sizes in photoshop and saved as png's. Original sized at 169x225 and the smaller images sized at 119x168 as stated previously as needed. Maybe I this has changed and I missed something. I don't see why a change in size would affect it though. It also wouldn't be affected if I don't have a noimage.png does it?
 

AppleBelly

Well-Known Member
OP
Newcomer
Joined
Apr 20, 2007
Messages
80
Trophies
0
XP
201
Country
Basically he just made the code i used a bit tidier. He also changed the location of the small images.

Instead of (my version) sd:/images/small/
he changed it to: sd:/images/

So an example of a small image would be:
sd:/images/smallXXXX.png

Give it a try, i;m messing around with freeimage to make it so we don't need the small versions.
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
LOL this is getting messy
tongue.gif


So nIxx, that new dol is that altered to use the sd:/images/small/folder , or is it sd:/images/

Also see that menu.c file you had linked to as well, do I need that somewhere or is that just for people compiling the code to make a dol or something?
 

Xras

Well-Known Member
Member
Joined
Nov 11, 2008
Messages
139
Trophies
0
XP
91
Country
Netherlands
Could this freeimage also be used in the other loaders, so we don't need to have a set size for the images?

I mean, if freeimage could scale the images, it would solve the problem of images not showing up if they're incorrectly sized, not?

X
 

AppleBelly

Well-Known Member
OP
Newcomer
Joined
Apr 20, 2007
Messages
80
Trophies
0
XP
201
Country
There is no reason why any of the code any can't re-used by someone else, thats why i am providing the source. I'm sure someone else can do a much better job at this than me as well! I just had an idea and thought i would give it a try.
 

GEnick

Member
Newcomer
Joined
Apr 8, 2008
Messages
16
Trophies
0
XP
31
Country
Gambia, The
AppleBelly said:
R3 Source and dol: http://rapidshare.com/files/219727487/USBLoaderABr3.zip.html



About the small images
About the smaller images. I was trying to mess around with libpng to find a way to malke the images without having to have another set, but i couldn't find a way. So i have had to create smaller versions, they are 74% smaller. Size is 119*168.

PAL Download: http://rapidshare.com/files/219725511/PAL_Small.rar.html (400 small images)

The smaller images are stored in [SD Root]\images\small
The format of the name is "smallxxxx.png" the xxx being the game id.

Could someone re-upp these things? Or should we wait for a updatet version without the smaller images?
gbasp.gif
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
im just waitin on gettin the images from the site, so we dont have to use the sd card no more

keep it up mate, this ones lookin better and better
 

roku93

Well-Known Member
Member
Joined
Jan 28, 2009
Messages
437
Trophies
0
Age
30
Location
Finland
XP
259
Country
Finland
Im a simple man.
29gndol.png

If you would only get rid of that console.. And do everything you possibly can to get rid of the need for resized images on SD card.
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
Hi Applebelly.

Any luck with what might be causing my problem with loading the images to the left and right?

Also I was asking if I need the menu.c file or anything like that in my folders or are they just for the coders out there.

basically all I have is in my apps folder: sd:/apps/usbloader2/boot.dol and for images sd:/images/small/ does that sound corrrect?
 

blackbrew

Well-Known Member
Newcomer
Joined
Oct 20, 2008
Messages
79
Trophies
1
Website
abc.moc
XP
238
Country
Netherlands
this absolutely fabulous, grate work
just a thought thu can you use the images or the video in the ISO of the game ? like the disk channel
 

Wii_Manic

Well-Known Member
Member
Joined
Feb 2, 2009
Messages
130
Trophies
0
Location
UK
XP
236
Country
Grrr.... Im Still Only Getting The Middle Image. On Applebelly's i get the middle and thats it and on nIxx's i get the middle but with large no image pics next to. Help!

For Applebelly's i have root/apps/usbloadergui/boot.dol and
root/images/small/smallxxxx.jpg and large in images with xxxx.jpg
Can someone confirm where nIxx's pics go?

Thx In Advance.
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
Wii_Manic

I just decided to put the small pics back into the small folder. I used the newest dol he had on here and it doesn't fix the images at the side. However by having the images in the small folder it stops the noimage from appearing to the left full size, which is what I am sure you were getting like I did.

What I think is happening with all this code stuff is that people are releasing bits of code that work but require you to have other stuff on your sd root. A lot of times I have downloaded a dol and it's come in a folder with extra stuff for makefile and menu.c and stuff like that and I'm always wondering what I am supposed to do with it all. In the end all I do is delete it all and only keep the boot.dol for the apps folder, then I just make my own images folder in the root and it's worked so far. Except this one thing.

As I say I am sure it's probably something simple, but the coders are forgetting that sometimes people like me are clueless when it comes to that and just need a really simplistic bit of direction. It's a pain in the ass but I am trying to contribute now with the image and stuff to show I appreciate their help in it.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    why
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, it's not funny
  • K3Nv2 @ K3Nv2:
    ok
  • BigOnYa @ BigOnYa:
    Wut?
  • K3Nv2 @ K3Nv2:
    That's not funny
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    So two cannibals where eating a clown and one says to the other. Hey does this taste funny to you?
    +2
  • K3Nv2 @ K3Nv2:
    What do you call a slow car? Retired
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Did you hear about the police car that someone stole the wheels off of? The police are working tirelessly to find the thieves.
    +2
  • K3Nv2 @ K3Nv2:
    A firefighter got arrested for assault his main claim was what I was told he was on fire
    +2
  • BigOnYa @ BigOnYa:
    What do you call a hooker with a runny nose? Full
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    What do you tell a woman with two black eyes? Nothing you already told her twice!
  • K3Nv2 @ K3Nv2:
    Diddy also works
  • K3Nv2 @ K3Nv2:
    A scientist heard the word batman so he put a naked lady in a cage with a bat
  • Psionic Roshambo @ Psionic Roshambo:
    Chuck Norris won a staring contest, with the sun.
  • K3Nv2 @ K3Nv2:
    A vampires favorite thing to do is moon you
  • BigOnYa @ BigOnYa:
    What's the difference between an airplane, and Ken's mom? Not everyone has been in an airplane.
  • K3Nv2 @ K3Nv2:
    What's the difference between @BigOnYa and his wife? Nothing both want to bone me
    +3
  • RedColoredStars @ RedColoredStars:
    How much wood could a wood chuck chuck if a wood chuck could chuck norris
    +1
  • BakerMan @ BakerMan:
    how do i know? you're a guy, and he wants to bone every guy on this site (maybe, idk)
    +1
  • K3Nv2 @ K3Nv2:
    He wants to bone anything with a dick
    +1
  • Xdqwerty @ Xdqwerty:
    Good night
    +1
  • BigOnYa @ BigOnYa:
    Nighty night, big day tomorrow. Congrats.
    K3Nv2 @ K3Nv2: https://www.instagram.com/reel/C7iLZ35NrQt/?igsh=MWd2Z3U0dmNlMmNxcw==