Homebrew Wiiware, VC and Homebrew Forwarder ISO's

Hyrul3

New Member
Newbie
Joined
Jan 8, 2010
Messages
2
Trophies
0
XP
34
Country
United States
If you mean wiiware games you've used the wii menu to copy to sd card. I don't really see the point. I thought when you played those they copied/installed to the wii before they ran. Why not just install them on an emulated nand on the sd card?
 

tankki

New Member
Newbie
Joined
Jan 10, 2010
Messages
3
Trophies
0
XP
2
Country
Finland
QUOTE said:
If you mean wiiware games you've used the wii menu to copy to sd card.

That's exactly what I mean. I don't use triiforce 'cause at the moment I only play those monkey island games and I haven't got them to work on triiforce.
 

Riicky

Well-Known Member
Member
Joined
May 15, 2009
Messages
607
Trophies
0
Age
38
Location
Reading,Pennsylvania
XP
134
Country
United States
> "make"
video.cpp
c:/Forwarder/source/video.cpp: In function 'void Menu_DrawImg(f32, f32, f32, u16, u16, u8*, f32, f32, f32, u8)':
c:/Forwarder/source/video.cpp:211: error: expected primary-expression before ')' token
c:/Forwarder/source/video.cpp:211: warning: left-hand operand of comma has no effect
c:/Forwarder/source/video.cpp:211: warning: right-hand operand of comma has no effect
c:/Forwarder/source/video.cpp:211: error: expected ';' before '}' token
c:/Forwarder/source/video.cpp:211: warning: right-hand operand of comma has no effect
make[1]: *** [video.o] Error 1
"make": *** [build] Error 2

keep getting this everytime I try to make

it seems to be pointed at this line of code:

Vector axis = (Vector); {0 , 0, 1 };
 

pepxl

GFX W!Z4RD
Member
Joined
Jun 19, 2009
Messages
3,263
Trophies
1
XP
328
Country
Riicky said:
> "make"
video.cpp
c:/Forwarder/source/video.cpp: In function 'void Menu_DrawImg(f32, f32, f32, u16, u16, u8*, f32, f32, f32, u8)':
c:/Forwarder/source/video.cpp:211: error: expected primary-expression before ')' token
c:/Forwarder/source/video.cpp:211: warning: left-hand operand of comma has no effect
c:/Forwarder/source/video.cpp:211: warning: right-hand operand of comma has no effect
c:/Forwarder/source/video.cpp:211: error: expected ';' before '}' token
c:/Forwarder/source/video.cpp:211: warning: right-hand operand of comma has no effect
make[1]: *** [video.o] Error 1
"make": *** [build] Error 2

keep getting this everytime I try to make

it seems to be pointed at this line of code:

Vector axis = (Vector); {0 , 0, 1 };

what version of devkit are you using/
what have you done exactly?

e.g

installed devkit
coppied the libogc folder into the devkit folder to ovewrite the previos libogc folder

have you tried

guVector axis = (guVector) {0 , 0, 1 }; - for devkit R17 & the latest R17 libogc from the GX googlecode
 

pepxl

GFX W!Z4RD
Member
Joined
Jun 19, 2009
Messages
3,263
Trophies
1
XP
328
Country
yep it works

> "make"
main.cpp
video.cpp
cfg.c
dolloader.c
elfloader.c
fatmounter.c
background.png
bin2s -a 32 /c/Projects/Forwarder/source/images/background.png | powerpc-gekko-as -o background.png.o
echo "extern const u8" `(echo background.png | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo background.png | tr . _)`.h
echo "extern const u8" `(echo background.png | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo background.png | tr . _)`.h
echo "extern const u32" `(echo background.png | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo background.png | tr . _)`.h
linking ... boot.elf
output ... boot.dol

> Process Exit Code: 0
> Time Taken: 00:07
 

spayrosam

