Tutorial  Updated

Wii on Wii U Virtual Console: Injecting Games

Requirements:
WiiScrubber v1.40;
nfs2iso2nfs v0.5.4; it may require the Wii common Key. You can use wiiscrubber's key.bin renamed to wii_common_key.bin.
A clean rip of your Wii game;
The extracted contents of a Wii VC title for the Wii U (except the .nfs files);
-the 2 below require java to be installed-
jnustool (requires Wii U common key so you'll have to search online - hint: it begins with D7B0. Open the "config" file in notepad and paste the key inside, replacing [COMMONKEY]);
NUSpacker (must be @ihaveamac's version, requires Wii U common key as well)

Current limitations:
It's possible to use the gamepad to emulate ONLY the Classic Controller.
Wii Remote emulation is possible but there's no gyroscope or infrared commands (at least for now).
(Input emulation patches by @FIX94)

The game must be already compatible with the Classic Controller but that isn't a guarantee that it's going to work.
Here's a compatibility list: http://wiki.gbatemp.net/wiki/WiiU_VC_Wii_inject_compatibility_list

Integrity checks are still in place so only clean disc rips work.
The game iso must be pristine: untrimmed, unscrubbed and the partitions signed.
No homebrew, no mods, no wimmfi patched games until sigpatches are implemented.

Patched isos work now! Original idea by @Tock46!

Homebrew works now, even a special version of Nintendont by @FIX94

Trimmed isos still don't work, at least not isos trimmed by WiiScrubber.



HOW TO DO IT


0. Downloading a Wii VC Title
This may be illegal and I'm just telling you so you don't ever do it by mistake OK?
You can use the command line to download games' contents directly if you know the title id and title key.
I heard you can get them on a certain titlekeys site...

Once you have that, this is the command
Code:
java -jar JNUSTool.jar TITLEID TITLEKEY

NmNYbOu.png


Note: You should get a game that contains the latest revision of fw.img (r590), that's the only version supported by @FIX94's patches.
Here's some info you can use to verify that you have a good file:
Size: 1785497 bytes.
CRC32: E2F27E9B
MD5: 3CAF52A9A440EEE4F125A3AD22E305C8
SHA: A5A75EBF3164874830A1D5992495DE510AB3F74E

Now here's a list of some titles that contain the preferred fw.img (verified mostly by @fejich and @markehmus)
DONKEY KONG JUNGLE BEAT [VBXE01]
Kirby's Epic Yarn [VARE01]
Lost in Shadow [VA8E01]
Mario Strikers Charged [VBFE01]
Mario Super Sluggers [VBHE01]
Pandora's Tower [VAPE01]
PIKMIN 2 [VBTE01]
PIKMIN [VBUE01]
Resident Evil 4 Wii Edition [VBDE01]
Resident Evil The Umbrella Chronicles [VBWE01]
Rhythm Heaven Fever [VAKE01]
Sin and Punishment Star Successor [VALE01]
Super Mario Galaxy [VBKJ01]
Super Paper Mario [VBBE01]
The Legend of Zelda Skyward Sword [VANE01]
Trauma Team [VA6E01]
Wario Land Shake It [VBGE01]
WARIO WARE SMOOTH MOVES [VBVE01]





-----------------------------------------------

1. WiiScrubber
First setup WiiScrubber. Remember it needs the Wii common keys so run MakeKeyBin.exe first and do as it says.
Run it and open you iso. Right-click the UPDATE partition and select "Delete partition". Confirm.
uE02Phr.png


Now click on the + box to expand the DATA partition, then expand partition.bin.
Right click tmd.bin, select "Extract" and save it.
Do the same with ticket.bin.
jJPl3Wy.png


Rename the extracted ticket.bin to rvlt.tik
Rename the extracted tmd.bin to rvlt.tmd

Copy/move both files to the "code" folder of the Wii VC title.

Your iso is now ready and you can close WiiScrubber.


2. nfs2iso2nfs
Move your iso to the "content" folder of the Wii VC. Rename the file to "game.iso".
The content folder should contain only game.iso and the "assets" folder. Delete any nfs files that are still present.

Copy nfs2iso2nfs.exe to the content folder and run it. If everything is in place, it will begin the conversion process.
It should take around 15 minutes. Its console window will close when it's finished.
Once it ends you can delete your iso file and nfs2iso2nfs.exe (and wii_common_key.bin if it exists).
The content folder should contain only the nfs files and the "assets" folder.

Optional: You can enable Classic Controller emulation for playing using only the gamepad.
Open meta.xml (it's in the meta folder) in notepad.
Look for the line
Code:
<drc_use type="unsignedInt" length="4">1</drc_use>

replace it with
Code:
<drc_use type="unsignedInt" length="4">65537</drc_use>
and save the file.
Note that this will only work if the game supports the Classic Controller.
If it doesn't either it won't boot or you won't be able to do anything and only the gamepad's power button will work.
Here's a list of such games: https://wiki.gbatemp.net/wiki/List_of_Wii_games_compatible_with_Classic_Controller


3.NUSpacker
The final part, building the installation files.
NUSpacker requires the Wii U common key. You should find it online and then open the file "encryptKeyWith" with
notepad and paste the key inside (hint: it begins with D7B0)

It's also a command line tool so you'll have to write down the commands, or simply create a new text file,
write the command inside, save it and change the extension from .txt to .bat

I recommend copying the Wii VC folder (that contains the other 3 folders, code, content and meta) to nuspacker's folder.
That will make everything easier.

The command works like this (replace with the names of your own folders)
If you folders have spaces in their names, enclose them in quotation marks, like "Just Dance".
Code:
java -jar nuspacker.jar -in GAME_FOLDER -out INSTALATION_FILES_FOLDER

Wiait until it finishes the process.
Now just copy the folder with the installation data to the "install" folder SD card, run a CFW and install it with WUP Installer GX2!

PS: If you make a nonfunctional game, remember to uninstall it before trying again.
If you install a fiunctional game over a broken installation, it will still appear as broken.
 

Attachments

  • WiiScrubber [V-1.40 A-2009].rar
    528.8 KB · Views: 1,378
  • NUSpacker.zip
    59.6 KB · Views: 1,336
  • jnustool.zip
    99.6 KB · Views: 1,421
  • nfs2iso2nfs v0.5.4.zip
    11.3 KB · Views: 870
Last edited by piratesephiroth, , Reason: updated nfs2nfs2iso
D

Deleted User

Guest
In that case it should just be a matter of changing the DRC_USE to 1 in the meta.xml I think.. (for Wiimotes I mean) :P
I'm afraid I have to be the king of bad news. But its going to be extremely difficult to get gamepad and wiimote working at the sametime in vwii mode.
 
D

Deleted User

Guest
I have asked but I don't think he's interested :( Honestly I think we've hit a wall at this point.
well when did you ask? was it right after the wii on wiiuvc release or before it?

--------------------- MERGED ---------------------------

I have asked but I don't think he's interested :( Honestly I think we've hit a wall at this point.
to specify I mean wiivc wiiu injects
 
D

Deleted User

Guest
The problem is I think most people who have this type of info have long since left the Wii scene :/
True, which is why we gotta ask them for possible help one last time. I bet they would be interested at least slightly, as the wiiu scene had finally made a slight break through. I don't know, I'm probably being too hopeful.
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,845
Trophies
2
XP
7,961
Country
United Kingdom
True, which is why we gotta ask them for possible help one last time. I bet they would be interested at least slightly, as the wiiu scene had finally made a slight break through. I don't know, I'm probably being too hopeful.
lol I tried getting in contact with giantpune but he hasn't been online here since 2012. :P
 

elconejotres

Well-Known Member
Newcomer
Joined
May 31, 2011
Messages
56
Trophies
0
XP
158
Country
Bahrain
Sorry for shameless bump but someone can help me to get DLC working? I'm trying DQM battle road and just dance none of the dlcs are recognized by the game DLC installed via wad on vwii real nand games are on USB the weird thing is that even on USBloaderGX on vwii the DLC are not recognized but on real wii work fine installed on ios 236 and 249 base any help will be much apreciated thanks in advance.
 

LuisGerdez

Well-Known Member
Newcomer
Joined
May 27, 2016
Messages
65
Trophies
0
Age
23
XP
165
Country
Venezuela
Considering that all problematic games were released until 2008, and that all subsequent games seem to work fine, it may be that the method used to implement the Classic Controller changed sometime in 2008.
Getting a way to connect other wiimote controls in gamepad mode could be a solution?
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,845
Trophies
2
XP
7,961
Country
United Kingdom
Here we have PunEmu with up to date Emulators :) (THIS DOES NOT WORK WITH GAMEPAD)
Emulators are:
N64
Snes
Nes
Gba
and WiiSX (which has the Gens logo and title)

All you have to do is install it as you would any WiiVC I have installed this on my WiiU with no issues but its up to you :P
The pretty Meta files are thanks to @cucholix and the PunEmu app was made by @giantpune so thanks to him too :)

Now... Be warned that you cannot exit the Emulator once chosen and have to pull the power cable out of the back of the WiiU.. This is due to the updated official Emulators not having the same Exit Code as the original PunEmu Emulators require, If you know how to compile these Emulators from source you should be able to fix the issues and are more than welcome to try. The source is in the Zip too. :)

EDIT: it turns out Not64 actually exits correctly but WiiSXr still doesn't :( I've also found out in the VBAGX, FCEUGX and SNES9xGX settings there is an option to turn off Wii on exit.. This will save you pulling the power Cable every time you exit :P

Here's the link: http://www18.zippyshare.com/v/UUJjFSjC/file.html
 
Last edited by ploggy,

Billy Acuña

Well-Known Member
Member
Joined
Oct 10, 2015
Messages
3,126
Trophies
1
Age
31
XP
3,701
Country
Mexico
Here we have PunEmu with up to date Emulators :) (THIS DOES NOT WORK WITH GAMEPAD)
Emulators are:
N64
Snes
Nes
Gba
and WiiSX (which has the Gens logo and title)

All you have to do is install it as you would any WiiVC I have installed this on my WiiU with no issues but its up to you [emoji14]
The pretty Meta files are thanks to @cucholix and the PunEmu app was made by @giantpune so thanks to him too :)

