Hacking Configurable USB Loader

  • Thread starter Thread starter oggzee
  • Start date Start date
  • Views Views 7,866,151
  • Replies Replies 18,482
  • Likes Likes 22
ferjero989 said:
do you have over 500gb stored on it already?
can you rip the games into the hdd?
do you have covers or themes stored there?
yes, yes, and yes.

after making children, switching to fat32 and a 2tb drive is the best thing i ever did.
 
interesting.. im currently using ntfs cuz i dont trust fat... and i dont have kids cuz i prefer spending the money on me >.<
however.. i keep trying to "make them"
biggrin.gif
 
oggzee said:
cfg v61a (alpha)
cfg61a.dol
cfg61a-222.dol
(or online update)
Changes:

cfg v61a (alpha)
* Upgraded dev tools devkitppc 17 to 22 and libogc 1.7.1 to 1.8.4
* Improved partition check for raw fs (v60t1 fix)
* cios 222 shadow mload proper version (5.1) check
* debug stuff:
pressing + in global options screen will report:
- devkitppc and libogc version
- mem stats
- startup timings
option debug=16 will report game launch timings
Awesome update. I can now use the "new" guitar hero controllers in the loader. Thanks.
yaywii.gif
 
Sorry i've an error when i try to compile


> "make"

Building cfg60 -DBUILD_222=0 -DVERSION=60
GRRLIB.c
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:0:
c:/cfgusbloader/Source/source/GRRLIB.h:79:26: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:84:26: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:85:32: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:97:39: error: expected ')' before 'pos'
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:0:
c:/cfgusbloader/Source/source/GRRLIB.h:99:40: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.h:121:29: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:124:44: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Plot':
c:/cfgusbloader/Source/source/GRRLIB.c:49:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:49:5: note: each undeclared identifier is reported only once for each function it appears in
c:/cfgusbloader/Source/source/GRRLIB.c:49:12: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:51:5: warning: implicit declaration of function 'GRRLIB_NPlot'
c:/cfgusbloader/Source/source/GRRLIB.c:51:18: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:60:26: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Line':
c:/cfgusbloader/Source/source/GRRLIB.c:73:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:73:12: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:75:5: warning: implicit declaration of function 'GRRLIB_NGone'
c:/cfgusbloader/Source/source/GRRLIB.c:75:18: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Rectangle':
c:/cfgusbloader/Source/source/GRRLIB.c:90:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:90:12: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:93:22: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:96:9: warning: implicit declaration of function 'GRRLIB_NGoneFilled'
c:/cfgusbloader/Source/source/GRRLIB.c:89:9: warning: unused variable 'y2'
c:/cfgusbloader/Source/source/GRRLIB.c:88:9: warning: unused variable 'x2'
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:106:26: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:116:32: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg':
c:/cfgusbloader/Source/source/GRRLIB.c:548:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:548:12: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:549:5: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:585:39: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile':
c:/cfgusbloader/Source/source/GRRLIB.c:668:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:668:12: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:669:5: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:704:40: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c:1091:29: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile_draw':
c:/cfgusbloader/Source/source/GRRLIB.c:1445:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1445:12: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1446:5: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawSlice2':
c:/cfgusbloader/Source/source/GRRLIB.c:1557:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1557:12: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1558:5: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg_format':
c:/cfgusbloader/Source/source/GRRLIB.c:1873:5: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1873:12: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1874:5: error: 'axis' undeclared (first use in this function)
make[1]: *** [GRRLIB.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:04
 
Hello.
I have noob problem, and i swear you that I tried search help before posting here
biggrin.gif


So, I bought Wii, and it was 4.2E (virgin) and i used That Guide to softmod it. Now i have homebrew channel working, installed everything and i took backups from Nands. Then i installed Configurable USB Loader. I have 500gb buffalo HDD (Fat32) and i put my backup there (in Root/wbfs Folder) The backup name is the game ID (RD2E41) - Red Steel 2. The only problem is, when i trie to boot it, it gives me error.

[+] Booting wii game, please wait....

ERROR: opening RD2E41

Press any button to exit....

Any ideas how to fix that?
 
JopoElLoco said:
i put my backup there (in Root/wbfs Folder) The backup name is the game ID (RD2E41) - Red Steel 2. The only problem is, when i trie to boot it, it gives me error.
[+] Booting wii game, please wait....
ERROR: opening RD2E41
Press any button to exit....
Any ideas how to fix that?
Not sure, how exactly did you name the file? Tell the fullpath.
Also, try to rip the game from inside the loader (press + to install)
and see if that helps.
 
I'm going to test with another game, i'll reply later when i make one more backup and install it to HDD.

EDIT: And yeah the path is H:/wbfs/RD2E41.wbfs
 
I ripped another backup and that works great. Can it be that the gameID is wrong? Because none of programs did it, I did it. Is that correct ID for European version of the game? I look'd from the title.txt that I downloaded, but there's no clue which ID is for E and which for U version.
 
JopoElLoco said:
I ripped another backup and that works great. Can it be that the gameID is wrong? Because none of programs did it, I did it. Is that correct ID for European version of the game? I look'd from the title.txt that I downloaded, but there's no clue which ID is for E and which for U version.
You can use the tool wbfs_file FILENAME id_title to get that info, for example:

wbfs_file RHAP01.wbfs id_title

will print out:

RHAP01_PARTY PACK for REVOLUTION

there's other ways too i'm sure
 
SleepyPrince said:
can anyone get the WiiRD setting saved in Global Options?
It is always off even I have saved it
That setting doesn't get saved, sorry.
You will have to edit config.txt by hand if you want it enabled by default.
 
updated to the latest alpha, getting a stack dump when i attempt to update the wiitdb database - is it just me? fat32, single partition, seems to happen after download, when its attempting to write to the drive. i blew away the old file, in case of corruption, to let it write a new one, but ti exhibits the same behavior. titles.txt downloads and writes fine, however, as do covers.
 

Site & Scene News

Popular threads in this forum