Hacking GUI USB Loader

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
thanks kongsnutz for putting my name there too
smile.gif
.

Ok added my GUI to the List at:

http://wiki.gbatemp.net/wiki/index.php/USB_Loader_releases

Kong you should do that too
smile.gif
 

KongsNutz

[Team Oceanic]
Member
Joined
Jul 19, 2008
Messages
1,680
Trophies
1
XP
1,598
Country
United States
always man always...... i never steal credit.... that sux when people do that.


EDIT:

Will do


EDIT:2

Done......... hoping to get those other features added soon......would be awesome.

I was thinking some way to read the banner.bnr for each game instead of using boxart
 

ulysse57

Well-Known Member
Newcomer
Joined
Apr 9, 2009
Messages
91
Trophies
0
XP
30
Country
France
Do you have news about the coding of mousex ?

I also found his starting point interesting. For kids, the pure graphical loader could be very interesting.
And if it is possible to put near 12 covers on the same screen, it could be also interesting "for all".

A good thing could be also to add a favorite list. It could give access to the most used games or a configurable list.
 

TroyTheZombie

Well-Known Member
Member
Joined
Mar 3, 2009
Messages
1,631
Trophies
0
Age
42
Location
Calgary, Canada
Website
Visit site
XP
257
Country
Canada

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
I have compiled a black skinned version of this loader. But I suck balls at wii coding. Can somebody show me what I change the number to to make the text in the Prompt boxes and buttons white or grey??

CODEGuiText titleTxt("Select the Game", 18, (GXColor){0, 0, 255, 255});
titleTxt.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
titleTxt.SetPosition(-15,40);

GuiText titleTxt2("you want to play:", 18, (GXColor){0, 0, 255, 255});
titleTxt2.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
titleTxt2.SetPosition(-5,60);

char text123[50];
sprintf(text123, "Free: %.1fGB",free);
GuiText titleTxt4(text123, 16, (GXColor){0, 0, 255, 230});
titleTxt4.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
titleTxt4.SetPosition(354,365);

sprintf(text123, "Used: %.1fGB",used);
GuiText titleTxt5(text123, 16, (GXColor){0, 0, 255, 230});
titleTxt5.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
titleTxt5.SetPosition(220,365);

sprintf(text123, "Total: %.1fGB",(used+free));
GuiText titleTxt6(text123, 18, (GXColor){0, 0, 255, 230});
titleTxt6.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
titleTxt6.SetPosition(485,365);

GuiText installBtnTxt("Install Game", 22, (GXColor){0, 0, 0, 255});
installBtnTxt.SetMaxWidth(btnOutline.GetWidth()-30);
GuiImage installBtnImg(&btnOutline);
GuiImage installBtnImgOver(&btnOutlineOver);
GuiButton installBtn(btnOutline.GetWidth(), btnOutline.GetHeight());
installBtn.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
installBtn.SetPosition(-212, 245);
installBtn.SetLabel(&installBtnTxt);
installBtn.SetImage(&installBtnImg);
installBtn.SetImageOver(&installBtnImgOver);
installBtn.SetSoundOver(&btnSoundOver);
installBtn.SetTrigger(&trigA);
installBtn.SetEffectGrow();

GuiText settingsBtnTxt("Settings", 22, (GXColor){0, 0, 0, 255});
installBtnTxt.SetMaxWidth(btnOutline.GetWidth()-30);
GuiImage settingsBtnImg(&btnOutline);
GuiImage settingsBtnImgOver(&btnOutlineOver);
GuiButton settingsBtn(btnOutline.GetWidth(), btnOutline.GetHeight());
settingsBtn.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
settingsBtn.SetPosition(10, 300);
settingsBtn.SetLabel(&settingsBtnTxt);
settingsBtn.SetImage(&settingsBtnImg);
settingsBtn.SetImageOver(&settingsBtnImgOver);
settingsBtn.SetSoundOver(&btnSoundOver);
settingsBtn.SetTrigger(&trigA);
settingsBtn.SetEffectGrow();

Also the graphics for the power and wii menu buttons need to be moved since the bg changed between versions. But I think I almost have it now.

 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
GuiText installBtnTxt("Install Game", 22, (GXColor){0, 0, 0, 255});
Shows black text


EDIT>>>>
255,255,255,255 gives me white text. Now can somebody point me to the file that I need to change to make all the yes/no buttons have white text?
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
adam_the_1st said:
giantpune said:
OK, Here's my addition to the millions of loaders floating around. It's the latest loader from this thread with a new look.

http://www.mediafire.com/?zmnnwaizmno

Please test, review,and mirror it.
Can you tell me how to compile, Ive made a new look I'd like to test/submit?
smile.gif

Do you have aim or skype or anything?

Of just send me the files you changed and I'll compile it.
 

palasx

Well-Known Member
Newcomer
Joined
Oct 17, 2007
Messages
98
Trophies
1
XP
227
Country
United States
this is built against fixed libwbfs?

also, very nice fork! wiimote controls feel very natural. have you considered doing a more shop-channel-ish theme?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: Click on your profile pic in the top right corner, and you'll get the profile menu popup, with... +2