Hacking GUI USB Loader

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
nIxx said:
Oh yes sorry press B one time and you can navigate with the D-Pad
Is that to keep your little sister from playing all your games or something?
rolleyes.gif
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
nIxx said:
Oh yes sorry press B one time and you can navigate with the D-Pad


Nice work n1xx. If you wanna do that you dont have to press B to navigate go to gui_optionbrowser.cpp at the very beginning set the focus value from 0 to 1.

Great to see you guys are making such a nice work and great additions to the source i released ^^.
 

nIxx

Well-Known Member
Member
Joined
Sep 30, 2007
Messages
1,544
Trophies
0
Location
Germany
Website
Visit site
XP
337
Country
Gambia, The
Thanks and so simple
smile.gif
I will build this in tomorrow with some other fixes.
And with the theme/graphics from cyrex
wink.gif
.

Enough coding for today now i want to play something
wink.gif
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
Yes me. I will post it in a sec with my source.

Btw n1xx i would like to join you, if you add me to your googlecode site i'll try to work with you. I dont have much time but from time to time i could do something like the scrolling bar support or anything else
wink.gif
.
 

dimok

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

Hey guys i made a major update and here is the changelog:


- updated to libwiigui 1.0.2

- fixed Gamecube PAD BUG

- added Gamecube PAD Controll for the menu (now its back in)

- changed Ocarina to standard: off

- made Scrollbar working
smile.gif
(hold A on Scrollbarbox)

For the Scrollbar i had to write a complete new function (in a function
tongue.gif
) since it seems that libwiigui still doesnt have a real Scrollbarsupport and STATE_HELD didnt work also (T_T). I just couldnt find the scrollbarcontroll function. STATE_HELD didnt do anything if i hold button even on making the button SetHoldable(true)

This is my last release, from now on i will be working with n1xx and hopefully cyrex (our great graphic designer
smile.gif
).

I hope you will be able to change your GUIs so the Scrollbar works.

Good luck on that.

http://www.mediafire.com/?sharekey=82506ca...e018c8114394287
 

grama

Active Member
Newcomer
Joined
Dec 4, 2008
Messages
25
Trophies
0
Age
39
Location
Brazil
XP
174
Country
Brazil
I can't compile the public source, I don't know what's the problem, can someone help me plz?

This is the error:

CODEGrama@TERA /e/Wii/Hacks/Novo/USB2/GuiSource
$ make
FreeTypeGX.cpp
In file included from e:/Wii/Hacks/Novo/USB2/GuiSource/source/FreeTypeGX.cpp:23:

e:/Wii/Hacks/Novo/USB2/GuiSource/source/FreeTypeGX.h:155:22: warning: ft2build.h
: No such file or directory
e:/Wii/Hacks/Novo/USB2/GuiSource/source/FreeTypeGX.h:156:10: error: #include exp
ects "FILENAME" or
e:/Wii/Hacks/Novo/USB2/GuiSource/source/FreeTypeGX.h:157:10: error: #include exp
ects "FILENAME" or
e:/Wii/Hacks/Novo/USB2/GuiSource/source/FreeTypeGX.h:158:25: warning: Metaphrasi
s.h: No such file or directory
make[1]: *** [FreeTypeGX.o] Error 1
make: *** [build] Error 2
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
Sweet job!!

Still a bit buggy, but farther than I got.
settings menu, click the scrollbar = crash.

btw, snes9x has a great scrollbar, so it's in the library. Somebody just has to dig it out and make use of it.

I can't wait to see what you guys come up with.
 

grama

Active Member
Newcomer
Joined
Dec 4, 2008
Messages
25
Trophies
0
Age
39
Location
Brazil
XP
174
Country
Brazil
dimok last public source compile and run fine in Wii..

nIxx las public source compile, but dump memory, and oficial last release dump memoy too..

I don't know what's the problem.. any else having the same problem?
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
Both compile fine for me, and neither dump code on my end.

One thing I see in nIxx's is that if you highlight a game, then either click on the scrollbar or move the cursor off the screen, it still wants to start that game.

The settings screen, you can click with the cursor off the screen, and it has no effect.

And the pictures work great.
 

grama

Active Member
Newcomer
Joined
Dec 4, 2008
Messages
25
Trophies
0
Age
39
Location
Brazil
XP
174
Country
Brazil
giantpune said:
Both compile fine for me, and neither dump code on my end.

One thing I see in nIxx's is that if you highlight a game, then either click on the scrollbar or move the cursor off the screen, it still wants to start that game.

The settings screen, you can click with the cursor off the screen, and it has no effect.

And the pictures work great.

What command are you using? Just make, or anithing else.. sorry, but I'm noob in wii compiling stuff.. I'm just a pure C weekend programmer..
tongue.gif
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
make sure you have the latest libwiigui folders in your devkit. Then load the source into the notepad. then alt+2, alt+1. (clean, make)
 

jeanrmarques

Well-Known Member
Newcomer
Joined
Mar 28, 2009
Messages
80
Trophies
0
Age
44
Location
Pelotas - RS - Brazil
XP
73
Country
Brazil
grama said:
nIxx las public source compile, but dump memory, and oficial last release dump memoy too..

I don't know what's the problem.. any else having the same problem?

Do you have any GC controller plugged in? try to unplug them (this was happening with me with all versions kongsnutz, dimok and nIxx) dimok has already fixed the issue, not sure about the others
 

grama

Active Member
Newcomer
Joined
Dec 4, 2008
Messages
25
Trophies
0
Age
39
Location
Brazil
XP
174
Country
Brazil
jeanrmarques said:
grama said:
nIxx las public source compile, but dump memory, and oficial last release dump memoy too..

I don't know what's the problem.. any else having the same problem?

Do you have any GC controller plugged in? try to unplug them (this was happening with me with all versions kongsnutz, dimok and nIxx) dimok has already fixed the issue, not sure about the others

Thanks man.. was that bug..
hate2.gif
my compiled version is working too.. (Ae vou fazer uma versão brazuka pra galera!!)

rolleyes.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/22tVWwmTie8?si=2CEDZldUW5ODozYh meh