Well-Known Member
OP
Member
Joined
Jun 2, 2009
Messages
756
Trophies
0
Location
Gafsa
Website
Visit site
XP
309
Country
Soon,
new 3ISO'S version (V2)

changelog:

-partition builder is not needed
-You can use archived wads (wad, Rar and Zip)
-Real name if you open the ISO with wiiscrubber
-...

see you soon..
 

Tars

New Member
Newbie
Joined
Feb 22, 2007
Messages
2
Trophies
0
XP
92
Country
United States
The forwarder ISOs works for me only if i put the dols (Forwarders\Wiiware folder)on SD card (The NANDs are on the USB tho) but when the dols are on USB:\Forwarders\Wiiware, I get a black screen. Any fixes for that or is that how it really should be done?
 

Gassy

Well-Known Member
Newcomer
Joined
Jul 24, 2009
Messages
86
Trophies
0
XP
247
Country
United States
Tars said:
The forwarder ISOs works for me only if i put the dols (Forwarders\Wiiware folder)on SD card (The NANDs are on the USB tho) but when the dols are on USB:\Forwarders\Wiiware, I get a black screen. Any fixes for that or is that how it really should be done?

Confirmed - They only work from the SD card. Good work, though, kallstar, on both the images and the forwarders. Saved me a ton of time. Any chance you can take a shot at VC next? :-)
 

spayrosam

Well-Known Member
OP
Member
Joined
Jun 2, 2009
Messages
756
Trophies
0
Location
Gafsa
Website
Visit site
XP
309
Country
If you use "3ISO'S" to create wiiware / VC ISO's

method 1 "wii with SD card"
*SD card
*The NANDs are on the USB
Put the dols on "SD:\triiforwarders\????.dol"



method 2 "wii without SD card"

*USB
*The NANDs are on the USB
Put the dols on "USB:\triiforwarders\????.dol"
 

kallstar

Well-Known Member
Newcomer
Joined
Dec 22, 2008
Messages
80
Trophies
0
XP
69
Country
United States
Moved over post from triiforce mrc. This topic seems more appropriate <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

Hi guys,

The old forwarders are now history. I created a new complete NTSC-U Forwarder set that should now work in USB Loader GX as well. These forwarders are 2stage forwarders. The iso will load a dol file in usb/Forwarder/Wiiware/xxxx.dol which will then load the wiiware title. These are the more advanced forwarders that should hopefully be future proof incase major changes are made to triiforce. Because instead of having to recreate all the iso's AGAIN, a simple batch file could be used to create new dols for the forwarder/wiiware folder. Both the dol and forwarder iso needs to be present on the hdd for these new forwarder iso's to function. Bellow is a pack with the folder structure you should see on the root of your hdd.

Individual forwarder iso's will take a while for me to get up because it will require a lot of moving around. The old forwarders can still be found in my mediafire shares and i will leave the mirrors up but its advisable that everyone switch over to the new ones. Also the old ones seem to be broken with cios38rev17 but these new ones work great <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

I'm also pretty sure that the combination of cios38rev17 slightly increases wiiware compatibility. I was able to start Adventure Island The Beginning without it freezing but i'm not sure if it was due to the updated cios.

These new forwarders also seemed to compress better. <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

The TitleIDs now also have WW- added in it so even if you choose not to paste the wiiware names to the end of your titles.txt file it should still show up at the bottom of your games list with ww- infront. In addition to this the folders are also named in a manner which give configurable USB Loader the full name since there is a character limit for iso names.

