Hacking WiiFlow - an open source GUI USB-Loader

  • Thread starter Thread starter zorglub07
  • Start date Start date
  • Views Views 3,101,669
  • Replies Replies 16,228
  • Likes Likes 6
just committed r415 - new source select menu with images now. Be sure to download this rar

http://www.mediafire...2y3cwxakb92napo

it contains the source_menu folder that you put in sd:\wiiflow or usb:\wiiflow

also inside the folder is a text file with instructions but if you have any questions feel free to ask. you will no longer need the startup_menu.ini that has been replaced by the source_menu.ini in the source menu folder. for those of you that spent a lot of time setting up the old one please don't shoot me. :) Hopefully everyone will be happy now cause I'm tired of coding the darn thing. If you liked the text before I suggest making images with text in them.

@abdallahterro - no sorry, no old text buttons - make some button images with text and put them in place of the console images.

edit - i forgot in the setup text - to keep a button from showing set its source empty (source=)

Hey fledge someones flagged you MF link

http://code.google.com/p/open-wiiflow-mod/source/detail?r=415

What did the file contain?
 
Hey fledge someones flagged you MF link

http://code.google.c...ce/detail?r=415

What did the file contain?
It was just a bunch of PNG files and two text files. I'm guessing some report happy file nazi was just looking to report anything they could find. Maybe someone at MediaFire just got fired, I don't know.
I'd say were victims of a random act of file vandalism. :P
 
Hey fledge someones flagged you MF link
http://code.google.c...ce/detail?r=415
What did the file contain?
Just got a copy of the file, cant see anything problematic in it...
Here's the linke that [member='fledge68'] posted a couple of pages back. I assume it has the same thing. I had assumed it was the same link but it looks like this one is still up. http://www.mediafire...2y3cwxakb92napo

It's too bad the changelog items are so hard to edit but if it is the same thing it could be added as a comment down below.
I would hope that if it is, though, the same troll doesn't just go report it too.

You could always up it to the googlecode site itself.
 
fledge68
Just add the files to their proper place in the WII branch of the source code, so the latest files will be easily available to everyone.
 
I just checked the link and it still works for me but that must be because i'm the one that posted it. could it be flagged because of the images?

@Yardape8000 - i will take you up on that. :) thanks
 
Thank you for the source menu icons, they're awesome. Just an fyi, I noticed when I clicked on the nes and n64 icons they reset the wii. I looked at the ini closer and realized that the magic numbers were missing.
 
Thank you for the source menu icons, they're awesome. Just an fyi, I noticed when I clicked on the nes and n64 icons they reset the wii. I looked at the ini closer and realized that the magic numbers were missing.
sorry - just edit that yourself - get the magic numbers from their plugin inits
 
Thank you for the source menu icons, they're awesome. Just an fyi, I noticed when I clicked on the nes and n64 icons they reset the wii. I looked at the ini closer and realized that the magic numbers were missing.
sorry - just edit that yourself - get the magic numbers from their plugin inits
I did, thanks. Just wanted to let you know incase you ever had to update the ini further down the road. I love the pics so much more than the "old" bubbles. Thanks for all the hard work. I have three kids, a wife, and a job too so I know how time can be very hard to find these days.

btw - My wiiware games are code dumping on r422. Anything anyone can think of that I am doing wrong?
 
@fledge68 - Great work on this Icon setup man!! I had a bunch of icon's from my forwarders already made, gonna do some more adjusting when i get home from the weekend! Thanks man, looking great! My only question is... Will support come for a 3rd page? I could use a few more icons! :P

IMAG0160.jpg


IMAG0161.jpg
 
  • Like
Reactions: 3 people
Mastershoes: Love all your pics! Do all of those plugins work/load the games? To split my game boy roms should I just separate gb/gbc/gba each into a folder within vbagx/roms and then make three inis with the same info except for the rom path in each?
 
Mastershoes: Love all your pics! Do all of those plugins work/load the games? To split my game boy roms should I just separate gb/gbc/gba each into a folder within vbagx/roms and then make three inis with the same info except for the rom path in each?

Thanks man! Yes they are all functional, except for atari 2600 & atari 7800, which are just mockups (they're both setup, so if they happen to get released, all I have to do is swap out the .dol's..- roms and covers are already setup and cached.) Once I get these where I'm happy with them, I'll post a link if anyone's interested. And yes, if you want to split up your gb/gbc/gba, you need a seperate .dol and .ini for each. here's how my .ini's look.

[PLUGIN]
magic=56424158
coverColor=666666
fileTypes=.gb
romDir=wiiflowroms/GB
dolFile=GB.dol
bannerSound=GB.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GB

[PLUGIN]
magic=56424168
coverColor=666666
fileTypes=.gbc|.cgb|.sgb|
romDir=wiiflowroms/GBC
dolFile=GBC.dol
bannerSound=GBC.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GBC

[PLUGIN]
magic=56424178
coverColor=666666
fileTypes=.gba
romDir=wiiflowroms/GBA
dolFile=GBA.dol
bannerSound=gba.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GBA
 
I'll have to try that after work tomorrow. I toyed around with that idea a bit a few weeks ago with no success. I'll try your method out.
 
Mastershoes: Love all your pics! Do all of those plugins work/load the games? To split my game boy roms should I just separate gb/gbc/gba each into a folder within vbagx/roms and then make three inis with the same info except for the rom path in each?

Thanks man! Yes they are all functional, except for atari 2600 & atari 7800, which are just mockups (they're both setup, so if they happen to get released, all I have to do is swap out the .dol's..- roms and covers are already setup and cached.) Once I get these where I'm happy with them, I'll post a link if anyone's interested. And yes, if you want to split up your gb/gbc/gba, you need a seperate .dol and .ini for each. here's how my .ini's look.

[PLUGIN]
magic=56424158
coverColor=666666
fileTypes=.gb
romDir=wiiflowroms/GB
dolFile=GB.dol
bannerSound=GB.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GB

[PLUGIN]
magic=56424168
coverColor=666666
fileTypes=.gbc|.cgb|.sgb|
romDir=wiiflowroms/GBC
dolFile=GBC.dol
bannerSound=GBC.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GBC

[PLUGIN]
magic=56424178
coverColor=666666
fileTypes=.gba
romDir=wiiflowroms/GBA
dolFile=GBA.dol
bannerSound=gba.ogg
ReturnLoader=
coverFolder=vbagx
displayname=GBA
Do you really need a separate dol for each? I had figured you'd just need different ini files that point to the right rom folder and same dol?
 
FIX94,can you PLEASE include an option to force interlaced mode for PAL VC games on emu nand?
As you already may know,there are a lot of PAL VC games that display a black screen through component cables.Can you please consider it?
 

Site & Scene News

Popular threads in this forum