Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 6,727,458
  • Replies 28,786
  • Likes 43

r-win

Well-Known Member
Member
Joined
Oct 10, 2009
Messages
453
Trophies
0
XP
67
Country
Netherlands
Cyan said:
Does the loaders (gx and others) reads the gameID from filename, the folder name, or need both the same to detect the installed games ?

1 - drive:/wbfs/SMNE01/test_mario.iso
2 - drive:/wbfs/test/SMNE01_mario.iso
3 - drive:/wbfs/SMNE01/SMNE01_mario.iso

which one will not work ? 1, 2, or both ?

QUOTE(DarkBowser @ Jan 9 2010, 11:53 AM) It have to be wbfs/GameID_Name/GameID.iso
DarkBowser is right, which means all three of your options won't work. I expect this to change shortly, so that more combination are allowed.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,746
Trophies
4
Age
45
Location
Engine room, learning
XP
15,563
Country
France
r-win said:
Cyan said:
Does the loaders (gx and others) reads the gameID from filename, the folder name, or need both the same to detect the installed games ?

1 - drive:/wbfs/SMNE01/test_mario.iso
2 - drive:/wbfs/test/SMNE01_mario.iso
3 - drive:/wbfs/SMNE01/SMNE01_mario.iso

which one will not work ? 1, 2, or both ?

QUOTE(DarkBowser @ Jan 9 2010, 11:53 AM) It have to be wbfs/GameID_Name/GameID.iso
DarkBowser is right, which means all three of your options won't work. I expect this to change shortly, so that more combination are allowed.
oh, shimata !
I inverted it
ph34r.gif

I'll edit my previous posts to not give wrong direction to other people reading it. sorry.

I've another idea, if you don't mind :

drive:/wbfs/SMNE01_mario/SMNP01.iso (US subfolder, with PAL game)
Would this work, which one will be shown on GX ?

