Hacking GUI USB Loader

grakje

Well-Known Member
Newcomer
Joined
Apr 1, 2009
Messages
50
Trophies
0
Age
30
Location
Berkelland
Website
Visit site
XP
43
Country
Netherlands
Will try this. Report you if it works or not
smile.gif
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,632
Country
United States
Check out the Power Off and Home Button. You can go over them with WiiMote (idea and pictures thx to cyrex
smile.gif
)
I like those two lol.

Oh crap i forgot to add a Settings Menu where to select the language and video mode. Going to add it in next release i guess.
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
dimok said:
Ok guys here is my first release:

Gui without background music:
http://www.mediafire.com/download.php?ijqmcynmtoy

WOW!! This looks great. A couple things...
It sees all my games and displays them correctly except the first and last games. "AC/DC Live: Rock Band Track Pack" and "Trivial pursuit". The AC/DC game shows up as "R33E RYQP". R33E is the disk ID and shows up corectly above the other disk IDs. RYQP shows up as the title. Trivial Pursuit shows up as "RYQP Trivial". RYQP is the disk ID and shows up correctly on the list. The title should show up as "Trivial Pursuit".

Am I the only one getting this Problem?

The up and down buttons on the controller don't work when the cursor is over a game name because the app keeps returning to the title that the cursor is over. You could fix this be stopping the function that watches the cursor while the up and down are being pressed.

I would also like to see a either a smaller font, or don't display the disk ID so it shows more of the game title. The ability to drag the scroll bar would be nice. Also, clicking on the up and down arrows on the scroll bar and holding the button should scroll down the list, as on a computer. And some of the features of the other loaders would be super. This is, by far, the best looking. Keep up the good work!!
 

Kempston

Well-Known Member
Newcomer
Joined
Nov 19, 2008
Messages
70
Trophies
0
Website
Visit site
XP
25
Country
Works very well, I love proper use of the Wiimote. Can I suggest you reduce the size of the game list font? All my game names are cut off at the end. Also, someone altering the source to include game box images would be great.
 

kavid

Well-Known Member
Member
Joined
Sep 28, 2008
Messages
564
Trophies
1
XP
481
Country
Switzerland
dimok extrembly nice,can you and Nlxx work together to make gui usb loader.

you can post your source on code.google.com
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,632
Country
United States
*UPDATE*

Sorry guys that i forgot to put in a Settings Menu in which you can select video mode and language. Now its in here is how it looks:



You can choose between Force PAL50, PAL60 and NTSC and 11 Languages there.
Have fun testing and modding it.

GUI with source and backgroundmusic:
http://www.mediafire.com/download.php?m0umjmzeznn

GUI with source and without background music
http://www.mediafire.com/download.php?ijizwghoatt


@giantpune hmm a strange error and this shouldnt happen if you look at the source. Anyone else got this error? Can you tell me your Systemdetails? FW4.0/4.0 Waninkoko/or else and maybe cios rev.

@Kempston hey it is easy to do so yourself. Just look into menu.cpp and everytime you see a text you also see Set.Position (for positions
smile.gif
) and right behind the text is the font size like in Word for example 24 or 22 or 18. You just need devkit and libwiigui lib to compile it.
 

kongsnutz

WOT?!?
Member
Joined
Jul 19, 2008
Messages
1,623
Trophies
0
XP
1,284
Country
United States
A few things that would make this amazing.


On a HDTV the top and bottom of the screen gets cut a bit making POWER OFF and WII MENU not shown.

and the gamelist box should be stretched about 10cm wider......... you can also remove the buttons - and + on the side as these are not needed or used.

Also....... this loader works for me using Pal 60 for games that didnt before on many other loaders....so awesome.

Just a few Menu changes and it would be perfect plus Ocarina and a remember settings thing
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,632
Country
United States
Oh i guess its because i am using a PAL50 Widescreen Modus. You can easily do changes on it yourselve. Go to menu.cpp (everything of the gui is there) and search for poweroffbtn or exitbtn and there you can see a setposition and an align_centre or top or left or right. Just change SetPosition to the coordinates you need and compile so that its best made for your screen.

The - and + Buttons are written in the Background. You can delete them by opening the background.png with some Programm and delete them
tongue.gif
. Then compile and its ready
smile.gif
.
 

kongsnutz

WOT?!?
Member
Joined
Jul 19, 2008
Messages
1,623
Trophies
0
XP
1,284
Country
United States
I need to download devkit haha hmmm.....well alright i'll get coding hahaa


may try and implement Ocarina also......no promises


can you point me to a complete devkit install with all that i need to compile this
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
dimok said:
@giantpune hmm a strange error and this shouldnt happen if you look at the source. Anyone else got this error? Can you tell me your Systemdetails? FW4.0/4.0 Waninkoko/or else and maybe cios rev.
I have a NTSC-U Wii, 3.2u, cIOS rev 9.

I have taken some of the source from the latest ultimate loader and put it in yours. How would I go about compiling it? I have devkitPro installed on a vista machine, if that matters.

After I verify that it works, I will update the BG and other images.
 

kongsnutz

WOT?!?
Member
Joined
Jul 19, 2008
Messages
1,623
Trophies
0
XP
1,284
Country
United States
I get this when compiling


> "make"
FreeTypeGX.cpp
In file included from c:/projects/GuiLoader/source/FreeTypeGX.cpp:23:
c:/projects/GuiLoader/source/FreeTypeGX.h:155:22: warning: ft2build.h: No such file or directory
c:/projects/GuiLoader/source/FreeTypeGX.h:156:10: error: #include expects "FILENAME" or
c:/projects/GuiLoader/source/FreeTypeGX.h:157:10: error: #include expects "FILENAME" or
c:/projects/GuiLoader/source/FreeTypeGX.h:158:25: warning: Metaphrasis.h: No such file or directory
make[1]: *** [FreeTypeGX.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:00
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
Ok, I found that make button, but when I choose make, I get error 2. It's bitching about the directory. How does it want me to have all the files so it will compile them and not be a whiny little baby?

EDIT>>>>>>>
Nevermind, I figured it out.
 

fabi280

Well-Known Member
Member
Joined
Feb 28, 2008
Messages
183
Trophies
0
Location
Somewhere in Europe
Website
Visit site
XP
241
Country
Gambia, The
nIxx said:
Ah okay you don´t have the the libraries installed
Here you go
smile.gif

http://code.google.com/p/libwiigui/downloads/list

Download devkitPro Libraries 03-04-2009.zip and install it into your libogc/wii directory

Could you create a zip/rar archive with the complete devkitpro (the wii part, without the apps like programmers notepad) and the libwiigui inside?
 

nIxx

Well-Known Member
Member
Joined
Sep 30, 2007
Messages
1,544
Trophies
0
Location
Germany
Website
Visit site
XP
337
Country
Gambia, The
you only really need to to put whats in the devkitPro Libraries 03-04-2009.zip into the devkitpro/libogc directory

EDIT: Hmm installation seems to have a problem and it´s a really strange i formatted my HDD and used wbfs.exe to install two games if i now install a game with this Loader the old games show up again even if i try to install another game.
Does wbfs.exe not really format and only delete the table !?
 
General chit-chat
Help Users
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    Psionic Roshambo @ Psionic Roshambo: Butt