Now... Be warned that you cannot exit the Emulator once chosen and have to pull the power cable out of the back of the WiiU.. This is due to the updated official Emulators not having the same Exit Code as the original PunEmu Emulators require, If you know how to compile these Emulators from source you should be able to fix the issues and are more than welcome to try. The source is in the Zip too. :)

Here's the link: http://www18.zippyshare.com/v/UUJjFSjC/file.html
A wiiu dedicated edition would be great with stuff such wiiu pro and gc-adapter support :)
But it will require mayor modifications on the emulators and on PunEmu itself.
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,845
Trophies
2
XP
7,961
Country
United Kingdom
A wiiu dedicated edition would be great with stuff such wiiu pro and gc-adapter support :)
But it will require mayor modifications on the emulators and on PunEmu itself.
Actually I maybe wrong but i think WiiU pro controller does work? I havent got one myself to test but doesn't some of the Wii Emulators support WiiUpro?
 

Billy Acuña

Well-Known Member
Member
Joined
Oct 10, 2015
Messages
3,126
Trophies
1
Age
31
XP
3,701
Country
Mexico
Actually I maybe wrong but i think WiiU pro controller does work? I havent got one myself to test but doesn't some of the Wii Emulators support WiiUpro?
Yeah, but PunEmu doesn't, also I don't like the idea of removing Gen Plus GX and gc-adapter support is still missing :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    sigh
  • Xdqwerty @ Xdqwerty:
    @a_username_that_isnt_cool, could you change your username?
  • Xdqwerty @ Xdqwerty:
    i guess not...
  • Xdqwerty @ Xdqwerty:
    yawn
  • Xdqwerty @ Xdqwerty:
    anybody here?
  • P @ PKNate:
    nope
  • BakerMan @ BakerMan:
    fun fact: 7 years by lukas graham, supermassive black hole by muse, and megalomania all have the same bpm
  • BakerMan @ BakerMan:
    girls just wanna have fun and renai circulation also share the same tempo as the few i said before
  • Xdqwerty @ Xdqwerty:
    @BakerMan, megalomania the live a live song?
  • BakerMan @ BakerMan:
    wait no, megalovania*
  • BakerMan @ BakerMan:
    my bad
  • K3Nv2 @ K3Nv2:
    I don't forgive you
  • BigOnYa @ BigOnYa:
    The nerve of that guy, gosh.
  • K3Nv2 @ K3Nv2:
    Yeah expecting me to forgive gtfo
  • Psionic Roshambo @ Psionic Roshambo:
    But how could the Dr have known you didn't want to be circumcized?
  • K3Nv2 @ K3Nv2:
    He didn't you just wanted your dick to be fondled
    +1
  • K3Nv2 @ K3Nv2:
    Watching dune 2 it's eh
  • Psionic Roshambo @ Psionic Roshambo:
    Dune one sucked
  • Psionic Roshambo @ Psionic Roshambo:
    The original with Patrick Stewart was Great
  • K3Nv2 @ K3Nv2:
    A sexual psycopath that love pain where have I heard that before
  • BigOnYa @ BigOnYa:
    In your high school diary?
  • K3Nv2 @ K3Nv2:
    No but your wife let's me read her diary the word psychopath comes up more than sexual
    +1
    K3Nv2 @ K3Nv2: No but your wife let's me read her diary the word psychopath comes up more than sexual +1