<a href="http://www.mediafire.com/?sharekey=92b67bd81cba4b9b7432d3c9683f450a897456ed51b8c8496abe4c29fc26b000" target="_blank">My Main Mediafire Share folder</a>
Proper NTSC-U WiiWare Only Triiforce Forwarder ISO's 2parts - 182mb total
<a href="http://www.mediafire.com/file/hinqi5if1qy/(Proper%20NTSC-U%20WiiWare%20Only%20Triiforce%20Forwarder%20ISOs%2001.18.2010.part1.rar" target="_blank">(Proper NTSC-U WiiWare Only Triiforce Forwarder ISOs 01.18.2010.part1.rar</a>
<a href="http://www.mediafire.com/file/hqtngwuqnt4/(Proper%20NTSC-U%20WiiWare%20Only%20Triiforce%20Forwarder%20ISOs%2001.18.2010.part2.rar" target="_blank">(Proper NTSC-U WiiWare Only Triiforce Forwarder ISOs 01.18.2010.part2.rar</a>
Mirrors
Proper NTSC-U WiiWare Triifore Forwarder Mirrors
(Proper NTSC-U WiiWare Only Triiforce Forwarder ISOs 01.18.2010.part1.rar (100 MB)
<a href="http://www.megaupload.com/?d=MORXNXRC" target="_blank">http://www.megaupload.com/?d=MORXNXRC</a>
<a href="http://www.zshare.net/download/7137178836d4d267/" target="_blank">http://www.zshare.net/download/7137178836d4d267/</a>
<a href="http://rapidshare.com/files/337327532/_Proper_NTSC-U_WiiWare_Only_Triiforce_Forwarder_ISOs_01.18.2010.part1.rar.html" target="_blank">http://rapidshare.com/files/337327532/_Pro....part1.rar.html</a>
<a href="http://www.badongo.com/file/19846616" target="_blank">http://www.badongo.com/file/19846616</a>
<a href="http://depositfiles.com/files/fx1jb455o" target="_blank">http://depositfiles.com/files/fx1jb455o</a>

(Proper NTSC-U WiiWare Only Triiforce Forwarder ISOs 01.18.2010.part2.rar (82 MB)
<a href="http://www.megaupload.com/?d=R71QKPQC" target="_blank">http://www.megaupload.com/?d=R71QKPQC</a>
<a href="http://www.zshare.net/download/71373196a1fe5fb7/" target="_blank">http://www.zshare.net/download/71373196a1fe5fb7/</a>
<a href="http://rapidshare.com/files/337341946/_Proper_NTSC-U_WiiWare_Only_Triiforce_Forwarder_ISOs_01.18.2010.part2.rar.html" target="_blank">http://rapidshare.com/files/337341946/_Pro....part2.rar.html</a>
<a href="http://www.badongo.com/file/19847246" target="_blank">http://www.badongo.com/file/19847246</a>
<a href="http://depositfiles.com/files/siokli8sn" target="_blank">http://depositfiles.com/files/siokli8sn</a>

Enjoy,

Kallstar

<a href="http://www.mediafire.com/file/jyazngjnmnm/(2d%20Complete%20NTSC-U%20Wiiware%20Icon%20Pack%202010.01.18.rar" target="_blank">(2d Complete NTSC-U Wiiware Icon Pack 2010.01.18.rar</a>
<a href="http://www.mediafire.com/file/nwu14g01wnz/(3d%20Complete%20NTSC-U%20Wiiware%20Icon%20Pack%202010.01.18.rar" target="_blank">(3d Complete NTSC-U Wiiware Icon Pack 2010.01.18.rar</a>
<a href="http://www.mediafire.com/file/kdmybk0wzra/(2d%20Full-Quick%20Conversion%20Pack%20512x340%20NTSC-U%20Wiiware%20Icon%20Pack%202010.01.18.rar" target="_blank">(2d Full-Quick Conversion Pack 512x340 NTSC-U Wiiware Icon Pack 2010.01.18.rar</a>
(Please note the new "Full-Quick" conversion pack is 512x340 instead of 1024x680. Theres two reasons for this, 1) it loads MUCH much faster than the larger covers and 2) its simply my small icons stretched out behind a template so there will be no quality gain going to the larger size. The white boarder around the question mark was also slightly increased so that it displays better in Configurable USB Loader <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

Cover Mirrors
(2d Complete NTSC-U Wiiware Icon Pack 2010.01.18.rar
<a href="http://www.megaupload.com/?d=1YU1HHG5" target="_blank">http://www.megaupload.com/?d=1YU1HHG5</a>
<a href="http://www.zshare.net/download/71374319472d8f7c/" target="_blank">http://www.zshare.net/download/71374319472d8f7c/</a>
<a href="http://rapidshare.com/files/337353635/_2d_Complete_NTSC-U_Wiiware_Icon_Pack_2010.01.18.rar.html" target="_blank">http://rapidshare.com/files/337353635/_2d_....01.18.rar.html</a>
<a href="http://depositfiles.com/files/gs8wslh37" target="_blank">http://depositfiles.com/files/gs8wslh37</a>

(3d Complete NTSC-U Wiiware Icon Pack 2010.01.18.rar
<a href="http://www.megaupload.com/?d=EDR92VQ0" target="_blank">http://www.megaupload.com/?d=EDR92VQ0</a>
<a href="http://www.zshare.net/download/7137452136fb53ce/" target="_blank">http://www.zshare.net/download/7137452136fb53ce/</a>
<a href="http://rapidshare.com/files/337356015/_3d_Complete_NTSC-U_Wiiware_Icon_Pack_2010.01.18.rar.html" target="_blank">http://rapidshare.com/files/337356015/_3d_....01.18.rar.html</a>
<a href="http://depositfiles.com/files/42s6484pc" target="_blank">http://depositfiles.com/files/42s6484pc</a>

(2d Full-Quick Conversion Pack 512x340 NTSC-U Wiiware Icon Pack 2010.01.18.rar (28 MB)
<a href="http://www.megaupload.com/?d=1TDQCLSZ" target="_blank">http://www.megaupload.com/?d=1TDQCLSZ</a>
<a href="http://www.zshare.net/download/71373790db55a8f6/" target="_blank">http://www.zshare.net/download/71373790db55a8f6/</a>
<a href="http://rapidshare.com/files/337347428/_2d_Full-Quick_Conversion_Pack_512x340_NTSC-U_Wiiware_Icon_Pack_2010.01.18.rar.html" target="_blank">http://rapidshare.com/files/337347428/_2d_....01.18.rar.html</a>
<a href="http://depositfiles.com/files/6a31lnopi" target="_blank">http://depositfiles.com/files/6a31lnopi</a>

<img src="http://img.photobucket.com/albums/v631/kallstar/WPBE00.png" border="0" class="linked-image" /><img src="http://img.photobucket.com/albums/v631/kallstar/WHRE00.png" border="0" class="linked-image" /><img src="http://img.photobucket.com/albums/v631/kallstar/WGSE00.png" border="0" class="linked-image" /><img src="http://img.photobucket.com/albums/v631/kallstar/WFAE00.png" border="0" class="linked-image" /><img src="http://img.photobucket.com/albums/v631/kallstar/WC6E00.png" border="0" class="linked-image" /><img src="http://img.photobucket.com/albums/v631/kallstar/W48E00.png" border="0" class="linked-image" />

Here is an example of the "Full-Quick" conversion pack. They will all look like this with no proper back/binder.
<img src="http://img.photobucket.com/albums/v631/kallstar/WC6E00-1.png" border="0" class="linked-image" />

Updated NTSC-U WiiWare List to paste to bottom of titles.txt file (now optional with current setup)
WCUE00 = WW-3-2-1 Rattle Battle!
W54E00 = WW-5 Spots Party
WTME00 = WW-Adventure Island The Beginning
WEME00 = WW-Aha! I Got It! Escape Game
WE9E00 = WW-Alien Crush Returns
WANE00 = WW-Ant Nation
WBKE00 = WW-Arkanoid Plus!
WPRE00 = WW-Art Style Cubello
WDHE00 = WW-Art Style Rotohex
WOBE00 = WW-Art Style ORBIENT
WBGP00 = WW-Bang Attack
W8XE00 = WW-Battle Poker
WKHE00 = WW-Big Kahuna Party
WOYE00 = WW-Bit Boy
WTRE00 = WW-Bit. Trip Beat
W8CE00 = WW-Bit. Trip Core
WVBE00 = WW-Bit. Trip Void
WB5E00 = WW-Block Breaker Deluxe
WBIE00 = WW-Boingz
WM8E00 = WW-Bomberman Blast
WBNE00 = WW-Bonsai Barber
W2CE00 = WW-Brain Challenge
WPZE00 = WW-Bruiser and Scratch
WBLE00 = WW-Bubble Bobble Plus
WPUE00 = WW-Bust-A-Move Plus
WCRE00 = WW-Carnival King
WD9E00 = WW-Castlevania The Adventure ReBirth
W9LE00 = WW-Christmas Clix
WCOE00 = WW-Cocoto Fishing Master
WCJE00 = WW-Cocoto Platform Jumper
WCZE00 = WW-ColorZ
WKTE00 = WW-Contra ReBirth
WCPE00 = WW-Copter Crisis
WBWE00 = WW-Critters Round Up
WCIE00 = WW-Crystal Defenders R1
WC2E00 = WW-Crystal Defenders R2
WCSE00 = WW-Cue Sports Pool Revolution
WDFE00 = WW-Defend Your Castle
WDXE00 = WW-Diatomic
WPCE00 = WW-Doc Louis's Punch-Out!!
WDME00 = WW-Dr.Mario Online Rx
WDSE00 = WW-Dragon Master Spell Caster
WDOE00 = WW-DRiiFT Mania
W2TE00 = WW-Drill Sergeant Mindstrong
WSME00 = WW-Eat! Fat! Fight!
W6BE00 = WW-Eco Shooter Plant 530
WEDE00 = WW-Eduardo the Samurai Toaster
WEQE00 = WW-Equilibrio
W9IE00 = WW-Evasive Space
WWRE00 = WW-Excitebike World Rally
WF5E00 = WW-Family Card Games
WOSE00 = WW-Family Slot Car Racing
WTNE00 = WW-Family Tennis
WFME00 = WW-Family Friends Party
WOGE00 = WW-Family Mini Golf
WO6E00 = WW-Family Pirate Party
WOAE00 = WW-Family Glide Hockey
WPPE00 = WW-Family Table Tennis
WF2E00 = WW-Final Fantasy Crystal Chronicles My Life as a Dark Lord
WF4E00 = WW-Final Fantasy IV The After Years
WFCE00 = WW-Final Fantasy Crystal Chronicles My Life as a King
WFTE00 = WW-Fishem All
WFWE00 = WW-Flowerworks
WFGE00 = WW-Frogger Returns
WFFE00 = WW-Fun Fun MiniGolf
WHUE00 = WW-Ghost Mansion Party
WGDE00 = WW-Gradius Rebirth
WBOE00 = WW-Gravitronix
WGVE00 = WW-Groovin Blocks
WGYE00 = WW-Gyrostarr
WBJE00 = WW-Harvest Moon - My Little Shop
W9RE00 = WW-Happy Holidays Christmas
W8WP00 = WW-Happy Holidays - Halloween
WLGE00 = WW-HB Arcade Cards
WHXE00 = WW-Helix
WHEE00 = WW-Heracles Chariot Racing
WHVE00 = WW-High Voltage Hot Rod Show
WHOE00 = WW-Hockey Allstar Shootout
WH3E00 = WW-Home Sweet Home
WIGE00 = WW-Incoming
WJSE00 = WW-Jungle Speed
WLEE00 = WW-Learning With The PooYoos Episode 1
W2KE00 = WW-Lets CATCH
WLTE00 = WW-LIT
WLLE00 = WW-Little Tournament Over Yonder
WLPE00 = WW-Lonpos
WLWE00 = WW-LostWinds
WLOE00 = WW-LostWinds Winter of the Melodias
WMBE00 = WW-Maboshi The Three Shape Arcade
WMDE00 = WW-Madstone
WA2E00 = WW-Magnetica Twist
WMAE00 = WW-Magnetis
WMLE00 = WW-Major League Eating The Game
WM3P00 = WW-Manic Monkey Mayhem
WMGE00 = WW-Mart Racer
WR9E00 = WW-Mega Man 9
WB8E00 = WW-Midnight Bowling
WB7E00 = WW-Midnight Pool
WMOE00 = WW-Moki Moki
WDRE00 = WW-Mr. Driller
WMMJ00 = WW-Muscle March
WERE00 = WW-My Aquarium
WE6E00 = WW-My Dolphin
WBME00 = WW-My Pokemon Ranch
WZHE00 = WW-My Zoo
WNVE00 = WW-NEVES Plus
WNKE00 = WW-Niki Rock N Ball
WICE00 = WW-NyxQuest Kindred Spirits
WSAE00 = WW-Onslaught
WOTE00 = WW-Overturn
WPYE00 = WW-Pallurikio
WKKE00 = WW-Party Fun Pirate
WNEE00 = WW-Penguins and Friends Hey Thats My Fish
WETE00 = WW-PictureBook Games Pop-Up Pursuit
WKDE00 = WW-Pirates The Key of Dreams
WPIE00 = WW-Pit Crew Panic
WBPE00 = WW-Plaettchen Twist N Paint
WPLE00 = WW-Planet Pachinko
WPSE00 = WW-Pokemon Rumble
WBEE00 = WW-Pong Toss
WBSE00 = WW-Pop
WSGE00 = WW-PopEm Drop Em SaveGame
WP2E00 = WW-Potpourii
WPQE00 = WW-Protothea
WR2E00 = WW-Rabbids Lab
WRIE00 = WW-Rainbow Islands Towering Adventure
WFIE00 = WW-Reel Fishing Challenge
WVOE00 = WW-Rock N Roll Climber
WZIE00 = WW-Rubik's Rush
WFBE00 = WW-Sandy Beach
WHPE00 = WW-Sexy Poker
WSUE00 = WW-Shootanto Evolutionary Mayhem
WS3E00 = WW-Silver Star Chess
WS6E00 = WW-Silver Star Reversi
WBBE00 = WW-Snowboard Riot
WIVE00 = WW-Space Invaders - Get Even
W4TE00 = WW-Spaceball Revolution
WBVE00 = WW-SPORGS Racing
WBQE00 = WW-Star Soldier R
W44E00 = WW-Stop Stress - A Day of Fury
WBXE00 = WW-Strong Bad Episode 1
WBYE00 = WW-Strong Bad Episode 2
WBZE00 = WW-Strong Bad Episode 3
WB2E00 = WW-Strong Bad Episode 4
WB3E00 = WW-Strong Bad Episode 5 - 8Bit is Enough
WSXE00 = WW-Stunt Cars
WS9E00 = WW-Sudoku Challenge
WSWE00 = WW-Swords and Soldiers
WISE00 = WW-Tales of Monkey Island Chapter 1
WIEE00 = WW-Tales of Monkey Island Chapter 2
WIYE00 = WW-Tales of Monkey Island Chapter 3
WILE00 = WW-Tales of Monkey Island Chapter 4
WT2E00 = WW-Target Toss Pro Bags
WTPE00 = WW-Tetris Party
WPKE00 = WW-Texas Hold'Em Poker
WTXE00 = WW-Texas Hold Em Tournament
WINE00 = WW-The Incredible Maze
WSLE00 = WW-The Magic Obelisk
W3ME00 = WW-The Three Musketeers
WTIE00 = WW-Tiki Towers
WTTE00 = WW-Toki Tori
WB6E00 = WW-TV Show King
WTKE00 = WW-TV Show King 2
WUNP00 = WW-Uno
WVCE00 = WW-VIP Casino Black Jack
WVKE00 = WW-Water Warfare
WB4E00 = WW-Wild West Guns
WRDE00 = WW-Word Searcher
WGOE00 = WW-World of Goo
WKBE00 = WW-You, Me, and the Cubes
WYME00 = WW-Yummy Yummy Cooking Jam
WC6E00 = WW-Chronos Twins DX
WFAE00 = WW-Fast Draw Showdown
WHRE00 = WW-Heron Steam Machine
WGSE00 = WW-Phoenix Wright Ace Attourney
WPBE00 = WW-Pub Darts
W48E00 = WW-Shadow Play

For those having problems with these forwarders heres a list of things to try.
1) If you have an SD card in your wii while starting these forwarder channels make sure to have a copy of the Forwarders/Wiiware dols on your sd card.
2) Try to use the most recent revision of whatever loader you're on.
3) If it STILL doesnt work, try installing hermes cios 222 rev4 and starting the forwarder iso's with the "ios=222-mload" setting inside your loader.
 

datahoarder

Organized.
Member
Joined
Jul 7, 2007
Messages
567
Trophies
1
XP
750
Country
United States
Thanks so much kallstar, but with cfg-usbloader I seem to be having issues:

ISFS_Open /title/00010001/57435545/content/title.tmd failed - 1
Reading TMD failed
.dol loading failed

The cover shows up fine, the music even plays for 3-2-1 Rattle Battle! (NTSC-U).
cIOS 249rev17 / 4.2u(whichever is the latest) system menu / cfg_usbloader v51, ideas?
 

datahoarder

Organized.
Member
Joined
Jul 7, 2007
Messages
567
Trophies
1
XP
750
Country
United States
usb:/Forwarder/Wiiware/xxxx.dol or usb:/usb/Forwarder/Wiiware/xxxx.dol?
I'll try the latter now, but I'm assuming it's not going to work either. /:

I know for sure cIOS is installed, the game is installed to the nand using ShowMiiWads.
I'll double check the .dol files as well, but I extracted the complete set, so, here I go..

EDIT: So, I think I found my issue, my folder was named Forwarders and not Forwarder.
However, I get a black screen with 3-2-1 Rattle Battle! - I'll search for a compatibility chart or try another game.

WUNP00 - UNO is PAL
WMMJ00 - Muscle March is JAP
WM3P00 - Manic Monkey Mayhem is PAL
W8WP00 - Happy Holidays Halloween is PAL
WBGP00 - Bang Attack is PAL
WERE00 - waddir MyAquariumUR 08072 supposed to be WW-My Aquarium
WGSE00 - DlcGSAppMaster 0912031428 supposed to be WW-Phoenix Wright Ace Attourney
Strong Bad Episode 2 NTSC-U WBYE00.iso = WBYE00.iso (duplicates?)

2D&3D cover "WEQE00.png" has a duplicate, "WEQE.png"? - They're different images though, I guess we just pick?
Also is there a reason some of the covers have the PNG extension CAPS? Just curious, not nitpicking xD

EDIT: I just seem to be getting a black screen and the wiimote looses sync. Ideas?
 

chevygirl

Well-Known Member
Newcomer
Joined
Aug 4, 2009
Messages
64
Trophies
0
XP
105
Country
United States
So if I have the vc wad on my sd and the vc iso for that game on my hdd I can load and play the vc game from any usb loader? My whole hdd is formated to wbfs.
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,832
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,826
Country
Cyprus
kornychaos said:
usb:/Forwarder/Wiiware/xxxx.dol or usb:/usb/Forwarder/Wiiware/xxxx.dol?
I'll try the latter now, but I'm assuming it's not going to work either. /:

I know for sure cIOS is installed, the game is installed to the nand using ShowMiiWads.
I'll double check the .dol files as well, but I extracted the complete set, so, here I go..

EDIT: So, I think I found my issue, my folder was named Forwarders and not Forwarder.
However, I get a black screen with 3-2-1 Rattle Battle! - I'll search for a compatibility chart or try another game.

WUNP00 - UNO is PAL
WMMJ00 - Muscle March is JAP
WM3P00 - Manic Monkey Mayhem is PAL
W8WP00 - Happy Holidays Halloween is PAL
WBGP00 - Bang Attack is PAL
WERE00 - waddir MyAquariumUR 08072 supposed to be WW-My Aquarium
WGSE00 - DlcGSAppMaster 0912031428 supposed to be WW-Phoenix Wright Ace Attourney
Strong Bad Episode 2 NTSC-U WBYE00.iso = WBYE00.iso (duplicates?)

2D&3D cover "WEQE00.png" has a duplicate, "WEQE.png"? - They're different images though, I guess we just pick?
Also is there a reason some of the covers have the PNG extension CAPS? Just curious, not nitpicking xD

EDIT: I just seem to be getting a black screen and the wiimote looses sync. Ideas?

first make sure u can play the game via triiforce before trying to use the forwarder to access it
 

Popopinsel

Well-Known Member
Newcomer
Joined
Dec 30, 2008
Messages
53
Trophies
0
XP
214
Country
Gambia, The
Hi all,

first off I'd like to thank you for this tutorial and the precompiled forwarders!

Unfortunately I'm having problems to get them working. Basically I get the same error message as kornychaos did but in my case I want to start a VC game.

My configuration is the following:

USB partition 1 (fat):
- NAND dump on root
- used wad2nand to merge VC games with the dump
- apps\usbloader_cfg\boot.dol
- apps\triiforce\boot.dol
- ...

USB partition 2 (ntfs):
- just iso/rar files

USB partition 3 (wbfs):
- games

Wii is on 4.2E, cIOS38 rev17 as IOS 249, cIOS38 rev14 as IOS 199, USBLoader CFG rev51, Triiforce rev74 (using IOS 199).

Now when I start the forwarder/iso via USBLoader CFG it gives me the same error message as kornychaos had. I guess it's just because I've put triiforwarders' boot.dol in the wrong location, or is it something else?

I hope you're willing to help me... =)
 

Popopinsel

Well-Known Member
Newcomer
Joined
Dec 30, 2008
Messages
53
Trophies
0
XP
214
Country
Gambia, The
Never mind, I figured it out by myself. I installed Windows XP in a virtual machine so I could use spayrosams' 3ISO tool (fcut.exe won't work under Windows 7 x64). I then made the ISO forwarders by myself which work flawlessly now.

But I still have remaining questions: If I want to update the used version of triiforce, how do I do it? And is there already a version of it which doesn't freeze the Wii after exiting VC games?

Thanks!
 

datahoarder

Organized.
Member
Joined
Jul 7, 2007
Messages
567
Trophies
1
XP
750
Country
United States
I can't get Triiforce MRC/triiforce to even work, so I'll work on that first I suppose!
I'm wondering if it's my hard drive, I'll try from a non-sdhc card and a smaller USB stick.
 

Popopinsel

Well-Known Member
Newcomer
Joined
Dec 30, 2008
Messages
53
Trophies
0
XP
214
Country
Gambia, The
kornychaos said:
I can't get Triiforce MRC/triiforce to even work, so I'll work on that first I suppose!
I'm wondering if it's my hard drive, I'll try from a non-sdhc card and a smaller USB stick.

Do you have the nand dump (root) and triiforce (apps\triiforce) on the usb-drive (fat partition)? Use fstoolbox 0.4 for creating nand dumps!
Which version of cIOS38 is installed?
If it's rev17, try installing rev14 as IOS 199 combined with triiforce rev74 IOS199-Edition (can be found in the triiforce thread).

That worked for me when I first tried launching VC games straight out of triiforce. If that's working, your drive, your nand dump and your extracted wads are alright and you can go on creating the forwarder iso using spayrosams 3ISOs tool (again, great work!
bow.gif
). Remember it won't work under Windows x64, in that case get a VM running for using this tool. If you have any questions regarding 3ISOs, ask.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: This parrot is no more it has ceased to be!