Hacking Wii U USB loading - install WiiU games to USB or internal memory

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
edit:
what you could do is :
use WUP server to copy the encrypted files to NAND or USB. (SD->USB is fast)
use install() command to install it to NAND or USB. I think you can give the path where the .app files are located.
This way you can "put the .app" in multiple session to the same folder before launching the install command.
You need twice as much space to do that (encrypted + decrypted size)
then delete the encrypted folder (if the installer is not doing it automatically when installed on NAND, it's doing it when installing legit eshop downloads, right?)
@Osakasan This way works, but you have to change install_title in wupclient.py to not have /vol/storage_sdcard/ hardcoded as a prefix.
These two lines:
Code:
    ret, data = w.MCP_InstallGetInfo(mcp_handle, "/vol/storage_sdcard/"+path)
    ret = w.MCP_Install(mcp_handle, "/vol/storage_sdcard/"+path)
Would need to be:
Code:
    ret, data = w.MCP_InstallGetInfo(mcp_handle, path)
    ret = w.MCP_Install(mcp_handle, path)
Wupclient commands are:
Code:
>>> mount_sd()
>>> w.mkdir('/vol/storage_usb01/usr/tmp/gameinst',0x777)
>>> w.cpdir('/vol/storage_sdcard/partial','/vol/storage_usb01/usr/tmp/gameinst')
>>> unmount_sd()
change SD card
>>> mount_sd()
>>> w.cpdir('/vol/storage_sdcard/partial','/vol/storage_usb01/usr/tmp/gameinst')
>>> install_title('/vol/storage_usb01/usr/tmp/gameinst',1)

I didn't look to see if the destination needs to exist, but it didn't hurt to make it.

I use /vol/storage_usb01/usr/tmp/gameinst as the cpdir destination, but if you do that, do the copies and the install in one session so your files don't get cleaned up on you before you have a chance to install.

The ,1 in the install_title command puts the install on USB. Make it a 0 for NAND.

When the install is done, switch user and pick the same user to refresh the menu.
 
Last edited by nexusmtz, , Reason: added the modified lines for clarity
  • Like
Reactions: Cyan

panamex

Well-Known Member
Newcomer
Joined
Oct 31, 2016
Messages
96
Trophies
0
Age
48
XP
237
Country
Mexico
The chncdcksn DNS Server has been shutdown permanently, and tubehax is down too.

What recommendations or solutions do you have for this situation?
 

gamecaptor

R.I.P. Densetsu. Legends never die!
Member
Joined
Jan 22, 2004
Messages
759
Trophies
2
Location
Hyrule most of the time
XP
3,303
Country
United States
OK, so, just did a ticket dump of Transformers Prime using FIX94's new tool (which is awesome by the way).

I then grabbed the files using NUSGRABBER.

I went to install it and it appeared it was going to install (saw the percent gauge on the screen) then I got an error 0xFFFCFFBF which is not listed above. This is the first time I've had an error installing any games.

Any insight on what this error code could mean?
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
I went to install it and it appeared it was going to install (saw the percent gauge on the screen) then I got an error 0xFFFCFFBF which is not listed above. This is the first time I've had an error installing any games.

Any insight on what this error code could mean?
You'll need to confirm that you renamed the ticket to title.tik, and that the key inside the ticket can successfully decrypt the files you downloaded. If you're not familiar with doing that, you could put the ticket somewhere that's not here and ask someone to test it for you, which would at least confirm that you have a working ticket and that the NUS files themselves are ok.
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
As I understand extracting the ticket with FIX94 tool it should be good to go
Yeah, if you got a ticket file, and used that file's name as the title you downloaded with NUSGrabber, I can't think of much that could be wrong with the ticket. After all, the titleid came from inside the ticket, and it has to match 00050000, so it's not like it's reading the wrong partition in this case. I tried a few of my own discs and the files were identical to those on that ticket site, but I understand that you don't have anything to compare to.
 

gamecaptor

R.I.P. Densetsu. Legends never die!
Member
Joined
Jan 22, 2004
Messages
759
Trophies
2
Location
Hyrule most of the time
XP
3,303
Country
United States
ok, so odd enough it's now working.

I ran it through Tik Modifier v1.2 and tried to install it and I got an error:
install error code 0xFFFBF442
Verify title.tik and WUP files are correct & complete

I then put back the original dumped ticket and tried to install it and it installed fine. :huh: That was my fourth attempt so not sure what made a different this time.

I'm using WUP Install Mod 1.2.1

Needless to say it's done....
 

fabriciotoys

New Member
Newbie
Joined
Dec 2, 2016
Messages
2
Trophies
0
Age
46
XP
52
Country
Brazil
Hi, my first post here.
I got same error everytime, 0xFFFCFFBF.

I was able to install one game few minutes ago, im checking if was size of sd that I use, 16gb instead of 128gb or if was title issue.

I will keep update tomorrow.
 
Last edited by fabriciotoys,

gamecaptor

R.I.P. Densetsu. Legends never die!
Member
Joined
Jan 22, 2004
Messages
759
Trophies
2
Location
Hyrule most of the time
XP
3,303
Country
United States
Hi, my first post here.
I got same error everytime, 0xFFFCFFBF.

I was able to install one game few minutes ago, im checking if was size of sd that I use, 16gb instead of 128gb or if was title issue.

I will keep update tomorrow.

F.Y.I. WUP Install Mod 1.3 is out. Might be worth giving it a try.
 
  • Like
Reactions: fabriciotoys

MSco

Well-Known Member
Member
Joined
Nov 2, 2016
Messages
350
Trophies
0
XP
704
Country
Germany
I purchased some DLCs for Super Smash Bros Wii U on the eshop, but not all.
Can I now simply download all DLCs (including the ones that I have purchased) and install them on a signature check patched system?

Or is it dangerous to install DLCs with this method again, that I have already purchased and installed before?
 
Last edited by MSco,

fabriciotoys

New Member
Newbie
Joined
Dec 2, 2016
Messages
2
Trophies
0
Age
46
XP
52
Country
Brazil
F.Y.I. WUP Install Mod 1.3 is out. Might be worth giving it a try.

To bw honest, both sd 16/128gb are now working and installing.. maybe was title issues or our of data wup installer.
any idea how can I update my games? is just do same steps and download update from nesgrabber and use install folder? or do I need mess with title files?
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,649
Country
France
I updated the first post to add some links to useful and recently released tools, like a WUD dumper!
wudump, tik2sd and simple firm patcher.

I also updated the "redNAND only", now that you can easily patch the signature to SysNAND.
I wasn't sure about the DLC, but I suppose they can be installed on sysNAND too ? the user just has to run the signature patcher before launching the game, right?

there are maybe some incoherencies, as I added the wud dumper, but there could be references left to "it's not possible to dump a wud".
edit: thanks, Updated again to remove redNAND only features and add "cfw with sign patch" instead.
 

KevinX8

Proud user of The Dark Theme
Member
Joined
May 12, 2016
Messages
960
Trophies
0
Age
33
Location
Down there
XP
1,013
Country
I updated the first post to add some links to useful and recently released tools, like a WUD dumper!
wudump, tik2sd and simple firm patcher.

I also updated the "redNAND only", now that you can easily patch the signature to SysNAND.
I wasn't sure about the DLC, but I suppose they can be installed on sysNAND too ? the user just has to run the signature patcher before launching the game, right?

there are maybe some incoherencies, as I added the wud dumper, but there could be references left to "it's not possible to dump a wud".
Yes everything that can be done on REDNAND can be done on SYSNAND too apart from installing system titles ofc

Sent from my LG-D855 using Tapatalk
 
  • Like
Reactions: Cyan

KevinX8

Proud user of The Dark Theme
Member
Joined
May 12, 2016
Messages
960
Trophies
0
Age
33
Location
Down there
XP
1,013
Country
I purchased some DLCs for Super Smash Bros Wii U on the eshop, but not all.
Can I now simply download all DLCs (including the ones that I have purchased) and install them on a signature check patched system?

Or is it dangerous to install DLCs with this method again, that I have already purchased and installed before?
Nope I did it with hyrule warriors and absolutely no problems, however if you wanted to pay for future DLC for some reason you couldn't because you have forged ticket installed and they seem to be impossible to get rid of ATM so to get future DLC for the game you will have to just pirate it

Sent from my LG-D855 using Tapatalk
 

sabykos

Well-Known Member
Member
Joined
Jun 10, 2013
Messages
283
Trophies
0
Age
36
XP
729
Country
Gambia, The
Nope I did it with hyrule warriors and absolutely no problems, however if you wanted to pay for future DLC for some reason you couldn't because you have forged ticket installed and they seem to be impossible to get rid of ATM so to get future DLC for the game you will have to just pirate it

Sent from my LG-D855 using Tapatalk
Not 100% sure, but I think you can delete the ticket using wupclient or possibly ftpiiu_everywhere

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

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BakerMan @ BakerMan: it looks like a little kids' game, and bunny (welcome btw) is looking for an uncensor patch