Hacking Configurable USB Loader

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
Anyone that had ios 222-mload related problems, please test this:

cfg v31b_t1 (beta, test1)

http://sharebee.com/9b0a452d

It should fix GUI blackout problems, and maybe some more...

It contains 2 dols:

SDUSB-Loader_cfg31b_t1.dol
This one loads ios 249 first then looks for the ios options, as in previous 31b, but should fix gui problems

SDUSB-Loader_cfg31b_t1_222mload.dol
This one loads ios 222-mload first then looks for the ios options, (should also fix gui problems)

Let me know if any of this helps.

Also anyone that used ios 222/223 before and had it working fine, please test this too to check if it broke anything or it still works fine.
 

simpet

Well-Known Member
Newcomer
Joined
May 6, 2009
Messages
89
Trophies
0
XP
95
Country
Hi

Testing loader when switches to gui doesnt stay on same background like video??

how can i fix this

thanks
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
t1 fixes the bug for me, but I didn't try the version that preloads 222.

Also, as I mentioned by PM, it turns out 31b worked in Widescreen mode and 576i mode, with 480i and 480p crashing in 4:3 mode. Weird.


simpet said:
Hi

Testing loader when switches to gui doesnt stay on same background like video??

how can i fix this

thanks
Replace sf:/usb-loader/bg_gui.png with whatever background file you are using for the normal mode.

Edit: I just saw your new post. Nevermind
tongue.gif
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
simpet said:
Hi
Testing loader when switches to gui doesnt stay on same background like video??
how can i fix this
thanks

In the video I added a custom bg_gui.png to the Wolf_3D theme.
Grab this:


(original filename was bluenight.png)

And copy it to: sd:/usb-loader/themes/Wolf_3D/bg_gui.png
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
Correction to my earlier response... with 223-mload, t1 only works about 1 out of 5 times. The other times, it crashes to black screen immediately and the Wii Remote loses sync, but pushing the reset button takes it back to the HBC. The second one that preloads ios222 works every time.

I didn't test with 222-mload or 249 in config.txt, though. Perhaps the base one works with those.
 

Pip_X

Well-Known Member
Member
Joined
Jul 4, 2006
Messages
152
Trophies
0
XP
230
Country
Malaysia
Use IOS36
Use IOS37 merged with IOS36
Use IOS38 merged with IOS36
Use IOS60 merged with IOS36

Which one should I choose for best compatibity?
 

Pip_X

Well-Known Member
Member
Joined
Jul 4, 2006
Messages
152
Trophies
0
XP
230
Country
Malaysia
Not sure, I tested with "Use IOS37 merged with IOS36", have some compatiblity issue with some games (HOTD Overkill, the zombie skipped)

I then reinstall cIOS 223 and choose "Use IOS60 merged with IOS36", it connect to Nintendo server to download IOS60. I tot this is supposed to be a offline installer?

I now testing the "Use IOS60 merged with IOS36" version.
 

Pip_X

Well-Known Member
Member
Joined
Jul 4, 2006
Messages
152
Trophies
0
XP
230
Country
Malaysia
Ok the"Use IOS60 merged with IOS36" version of cIOS 223 MLOAD version works fine.

Zombie wont skip and actually manage to kill me now. I can finally die in the game.

Can someone make a offline installer of cIOS 223 mLOAD with the setting "Use IOS60 merged with IOS36" please?
 

cambric

Well-Known Member
Member
Joined
May 17, 2009
Messages
404
Trophies
0
Location
Tuscany
Website
Visit site
XP
77
Country
Italy
Thanks Oggzee, your loader is awesome...

my two cents for a future version (I do not know if it can be implemented)...

in the config file instead of the single option:

covers_path=path [sd:/usb-loader/covers]

it could be fine having three different options like:

flat_covers_path=path [sd:/usb-loader/covers/flat]
3d_covers_path=path [sd:/usb-loader/covers/3d]
disc_covers_path=path [sd:/usb-loader/covers/disc]

this could allow to locate the three kinds of covers everywhere in the SD...
 

PNo4

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
259
Trophies
1
Website
Visit site
XP
256
Country
cambric said:
Thanks Oggzee, your loader is awesome...

my two cents for a future version (I do not know if it can be implemented)...

in the config file instead of the single option:

covers_path=path [sd:/usb-loader/covers]

it could be fine having three different options like:

flat_covers_path=path [sd:/usb-loader/covers/flat]
3d_covers_path=path [sd:/usb-loader/covers/3d]
disc_covers_path=path [sd:/usb-loader/covers/disc]

this could allow to locate the three kinds of covers everywhere in the SD...


# option: cover_style = [standard], 3d, disc
# Support for 3d covers and disc covers
# This option also changes the cover_url, covers_path and cover_size
# covers_path will be set to:
# standard: sd:/usb-loader/covers
# 3d: sd:/usb-loader/covers/3d
# disc: sd:/usb-loader/covers/disc


Maybe this?
 

cambric

Well-Known Member
Member
Joined
May 17, 2009
Messages
404
Trophies
0
Location
Tuscany
Website
Visit site
XP
77
Country
Italy
PNo4 said:
cambric said:
Thanks Oggzee, your loader is awesome...

my two cents for a future version (I do not know if it can be implemented)...

in the config file instead of the single option:

covers_path=path [sd:/usb-loader/covers]

it could be fine having three different options like:

flat_covers_path=path [sd:/usb-loader/covers/flat]
3d_covers_path=path [sd:/usb-loader/covers/3d]
disc_covers_path=path [sd:/usb-loader/covers/disc]

this could allow to locate the three kinds of covers everywhere in the SD...


# option: cover_style = [standard], 3d, disc
# Support for 3d covers and disc covers
# This option also changes the cover_url, covers_path and cover_size
# covers_path will be set to:
# standard: sd:/usb-loader/covers
# 3d: sd:/usb-loader/covers/3d
# disc: sd:/usb-loader/covers/disc


Maybe this?

This is not actually what I intended... in this way the folders "3d" and "disc" are forced to be inside the "covers" one...

I meant to have the possibility to organize the covers in the SD like:

sd:/covers/flat160x225
sd:/covers/flat160x224
sd:/covers/3d
sd:/covers/disc

This could be useful in order to test different loaders sharing the same covers folders...
 

ulysse57

Well-Known Member
Newcomer
Joined
Apr 9, 2009
Messages
91
Trophies
0
XP
30
Country
France
OUAH !

oggzee, the job you did with the gui interface is really great.

Your loader is definitively mine : it is suitable both for child and parents.

My child loves it really !

I will test soon the fat32 loading covers, at this time i only tested the loading from sd and it is usable so with fat it will be perfect !
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    The Real Jdbye @ The Real Jdbye: you can fap to your favorite character without it being gay