For those who are interested in creating channels for the Configurable USB Loader, use this new forwarder within Loadstructor:
http://www.mediafire.com/?jmjtjeggmzt
Put "CUSBL.Forwarder.dol" into the "loaders" directory, and put the following lines in the file "loaders.ini"
The file CUSBL.Forwarder.dol will look for "sd:/apps/usbloader_cfg/boot.dol"; this path is fixed.
I've only tested a handful of channels, but they all work. This is the forwarder method with an argument passed on to Config USB Loader.
The advantage I see in using this is that if you have small kids and would like to maintain all the loader's config stuff for each game at a centralized location, this is a good tool for that. The disadvantage is that it's a little slower to load since it needs to boot the dol from the SD card. cLoader is still recommended, but now you have another choice.
http://www.mediafire.com/?jmjtjeggmzt
Put "CUSBL.Forwarder.dol" into the "loaders" directory, and put the following lines in the file "loaders.ini"
Code:
[Config USBL Forwarder]
filename = CUSBL.Forwarder.dol
author = wiiNinja
modder = wiiNinja
discIdPlaceHolder = CRAPPY
configPlaceHolder = CFGUSB
RegionOverrideSupportÂÂ= 0
VerboseLogSupportÂÂ= 1ÂÂÂÂÂÂÂÂ
ForcedVideoSupport = 0ÂÂ
ForcedVideoSelectSupport = 0
OcarinaSupport = 0
LanguageSelectionSupport = 0
SDcardSupport = 0
VIDTVSupport = 0
Anti002Fix = 0
CountryPatch = 0
cIOSSelectSupport = 0
The file CUSBL.Forwarder.dol will look for "sd:/apps/usbloader_cfg/boot.dol"; this path is fixed.
I've only tested a handful of channels, but they all work. This is the forwarder method with an argument passed on to Config USB Loader.
The advantage I see in using this is that if you have small kids and would like to maintain all the loader's config stuff for each game at a centralized location, this is a good tool for that. The disadvantage is that it's a little slower to load since it needs to boot the dol from the SD card. cLoader is still recommended, but now you have another choice.