Hacking GUI USB Loader

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
yeah we know that. i have that too. we'll do the positioning later.

Can anyone who knows how to get our new code, compile it and test if videopatch works? I dont have any games which need that.
 

cyrex

Well-Known Member
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
79
Country
Gambia, The
Yep thanks for the reply. Buttons are not aligned yet
smile.gif
 

SpaceJump

Well-Known Member
Member
Joined
Aug 18, 2005
Messages
3,866
Trophies
1
Location
Zebes
XP
3,299
Country
Germany
Tatsunoko vs. Capcom is in red on my PAL Wii if not played in Patch mode (works perfectly in Ultimate USB Loader). If you send me your built I can test it for you.

Btw, I think the original coder of the Patch mode is WiiPower. You could ask him about details.
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
I wrote you a pm. Thx for testing and thanks for telling us the original codert. He will be added to the credits window.
 

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
QUOTE said:
ok so i understood it right. I am going to add it to the code. I add one new System Settings point where you can choose between Video Patch ON/OFF. If ON is selected it will patch to your Wii Consoles Default Video Mode (2PAL or 2NTSC) no matter what Video Mode was selected. If OFF is selcted the Video Mode (FORCE) option will be used.

Is that ok? or do you guys have a wish about this in any other way?


sure thats perfect bro its most def gonna increase compatibility with BOTH

Rogue trooper on a NTSC console
wink.gif


Tutsonoco vs Capcom on a PAL console
wink.gif


kudos man looking forward to testing it
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
@dimok
in the folder I sent you, you can see where I have commented out some code I'm almost done with. It's between the sections that load the cover and the disk. If you finish it up, it will turn the cover into a button. Right now, it (CoverBtn) is set to open the install menu, but it can be set to run the game instead.

I think it will be pointless for me to finish it on my side, as your menu.cpp is more up to date than mine.

Also, If you go with the game play/delete screen from a page or 2 ago, I would put the spinning disk sections there.
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
Right now we are not planning on putting the spinning disk there. We think that you will than still need more covers on the SD and not sure where to get all the images for it lol.

Maybe we'll be using it later.
 

cyrex

Well-Known Member
Member
Joined
Apr 3, 2009
Messages
251
Trophies
0
Website
Visit site
XP
79
Country
Gambia, The
yeh i know about that website but most of the scans are just horrible. Sides are cut off, the background isnt transparen etc. So anyway you would to have to go all over the covers again. I know that a spining disc image would fit good in my "Disc Channel" design but it's just too much for now. Like dimok said... maybe after the finished the coding and i did all of the basic artwork.
 

djbubba2002

Well-Known Member
Member
Joined
Feb 10, 2007
Messages
832
Trophies
0
XP
427
Country
if anyone wants disc covers you should look on the Big Wii site or TL.. they are on there , becuase i made a big pack about a month ago ,Disc and Full Covers too FOR NTSC .. there are 500 disc covers on the sites ..pm me if you wand them ,

here you goo
some of them
http://www.megaupload.com/?d=VO8U0JKU

this what they look like
MarioPowerTennisSilverNTSC.jpg
 

Daileon

Well-Known Member
Member
Joined
Nov 16, 2006
Messages
267
Trophies
0
Website
Visit site
XP
155
Country
Brazil
Ok, I think we need a catalog with all these versions hahaha.

Please, what's the latest version (open source plz!!) (with more features) and what it have LESS than the "Ultimate USB Loader" by hungyip?
 

JQE

Well-Known Member
Newcomer
Joined
Apr 15, 2009
Messages
68
Trophies
0
Age
44
Website
Visit site
XP
89
Country
Canada
Did something happen to the coverart or did i screw something up?

I have an images folder in the root of my SD card and it contains the GAMID.png files.. but in the loader it's just showing the GAMID now instead of the coverart..

Is that for testing or did i mess something up?
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
No you didnt. The problem is LIBWIIGUI only shows images of which size is devidable by 4.
You probably have covers like 160x225.

That doesnt work on LibWiiGui so we made 160x224 images here is the download:

http://www.mediafire.com/download.php?4onyozlnbgn

Of course you can have other sizes as long as they are devidable by 4 and 225 isnt
wink.gif
.


SVN has an Update.

Now Video Patch is working properly.
Battery Status is showing (thx to gaintpune).
A few positions fixed (at least on my TV lol).
 

JQE

Well-Known Member
Newcomer
Joined
Apr 15, 2009
Messages
68
Trophies
0
Age
44
Website
Visit site
XP
89
Country
Canada
dimok said:
No you didnt. The problem is LIBWIIGUI only shows images of which size is devidable by 4.
You probably have covers like 160x225.

That doesnt work on LibWiiGui so we made 160x224 images here is the download:

http://www.mediafire.com/download.php?4onyozlnbgn

Of course you can have other sizes as long as they are devidable by 4 and 225 isnt
wink.gif
.


SVN has an Update.

Now Video Patch is working properly.
Battery Status is showing (thx to gaintpune).
A few positions fixed (at least on my TV lol).


just tried, it won't compile for me. Getting errors on the battery meter.

CODEc:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuInstall()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:978: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuDiscList()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1123: warning: null argument where non-null required (argument 2)
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1290: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuFormat()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1611: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuCheck()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1986: error: 'struct WPADData' has no member named 'battery_level'
 

grama

Active Member
Newcomer
Joined
Dec 4, 2008
Messages
25
Trophies
0
Age
39
Location
Brazil
XP
174
Country
Brazil
JQE said:
dimok said:
No you didnt. The problem is LIBWIIGUI only shows images of which size is devidable by 4.
You probably have covers like 160x225.

That doesnt work on LibWiiGui so we made 160x224 images here is the download:

http://www.mediafire.com/download.php?4onyozlnbgn

Of course you can have other sizes as long as they are devidable by 4 and 225 isnt
wink.gif
.


SVN has an Update.

Now Video Patch is working properly.
Battery Status is showing (thx to gaintpune).
A few positions fixed (at least on my TV lol).


just tried, it won't compile for me. Getting errors on the battery meter.

CODEc:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuInstall()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:978: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuDiscList()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1123: warning: null argument where non-null required (argument 2)
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1290: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuFormat()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1611: error: 'struct WPADData' has no member named 'battery_level'
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp: In function 'int MenuCheck()':
c:/wii/usbloader-gui-read-only/trunk/source/menu.cpp:1986: error: 'struct WPADData' has no member named 'battery_level'

I'm having the same problem...
hate2.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1