Hacking GUI USB Loader

  • Thread starter Thread starter trottolo
  • Start date Start date
  • Views Views 168,581
  • Replies Replies 847
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
 
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
 
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.
 
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.

 
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?
 
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.
 
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