Could it be use to launch custom TitleID games, like Rock band ?
(I don't know if the internal game data has to be patched with the new gameID too)

If not yet possible to use different ID for sub-folder and games iso, I think it could be the easiest way to implement it.
drive:/wbfs/_/.iso

result :
drive:/wbfs/_Rock band custom music number 1/RKXE69.iso
drive:/wbfs/_Rock band custom music number 2/RKXE69.iso

The needs to patch the iso internally was only for WBFS managers to not overwrite the same games on a WBFS partition.
If you can use this method, you won't need to patch the iso's TitleID, right ?
 

r-win

Well-Known Member
Member
Joined
Oct 10, 2009
Messages
453
Trophies
0
XP
67
Country
Netherlands
Cyan said:
drive:/wbfs/SMNE01_mario/SMNP01.iso (US subfolder, with PAL game)
Would this work, which one will be shown on GX ?
Well, this is funny. I have removed the rest of this post, because it assumed the above is possible, which is not
smile.gif

USB Loader GX will show a game. It will show the PAL version, to be precise. However, when trying to load the game, it searches again for the location of the wbfs file or iso file. When it does, it uses the game id to find the directory. In this case, it'll fail to find the directory, which will result in not being able to load the game.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,746
Trophies
4
Age
45
Location
Engine room, learning
XP
15,563
Country
France
ok, thanks for your answer.
I understand better how it's working.


Edit :
using r892 (and older) :
loading 2 external files is not working.

ex. Ocarina + altdol on media -> black screen

tested on :
- New super mario : Cheat code (SD or USB) + altdol USB : Not working
- RedSteel : Cheat on USB + AtlDol USB : Not working
- New super mario : Cheat code USB + no altdol (internal patching) : Working
- Red Steel : Cheat on USB + AltDol on disk : Working
 

dkmaster

Active Member
Newcomer
Joined
Dec 25, 2008
Messages
32
Trophies
0
XP
28
Country
Greece
Hi. I have a problem. I use usb loader gx for a while now with an sdhc card with no problem.

System menu 4.0E
cIOSv38 rev14
Hermes 222/223
Priiloader 0.30

After installing triiforce, usb loader gx stopped seeing my sdhc card. Wii and homebrew channel can load sdhc card as always booting usbloader from there but the loader itself can not see the card anymore.
Did format the card at fat32 but no luck
 

bula

Well-Known Member
Member
Joined
Feb 4, 2009
Messages
812
Trophies
0
XP
42
Country
United States
I am getting DSI right after background was loaded on all revs from 889 to 892, last one that I know works for me is 883. I'll test 884 to 888 to see where DSI code started and post back. Anyone else have this problem? TY
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
r-win said:
DarkBowser said:
It have to be wbfs/GameID_Name/GameID.iso
DarkBowser is right, which means all three of your options won't work. I expect this to change shortly, so that more combination are allowed.

hehe, just in time ^^
Had some time during christmas and started to hack usbloader (started to learn... uhm no, started to "use" C/C++
wacko.gif
)

Could you please test my boot.dol?
It is made of r883 and works at least for me.
http://rapidshare.de/files/48969357/boot.dol.html

didnt test directory mode
didnt test wbfs files yet (but should work with them too)
just plain iso files in /wbfs directory
filename just need to have a [GAMEID] tag... like "Mario Kart Wii [RMCP01].iso"
(supports the old GAMEID.iso format aswell)

you can rename them easily with Wimms WWT tool
QUOTE
wit.exe move *.iso -d ./%X

or
wit.exe move *.iso -d ./%X -T titles-de.txt
for eg. german or other texts
renames every iso in current dir

I like clear filename for backup ^^
 

r-win

Well-Known Member
Member
Joined
Oct 10, 2009
Messages
453
Trophies
0
XP
67
Country
Netherlands
myron0815 said:
filename just need to have a [GAMEID] tag... like "Mario Kart Wii [RMCP01].iso"
Are you and I doing the same thing right now? We are adding support for [] in both directory names as game names...
biggrin.gif
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
hehe, seems so.
my request to the bug tracker got rejected - so i tried it on my own.

it took me 3 weeks to change that thing, you'll probably do this in 3 hours
tongue.gif

(i doubt, you'll need my source for a start, do you?!)
 

ThaDraGun

Well-Known Member
Member
Joined
Jul 15, 2007
Messages
336
Trophies
0
XP
340
Country
Canada
Does GX still update online or I just have a rev thats broke? I kept checking to see if a new version was released and it keeps saying no updates available. For weeks still no updates. I thought it was really strange so I checked what I was at. It says rev 874. It's up to rev 892 now.
 

r-win

Well-Known Member
Member
Joined
Oct 10, 2009
Messages
453
Trophies
0
XP
67
Country
Netherlands
myron0815 said:
hehe, seems so.
my request to the bug tracker got rejected - so i tried it on my own.

it took me 3 weeks to change that thing, you'll probably do this in 3 hours
tongue.gif

(i doubt, you'll need my source for a start, do you?!)
Nope, we don't need it. Oggzee already changed it for cfg loader usb, and sent us his patch. The latest revision will support [GAMEID] in the directory name only, not in the filename.

Code:
Added more game directory layouts: (by oggzee)
/wbfs/TITLE_[GAMEID]/GAMEID.wbfs
/wbfs/TITLE [GAMEID]/GAMEID.wbfs
/wbfs/TITLE[GAMEID]/GAMEID.wbfs
When loading games from FAT or NTFS

QUOTE(ThaDraGun @ Jan 10 2010, 07:12 AM) Does GX still update online or I just have a rev thats broke? I kept checking to see if a new version was released and it keeps saying no updates available. For weeks still no updates. I thought it was really strange so I checked what I was at. It says rev 874. It's up to rev 892 now.
Yes, it still does update online. But you've hit the differences between a version and a revision. The latest version is 874, the latest revision is 892 (893 soon). We only mark a revision as a version, when it's stable enough in our opinion. This to prevent questions and bugs on things we are still working on. I think you'll have to see a revision as a BETA version, only the coder has tested it, and most of the time nobody else. You can enable BETA upgrades in the settings, so that you can always update to the latest revision if you wish to. But remember, it's not very good tested.
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
are you (or Oggzee) planning to add the [GAMEID] tag to plain filenames aswell?
(/me dont like folders)

(else then i'll stay with mine version for now... since there is no hardcoded layout aswell ;)
(or should i try to merge?!)
 

atomikramp

Well-Known Member
Member
Joined
Jun 22, 2008
Messages
247
Trophies
0
Age
39
Website
Visit site
XP
135
Country
Italy
I'm experiencing issues with the latest precompiled dol
i launch it from the HBC, it loads up but no HDD appears to be present, if i change the USB port, then the wiimote stops working.

if i enter the settings menu and then try to go back, i obtain a black screen, tha app is still responding, the pointer is visible on the screen when moving the controller, but all black.

EDIT: i forgot to say that i tried both with cios rev14 and 16
 

kizer8

Well-Known Member
Newcomer
Joined
Jan 6, 2009
Messages
88
Trophies
0
XP
58
Country
United States
I am not able to get parental controls to work. I think I have it turned on in Wii settings, but I'm not sure. Anyone can help with specifics this loader is looking for.

Thanks.
 

camurso_

Well-Known Member
Member
Joined
Dec 23, 2004
Messages
542
Trophies
0
Age
44
XP
450
Country
Portugal
hi there!

Last night I updated mt usb loader gx and it freezes with dump everytime I try to run it.
Can anyone tell me what is the latest version that works?

Thank you
 

atomikramp

Well-Known Member
Member
Joined
Jun 22, 2008
Messages
247
Trophies
0
Age
39
Website
Visit site
XP
135
Country
Italy
atomikramp said:
I'm experiencing issues with the latest precompiled dol
i launch it from the HBC, it loads up but no HDD appears to be present, if i change the USB port, then the wiimote stops working.

if i enter the settings menu and then try to go back, i obtain a black screen, tha app is still responding, the pointer is visible on the screen when moving the controller, but all black.

EDIT: i forgot to say that i tried both with cios rev14 and 16

just to let you know i've fixed this issue, it was an enclosure problem.
the disk was ok, i connected it using an USB to SATA cable and it works like a charm, but in the atlantis USB to SATA enclosure it fails
 

kizer8

Well-Known Member
Newcomer
Joined
Jan 6, 2009
Messages
88
Trophies
0
XP
58
Country
United States
kizer8 said:
I am not able to get parental controls to work. I think I have it turned on in Wii settings, but I'm not sure. Anyone can help with specifics this loader is looking for.

Thanks.

Anyone have any suggestions that I might look into.

Thanks.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys