Hacking Configurable USB Loader

sup3rboo64

New Member
Newbie
Joined
Aug 1, 2020
Messages
3
Trophies
0
Age
28
XP
52
Country
United States
Is there a backup of the configurator for this app anywhere? I'm new with this and I figure it would be easier to create a config file with this.

I'm a new member and can't post direct links yet, I tried linking to the official Configurator for Configurable USB Loader official thread. The links for it there are dead.
 

Reyman36

New Member
Newbie
Joined
Oct 10, 2020
Messages
2
Trophies
0
Age
40
XP
45
Country
Canada
Can someone show me where to get the forwarder? or at least the wad file?
See topic: the official loader link doesn't work. thanks
 

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,495
Country
Austria
Hello.:)

Can someone show me where to get the forwarder? or at least the wad file?
See topic: the official loader link doesn't work. thanks

blog_16_08_16_aladdin_880x450.jpg
As Requested

https://wiidatabase.de/downloads/kanaele/configurable-usb-loader-forwarder-wii/ ......
this.gif


Good Luck
Thank you.:)
 

Reyman36

New Member
Newbie
Joined
Oct 10, 2020
Messages
2
Trophies
0
Age
40
XP
45
Country
Canada
The README-CFG.txt said I can get the forwarder wad from here, I don't see it, also the forwarder topic link is not working. anywhere else I can get the official forwarder for CFG?

--------------------- MERGED ---------------------------

Hi thanks! sorry for asking the question again, didn't think I would get a reply so fast! cheers!
 

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,495
Country
Austria
The README-CFG.txt said I can get the forwarder wad from here, I don't see it, also the forwarder topic link is not working. anywhere else I can get the official forwarder for CFG?

- Click on the Download Button please
Ohnegggg Titel-1.jpg

- get the Configurable-USB-Loader-Forwarder-Wii.zip please

- unzip and have the 3 Forwarders please
Ohne Titoooel-1.jpg

:)
 
Last edited by Alexander1970,

BeastMode4

New Member
Newbie
Joined
Sep 23, 2020
Messages
3
Trophies
0
Age
26
XP
50
Country
United States
Can you use this to put Wii games that are normally discs on the wii home menu (can you make wii games that are normally discs into wii channels)?
 

Kirbeast

Active Member
Newcomer
Joined
Feb 17, 2016
Messages
31
Trophies
0
Age
25
XP
233
Country
United States
Latest CFG USB Loader Mod patched
70r78.11

download mirror

unofficial source code
verify latest version
You can compile 70r78.11 source code with devkitpro using devkitPPC_r27and libogc-1.8.12

I recommend using the latest USB Loader GX and WiiFlow Lite as they are still actively being worked on.


download

source code
thread
themes

Off topic... I was working on an instant usb loader for Project+, so it could be launched from homebrew channel and go straight into the game, with only a black screen in between. I was using CFG USB Loader because it had an autoboot feature, but PAL users started reporting issues with 480p, and said that USB Loader GX and WiiFlow didn't have the issue. Turns out both USB Loader GX and WiiFlow both have a similar autoboot feature. I did research to find such feature in GX and WiiFlow in the past, but only found out about it when looking in the source code and finding this old cyan06 post.
 
Last edited by Kirbeast,

cvskid

Well-Known Member
Member
Joined
Apr 13, 2014
Messages
2,808
Trophies
2
XP
3,385
Country
United States
Latest CFG USB Loader Mod patched
70r78.11

download mirror

unofficial source code
verify latest version
You can compile 70r78.11 source code with devkitpro using devkitPPC_r27and libogc-1.8.12

I recommend using the latest USB Loader GX and WiiFlow Lite as they are still actively being worked on.


download

source code
thread
themes

Off topic... I was working on an instant usb loader for Project+, so it could be launched from homebrew channel and go straight into the game, with only a black screen in between. I was using CFG USB Loader because it had an autoboot feature, but PAL users started reporting issues with 480p, and said that USB Loader GX and WiiFlow didn't have the issue. Turns out both USB Loader GX and WiiFlow both have a similar autoboot feature. I did research to find such feature in GX and WiiFlow in the past, but only found out about it when looking in the source code and finding this old cyan06 post.
I noticed with CFG USB Loader you can play wii games from a sd card yet the normal usbloader gx doesn't. Is there something different that cfg usb loader does different that usbloader gx doesn't?
 
  • Like
Reactions: Alexander1970

Kirbeast

Active Member
Newcomer
Joined
Feb 17, 2016
Messages
31
Trophies
0
Age
25
XP
233
Country
United States
I noticed with CFG USB Loader you can play wii games from a sd card yet the normal usbloader gx doesn't. Is there something different that cfg usb loader does different that usbloader gx doesn't?
I'm not for certain. USB Loader GX probably just doesn't have the code for booting games from the SD card. I heard that Wii Flow Lite can boot games from SD card. So if your wanting to boot games from SD, you can use Wii Flow Lite instead.
 

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,495
Country
Austria
Hello.:)

I noticed with CFG USB Loader you can play wii games from a sd card yet the normal usbloader gx doesn't. Is there something different that cfg usb loader does different that usbloader gx doesn't?

I think,@Cyan had maybe not the Intention to Implement SD Card Game Loading.
He only maybe knows the Reason(s),why not.:)
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,648
Country
France
USBLoaderGX first developers hardcoded the USB (because it's called "USB" loader), instead of keeping the function's arguments in the wbfs libraries responsible for the device switching at game boot.
So, it's possible to add SD support, but it requires different file update to re-add SD support in wbfs files, not just the quick "gamebooter" argument passed to wbfs lib which would have no effect.

It's not really hard, it's probably a matter of 2-3 files to edit and re-add arguments to the existing functions.
but it needs to be compared with wiiflow or CFG loader's libaries to see where the hardcoded values are located in USBGX.

Oh, and then it would need a new menu and settings to allow users to tell the loader to list games from there, for now it's cycling through USB partition only, but again, just a matter of taking the time and doing it.
And a new logic behind "load all partitions" whether it should include SD or not.
 
Last edited by Cyan,

F1reP0wer12345

New Member
Newbie
Joined
Jan 4, 2020
Messages
2
Trophies
0
Age
20
XP
56
Country
Netherlands
Hello,

I was just trying to join a game on the wiimmfi servers using this usb loader, when i received this error: 23904. Apparently it's an update that needs to be implemented into the usb loaders and patchers. I was just wondering if you are still working on this usb loader and what your progress is on this update?
If you're interested in adding this, here's a page on the update, don't know if it helps..:
wiimmfi[dot]de / update
And for another usb loader:
github[dot]com / wiidev / usbloadergx / pull / 13

I really hope you guys are still working on this usb loader because it's the only one i'm using, because of it's great features.
Sorry for the bad links, couldn't post them otherwise because i'm new.
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,803
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,786
Country
Cyprus

ca032769

INFOCOM Collector
Member
Joined
Jan 11, 2012
Messages
636
Trophies
1
Location
Riverside, CA
XP
1,888
Country
United States
The latest version isn't even online anymore

https://web.archive.org/web/20180331200826/http://cfgusbloader.ntd.homelinux.org/trac/CfgUSBLoader/

You can only see it using the way back machine, as per the link above. His site does still have the source available on the way back machine... for now, but if the site is down I don't think nitro or oggzee will be working on this anymore... so your only hope is if someone new picks up the project...

There is also a link here on GBATEMP to v78.11: https://gbatemp.net/download/configurable-usb-loader.35599/

However, only the last couple betas 49t2 & 51t3 seemed to work with Nintendont for me to get it up and running (however it has been forever since I used the v78.11 released version, so I don't really remember). I am currently using 51t3. I'll see if I can find the link to it and if not will post a drop box link for it.

EDIT: My OneDrive link to last v71beta51t3 made: https://1drv.ms/u/s!Akr7GOOfRVh8g7M_FgkLrFJgUN0F0Q?e=0nbwbB
 
Last edited by ca032769,

ca032769

INFOCOM Collector
Member
Joined
Jan 11, 2012
Messages
636
Trophies
1
Location
Riverside, CA
XP
1,888
Country
United States
Hello,

I was just trying to join a game on the wiimmfi servers using this usb loader, when i received this error: 23904. Apparently it's an update that needs to be implemented into the usb loaders and patchers. I was just wondering if you are still working on this usb loader and what your progress is on this update?
If you're interested in adding this, here's a page on the update, don't know if it helps..:
wiimmfi[dot]de / update
And for another usb loader:
github[dot]com / wiidev / usbloadergx / pull / 13

I really hope you guys are still working on this usb loader because it's the only one i'm using, because of it's great features.
Sorry for the bad links, couldn't post them otherwise because i'm new.

Not sure if this has what you need in it, but here is my OneDrive link to last version of Config USB Loader ever made (back around 07-13-2015) - v71beta51t3: https://1drv.ms/u/s!Akr7GOOfRVh8g7M_FgkLrFJgUN0F0Q?e=0nbwbB
 
Last edited by ca032769,

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,495
Country
Austria
@alexander1970 successfully got that version of CFG (the one I linked to, and the same one that's currently in ModMii) to work with Nintendont. He helped me test about a million and one things and this was one of them :)

Now that you say that,is it maybe possible to make a Note in the XML File from your Version that is a "ModMii Edition" ?
(Not only for me....)
I have still the other Version in use and must think everytime over,which is the "correct" Version.:rofl2:
 
  • Like
Reactions: ca032769

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,495
Country
Austria
Thats the one rom my previous One:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>Configurable USB Loader Mod</name>
<version>70 Mod r65</version>
<release_date>20130801000000</release_date>
<coder>oggzee, usptactical, gannon, Clipper, R2-D2199, FIX94...</coder>
<short_description>Play from USB drive</short_description>
<long_description>
Play Wii Backups from USB harddrive
cIOS 249 is required!
USE AT YOUR OWN RISK!
</long_description>
</app>


and this is (now) yours:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>Configurable USB Loader Mod</name>
<version>r78.11</version>
<release_date>20170115</release_date>
<coder>ModMii Edition</coder>
<short_description>Play from USB drive</short_description>
<long_description>
Play Wii Backups from USB harddrive
cIOS 249 is required!
Hermes cIOS 222/223 is supported.
USE AT YOUR OWN RISK!
</long_description>
</app>

:lol:
 
  • Like
Reactions: ca032769

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Purple_Heart @ Purple_Heart: shit like goku mui and beerus and other dbs stuff lmao