Hacking Configurable USB Loader

gsaz

Active Member
Newcomer
Joined
Sep 11, 2008
Messages
41
Trophies
0
XP
77
Country
United States
oggzee said:
gsaz: sounds like your setup is cursed then
wink.gif

Oh poop....
frown.gif



Ok, I guess I can give v63-compat.dol a try with ios222 as an argument in the meta.xml some time and see if that achieves anything.

It's just weird how v61 works absolutely peachy, but if I go beyond that things start going all wibbly
Oh well
Thanks again
smile.gif
 

XICO2KX

Well-Known Member
Member
Joined
Jul 1, 2007
Messages
162
Trophies
1
XP
897
Country
Portugal
pplucky said:
Dr. Clipper said:
pplucky said:
Hey.

One really helpful functionality I think it would be great, would be the possibility of shutting down the Wii from a configurable button (as it is possible from the HBC "Home" menu) --> like for other existing in tab 'Theme Options 3' in the Configurator (for example, reboot)...

What do you think of this possibility? Dr. Clipper and oggzee are the masters, so...
Well, you should be able to hold the power button down on the remote to shutdown, so I'm not sure there's any need to make it configurable to other buttons.
What you do by holding the power button on Wiimote is Standby... not Shutdown. For Shutdown, you either go to HBC (as I mentioned above) or press the console power button long enough until light turns red (otherwise, if yellow, also Standby). Or am I missing something?

UPDATE: I rest my case, as I didn't know that the Wiimote Power button worked like that, I thought that it could only do Standby. Thanks again for the shared expertise...
I think the Standby mode is only available if you have WiiConnect24 turned on!
rolleyes.gif

But if someone adds a Shutdown option to CFG, please make it un-mount the HDD too before turning off!
wink.gif
 

pplucky

Well-Known Member
Member
Joined
Dec 27, 2010
Messages
380
Trophies
0
XP
72
Country
XICO2KX said:
pplucky said:
UPDATE: I rest my case, as I didn't know that the Wiimote Power button worked like that, I thought that it could only do Standby. Thanks again for the shared expertise...
I think the Standby mode is only available if you have WiiConnect24 turned on!
rolleyes.gif

But if someone adds a Shutdown option to CFG, please make it un-mount the HDD too before turning off!
wink.gif

You're right, I had de-activated the WiiConnect24 standby and that made the Power button in the wiimote to work as Shutdown instead of Standby (as it did before)...


QUOTE(pplucky @ Jan 13 2011, 10:22 AM)
Hey.

One really helpful functionality I think it would be great, would be the possibility of shutting down the Wii from a configurable button (as it is possible from the HBC "Home" menu) --> like for other existing in tab 'Theme Options 3' in the Configurator (for example, reboot)...

What do you think of this possibility? Dr. Clipper and oggzee are the masters, so...
My suggestion makes sense again after all, no?
As XICO2KX suggested, considering un-mounting the HDD before shutdown makes sense...
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
ChaosEnergy said:
btw

many themes have an overlay including button pic and standard text
A = Start Game
B = Back

If you change the buttons, all those themes are wrong
would it not make sense to use the (already translated) variables to position text in themes
so you will get correct button hints independent how you changed them for yourself and also you get them in the language of your wii...
The button hints that appear in the console (in the footer text) are automatically changed if you change the button layout. We can't change what people added to the themes and making it do so would make all those old themes obsolete anyway. However, many of those themes should have been designed with the button images in the overlay .png rather than the background image, meaning you can quickly replace the button layout in any of these themes with some simple image editing.
 

pplucky

Well-Known Member
Member
Joined
Dec 27, 2010
Messages
380
Trophies
0
XP
72
Country
Hey.

Yesterday I decided to play around a bit with some of the options in the Configurator and I found 2 neat options:
* write_playlog
* write_playstats.

My question about this is: can these options be used at the same time? I have them both active and I'm sure that the entries in the playlog did not appear correctly, but the playstats look OK.

This was the sentence in Configurable USB Loader Configurator Help that led me to think that you can only have one or the other:
"If you want to save your play times to the log on the message board, you want to use write_playlog instead."

Thanks in advance.
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
XICO2KX said:
But if someone adds a Shutdown option to CFG, please make it un-mount the HDD too before turning off!
wink.gif

