Hacking USB Loader... my turn ;)

  • Thread starter Thread starter WiiShizzza
  • Start date Start date
  • Views Views 817,530
  • Replies Replies 4,239
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.
 
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.
ist it more girlfriend proof if we make a language.ini or something? then they cant change it accedentaly either... and i agree with chr0m, scrolling with left/right is more usefull
smile.gif
 
marice said:
anyone made a loader yet that doesnt check region for covers?
like:
RZDP20
and
RZDU20

make the 4th charter variable, this way it always displays the cover no matter what region you use..

maybe this feature is allready implemented... idk... (didnt dowload any new loader since yesterday)
i already asked for it but nobody seems to implement it, so i guess i'll have to do it.
 
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.

Try this one:
http://www.megaupload.com/?d=FHCQZOZQ

Just compiled but not tested yet.
Should have:
left/right = page scrolling
+/- = installing
no language selection
 
kedest said:
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.

Try this one:
http://www.megaupload.com/?d=FHCQZOZQ

Just compiled but not tested yet.
Should have:
left/right = page scrolling
+/- = installing
no language selection


can you post source?
i want to mess with the "no matter what region" cover display.

thnx in advance!

groeten..
 
can anyone make the v3 package in a zip file and not rar . i use linux on a Netbook without unrar installed and for me its too many work to installed it (lipuslinux) ! thx
 
marice said:
kedest said:
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.

Try this one:
http://www.megaupload.com/?d=FHCQZOZQ

Just compiled but not tested yet.
Should have:
left/right = page scrolling
+/- = installing
no language selection



can you post source?
i want to mess with the "no matter what region" cover display.

thnx in advance!

groeten..


All you should have to do is edit where it says "this is the magic line of code" in the menu.c file (line 128), just take and remove the 4th variable from the code. Instead of it being

CODESD:/images/%c%c%c%c%c%c.png", ascii(header->id[0]), ascii(header->id[1]), ascii(header->id[2]), ascii(header->id[3]), ascii(header->id[4]), ascii(header->id[5]

Just change that too

CODE
SD:/images/%c%c%cE%c%c.png", ascii(header->id[0]), ascii(header->id[1]), ascii(header->id[2]), ascii(header->id[4]), ascii(header->id[5]

Then just recompile it

It Lets you use all you NTSC covers for PAL games. So then you should only need one set of covers
 
stonetempler said:
can anyone make the v3 package in a zip file and not rar . i use linux on a Netbook without unrar installed and for me its too many work to installed it (lipuslinux) ! thx

the one with left/right = language or left/right = scroll and no language?
 
kedest said:
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.

Try this one:
http://www.megaupload.com/?d=FHCQZOZQ

Just compiled but not tested yet.
Should have:
left/right = page scrolling
+/- = installing
no language selection

That works well, thanks.
 
Damn... devkitpro refuses to compile for me.... i think its something in the makefile... output cannot be generated..

but i changed this line in menu.c :

/* Select PNG data - this is the magic line! */
snprintf(imgPath, sizeof(imgPath), "SD:/images/%c%c%c%cP%c.png" || "SD:/images/%c%c%cU%c%c.png" , ascii(header->id[0]), ascii(header->id[1]), ascii(header->id[2]), ascii(header->id[3]), ascii(header->id[4]), ascii(header->id[5]));

originnaly it stated:
"SD:/images/%c%c%c%c%c%c.png"

anyone with a proper devkitpro setup who can test this?

thnx in advance..
 
Well, I'm realy happy with the newest one, that one here...
Narolez said:
EDIT: V3 with full OCARINA-Support!

So, here ist the patched Version [V3] with working OCARINA-Support. Thanks to fischears for the apploader.c
wink.gif


Code:
**********************************************************
Fixes by Narolez [V3]:
**********************************************************
- OCARINA-Support fixed (sorry for the quick shot)

**********************************************************
::: Download :::
Although I wish there would be a possibilitiy for 16:9, since I know it's possible, and a dark console with white text, like the original one from Wanin...is there any Chance that someone could make this? Please......Many Thanks in Advance
smile.gif
 
donnyp said:
marice said:
kedest said:
chr0m said:
It's nice, but I'm not a fan of the language selection being left and right. I'm used to those being scroll up/down 1 screen from so many other things. I honestly have no need for language selection, I guess others do.

Try this one:
http://www.megaupload.com/?d=FHCQZOZQ

Just compiled but not tested yet.
Should have:
left/right = page scrolling
+/- = installing
no language selection



can you post source?
i want to mess with the "no matter what region" cover display.

thnx in advance!

groeten..


All you should have to do is edit where it says "this is the magic line of code" in the menu.c file (line 128), just take and remove the 4th variable from the code. Instead of it being

CODESD:/images/%c%c%c%c%c%c.png", ascii(header->id[0]), ascii(header->id[1]), ascii(header->id[2]), ascii(header->id[3]), ascii(header->id[4]), ascii(header->id[5]

Just change that too

CODE
SD:/images/%c%c%cE%c%c.png", ascii(header->id[0]), ascii(header->id[1]), ascii(header->id[2]), ascii(header->id[4]), ascii(header->id[5]

Then just recompile it

It Lets you use all you NTSC covers for PAL games. So then you should only need one set of covers

thnx bro.. but i would like an "OR" statement in that... because i have both ntsc and pal games..

see my post above...
(note: i made a mistake i added P for eur, while it should be E)
 
Ooops. I already fixed those bugs yesterday, but forgot to give you the link to the updated source...
But it'S awsome that so many people help to make this loader fully working.

USBLoaderModV3.rar seems to have it all.
So the job is done and we can wait for the libwiiGUI Loaders
tongue.gif



Thank you everybody vor4 the great support!
 
dgtor said:
Has anyone tried this loader? ---> Uloader v1.0B by HERMES

uLoader is a work based on the YAL Kwiirk and usbloader of Waninkoko who has tried to support the work of both customs IOS (cIOS222 and cIOS249) to launch backups from USB storage devices and a graphical style channels Wii.

Video: http://www.youtube.com/watch?v=H-596jAJ9ug

Features:

- Display screen 16 games, displaying an icon that can be inserted into the disk itself, using that review wbfs_win.exe attachment (see below "Notes on wbfs_win).

- It has a screen favorite games (16 games) programmable

- Allows you to select the services to use between 222 and CIOs CIOs 249.

- Texts in English and Spanish (auto)

- Ready for use from a GH3 guitar controller


Link: http://mods.elotrolado.net/~hermes/wii/uloader_v1.0B.rar

Note:If this is not the right place delete all

Have you seen this?
 
WiiShizzza said:
Ooops. I already fixed those bugs yesterday, but forgot to give you the link to the updated source...
But it'S awsome that so many people help to make this loader fully working.

USBLoaderModV3.rar seems to have it all.
So the job is done and we can wait for the libwiiGUI Loaders
tongue.gif



Thank you everybody vor4 the great support!
Are you shure? What about 16:9-Support? That's the thing that is still missing for me...(and a dark console with white text
tongue.gif
). Or have I missed something for 16:9? Please, someone....take a look...thanks
wink.gif
.
 
WiiShizzza said:
Ooops. I already fixed those bugs yesterday, but forgot to give you the link to the updated source...
But it'S awsome that so many people help to make this loader fully working.

USBLoaderModV3.rar seems to have it all.
So the job is done and we can wait for the libwiiGUI Loaders
tongue.gif



Thank you everybody vor4 the great support!
Could you add WiiPower´s loader compatibility?
Is the only one wich can run most NTSC games with color on PAL wiis.
 

Site & Scene News

Popular threads in this forum