QUOTE(pplucky @ Jan 13 2011, 08:12 PM) As XICO2KX suggested, considering un-mounting the HDD before shutdown makes sense...
We already do most of that.
At least the unmounting of filesystmes part and USB_Deinitialize();
However I checked and we don't call USBStorage_Deinit();
I will add that if it helps but I'm not sure it will...
If someone knows what else would be needed let me know.
Is any other loader able to turn off the hdd properly at shutdown?
 

cambric

Well-Known Member
Member
Joined
May 17, 2009
Messages
404
Trophies
0
Location
Tuscany
Website
Visit site
XP
77
Country
Italy
Thanks to all the developers for this awesome loader...

please, do not forget about the opportunity to add a path option for the base folder like:
# base_path = [sd:/usb-loader/]

this would allow the users to locate the config.txt file in /apps/usbloader_cfg/ and to place somewhere else the base folder for all the aux files needed by Configurable.... and reduce the mess in the SD root....

Thanks a lot....
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
cambric said:
please, do not forget about the opportunity to add a path option for the base folder like:
# base_path = [sd:/usb-loader/]
I don't think that's really needed, it's just another option that adds more confusion to the already multiple ways of setting the loader up.
So, sorry but no I won't add that for now.
 

cambric

Well-Known Member
Member
Joined
May 17, 2009
Messages
404
Trophies
0
Location
Tuscany
Website
Visit site
XP
77
Country
Italy
oggzee said:
cambric said:
please, do not forget about the opportunity to add a path option for the base folder like:
# base_path = [sd:/usb-loader/]
I don't think that's really needed, it's just another option that adds more confusion to the already multiple ways of setting the loader up.
So, sorry but no I won't add that for now.
Sorry to hear that....
I will show you that it is useful in order to share some folders with other loaders... I'll give you a link asap...
btw, both GX and WiiFlow allow to configure the paths.....

In any case, thanks a lot for your loader...

cambo
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
pplucky said:
Hey.

Yesterday I decided to play around a bit with some of the options in the Configurator and I found 2 neat options:
* write_playlog
* write_playstats.

My question about this is: can these options be used at the same time? I have them both active and I'm sure that the entries in the playlog did not appear correctly, but the playstats look OK.

This was the sentence in Configurable USB Loader Configurator Help that led me to think that you can only have one or the other:
"If you want to save your play times to the log on the message board, you want to use write_playlog instead."

Thanks in advance.
Yes they can be used together, they control completely different things.

Were you perhaps testing with a game for which you previously saved settings? The config.txt option only controls the default value that is used when a game does not have saved settings. Any games that you have saved settings for will have been saved with write_playlog=0 and you need to update those settings with either Cfg or the Configurator.
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
cfg v64b2 (beta)
cfg64b2.dol
cfg64b2-222.dol
(or online update)
Changes:

cfg v64b2 (beta)
* Fixed hang in v64b when checking for updates
* Fixed crash when downloading large cheat codes (Issue 100)
Possibly fixes also the occasionally corrupted downloaded cover images
* Added USBStorage_Deinit() to shutdown
* Turn off wiimotes after they are idle for 5 minutes
* Display supported controllers in wiitdb game info
* Cleanups


EDIT: ok v64b hang fixed, this v64b2 should be fine.
 

pplucky

Well-Known Member
Member
Joined
Dec 27, 2010
Messages
380
Trophies
0
XP
72
Country
Dr. Clipper said:
pplucky said:
Hey.

Yesterday I decided to play around a bit with some of the options in the Configurator and I found 2 neat options:
* write_playlog
* write_playstats.

My question about this is: can these options be used at the same time? I have them both active and I'm sure that the entries in the playlog did not appear correctly, but the playstats look OK.

This was the sentence in Configurable USB Loader Configurator Help that led me to think that you can only have one or the other:
"If you want to save your play times to the log on the message board, you want to use write_playlog instead."

Thanks in advance.
Yes they can be used together, they control completely different things.

Were you perhaps testing with a game for which you previously saved settings? The config.txt option only controls the default value that is used when a game does not have saved settings. Any games that you have saved settings for will have been saved with write_playlog=0 and you need to update those settings with either Cfg or the Configurator.
I also noticed that a while ago, when my config.txt got corrupted and I found out I had no backup...
angry.gif

I had to re-configure all config.txt settings and while doing that, I noticed that settings.cfg contained that game-specific information and I activated the write_playlog for each one individually.

I will try it again, just wanted to make sure of this.
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
Wii_moron said:
Why does the program download disc covers when it downloads the cover art? I dont see a button to show the disc covers. Only front and back of the game box
You can edit config.txt to configure the cover_style option to display 2d covers, fixed-angle 3d covers or disc art when in the console views and the grid-based gui modes.
 
T

TheRealVisitor

Guest
I think this point in the FAQ is outdated: "- install game on NTFS is disabled at the moment because of libntfs write instabilities (install on FAT works fine)".
 

freestile

Well-Known Member
Member
Joined
Jan 10, 2011
Messages
195
Trophies
1
Location
https://www.youtube.com/user/freestilesteve
Website
www.youtube.com
XP
467
Country
United States
USBLoaderCFG - UCXF - IOS58 v8 Alternative.wad (Now using the animated icon) worked wonders for me.
I'm still new to all this stuff. although I have messed with the csm's and the TIUWII(The Impossible To Update Wii Mod).
The only channels I have displayed are the common ones I use like weather channel, internet, vote channel, news, shop
channel, nintendo channel etc etc. This along with a forwarder for WIIMC are the first ones like that I actually installed
and they both seemed to work fine. Big up to whos doing the work on these. Thanks a bunch.
 

jordan_ch

Well-Known Member
Newcomer
Joined
Jan 11, 2011
Messages
51
Trophies
0
XP
141
Country
Switzerland
oggzee said:
cfg v64b2 (beta)
cfg64b2.dol
cfg64b2-222.dol
(or online update)
Changes:

cfg v64b2 (beta)
* Fixed hang in v64b when checking for updates
* Fixed crash when downloading large cheat codes (Issue 100)
Possibly fixes also the occasionally corrupted downloaded cover images
* Added USBStorage_Deinit() to shutdown
* Turn off wiimotes after they are idle for 5 minutes
* Display supported controllers in wiitdb game info
* Cleanups


EDIT: ok v64b hang fixed, this v64b2 should be fine.
so fast!!!??
yaywii.gif
yaywii.gif
yaywii.gif
 

pplucky

Well-Known Member
Member
Joined
Dec 27, 2010
Messages
380
Trophies
0
XP
72
Country
oggzee said:
cfg v64b2 (beta)
cfg64b2.dol
cfg64b2-222.dol
(or online update)
Changes:

cfg v64b2 (beta)
* Fixed hang in v64b when checking for updates
* Fixed crash when downloading large cheat codes (Issue 100)
Possibly fixes also the occasionally corrupted downloaded cover images
* Added USBStorage_Deinit() to shutdown
* Turn off wiimotes after they are idle for 5 minutes
* Display supported controllers in wiitdb game info
* Cleanups


EDIT: ok v64b hang fixed, this v64b2 should be fine.
Hey oggzee.

I was checking this:
* Display supported controllers in wiitdb game info

and I would say the following:
1. Bring back the company/rating info which was already there (instead of the supported controllers), in the previous stable release (63).

2. Instead of putting '200 for 1 player', I would put 'Up to x player(s)', considering the number of supported players (input players) and between (), I would put also the info for Online playing (Online play for x player(s))
Something like:
-
online

-

I would put
Up to 4 players (Online play for 1 player)

3. Instead of just putting '(Wiimote, Nunchuck)', I would rather put 2 lines (if applicable):
Required: Wiimote (for control type="wiimote" required="true")
Optional: Nunchuck, Classic Controller (control type="wiimote" required="false" and control type="classiccontroller" required="false")

What do you guys think?

Thanks for everything and helping make this the best loader around.
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
buddy said:
I've noticed now the game info screen shows either a 200 or 201 before it displays the number of players. For example:
200 for 2 players
201 for 2 players
Hmm, rating should be there, i'll take a look.

QUOTE(TheRealVisitor @ Jan 14 2011, 02:18 AM) I think this point in the FAQ is outdated: "- install game on NTFS is disabled at the moment because of libntfs write instabilities (install on FAT works fine)".
Updated.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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
  • Iron_Masuku @ Iron_Masuku:
    Hello
    Skelletonike @ Skelletonike: hmm