Hacking [OLD] Loadiine backup loader for WiiU 5.3.2 ONLY (NO 5.4 NO 5.5!)

feyas

Member
Newcomer
Joined
Sep 22, 2015
Messages
13
Trophies
0
Age
34
XP
64
Country
Gambia, The
we discussed it, and thought it would be even easier to just copy /code/ and /content/ folders as is directly into the <AnyGameName> path.
no need to rename the RPX to ID4.rpx anymore.

go to "sd/wiiu/games/" and create a new folder here with your game name and copy "code" and "content" folder.
go to "sd/wiiu/saves/" (we changed the save folder name) and create the same folder name than your game here. no need to create "c" and "u" inside it.
no need to create the save folder at all, it's all done by the game !
Done !

I wouldn't make the folder of the content files too long, otherwise you could run into problems when a game has many sub-folders and long paths. FAT32 (and also the FSOpenDir function of the WiiU) only accept paths up to a certain length. So if a game has a lot of folders it could be possible that you can't place all the files on the SD because of the maximal path length. I don't know if there are games that have such long paths but it could at least be possible.
That could also be the reason why golden45 placed the contents on the root of the SD.
 

Maximilious

Whistles a familiar tune
Member
Joined
Nov 21, 2014
Messages
2,571
Trophies
1
XP
1,855
Country
United States
I doubt online would work as the Wii U thinks we are playing Smash.

Yeah, but with improvements of freeing up memory to load the game directly from SD, that could potentially open up some other avenues. All speculation at this point though. We probably need proper IOSU before anything like that is possible.
 

mb01

Well-Known Member
Member
Joined
Jan 29, 2008
Messages
232
Trophies
0
Age
40
Location
Adelaide
XP
236
Country
Guys,

Been waiting for this loader for ages now with my WiiU at 5.3.2E and unplugged until a loader release. Problem is my SD card has been broken since just after I bought it on release day, and have hacked VWii and been able to do everything USB.

So I've been itching for Loadline since it was released. I've spent a while searching for info on if/when USB support might appear, IOSU etc.

I can't find anything solid or much at all about loading from anywhere else other than SD or anything to even be content to wait for as 99.99% of peoples SD slots work.

Anyone with anything to help me decide if I should be content waiting or if I should just buy another Wiiu and not be waiting for something that is way off still??

Really bugging me having it ready to hack, held back by a friggin SD slot of all things......
 

AboodXD

I hack NSMB games, and other shiz.
Member
Joined
Oct 11, 2014
Messages
2,880
Trophies
1
Location
Not under a rock.
XP
2,921
Country
United Arab Emirates
Guys,

Been waiting for this loader for ages now with my WiiU at 5.3.2E and unplugged until a loader release. Problem is my SD card has been broken since just after I bought it on release day, and have hacked VWii and been able to do everything USB.

So I've been itching for Loadline since it was released. I've spent a while searching for info on if/when USB support might appear, IOSU etc.

I can't find anything solid or much at all about loading from anywhere else other than SD or anything to even be content to wait for as 99.99% of peoples SD slots work.

Anyone with anything to help me decide if I should be content waiting or if I should just buy another Wiiu and not be waiting for something that is way off still??

Really bugging me having it ready to hack, held back by a friggin SD slot of all things......
Sell your Wii U, buy a used one. :P
 
  • Like
Reactions: Deleted-355425

mariogamer

Well-Known Member
OP
Member
Joined
Aug 12, 2015
Messages
1,256
Trophies
0
Age
28
XP
790
Country
Canada
Anyone know if Yoshi Wooly World have the 5.3.2 update (it is not for me,I won't to add a way to update to 5.3.2 in the threads)?

Also,can anyone list me the game who contain the update (I know mario party 10 and splatoon)?

Edit:Its good,I have all the game,I will add this very soon.
 
Last edited by mariogamer,

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
So guys. We did a bit researching and found a way to run Yoshis Wooly World. This fix could also fix some other games. So check it out and try other games you had problems with (dont try the ones where RPX+RPL size is too big). Thanks @Cyan for testing the code.

Here is the payload:
http://www37.zippyshare.com/v/GkyjnDtr/file.html

We also changed the structure (once again). We made it now consequent with the decrypting tools. The structure is now like this:
* /sd/wiiu/games/any name of game/code -> this path holds the RPX and RPL files. You dont need 4 ID RPX you can copy it directly from the decrypter.
* /sd/wiiu/games/any name of game/content -> this path holds the game files, content
* /sd/wiiu/saves/any name of game/c -> save game path (automatically created)
* /sd/wiiu/saves/any name of game/u -> save game path (automatically created)

I will create a GitHub repo tommorow and upload the sources there. For now its bed time.
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
The problem was that the path opened was not starting with "/", like this:
FSOpenFileAsync("vol/content/shader/ffl/FFLDefaultShader.gsh")

So we added a slash at the start and now its all good. We saw that as Cyan was trying to load the game and he posted the log transfered to the server. Its actually the games fault for not giving the full path but oh well, the loaders gotta fix it.


The file I attached is btw the payload532.html of the loadiine application. The kexploit is the same as before.
 

olfa

Well-Known Member
Member
Joined
Nov 19, 2013
Messages
138
Trophies
0
XP
165
Country
Bolivia
The problem was that the path opened was not starting with "/", like this:
FSOpenFileAsync("vol/content/shader/ffl/FFLDefaultShader.gsh")

So we added a slash at the start and now its all good. We saw that as Cyan was trying to load the game and he posted the log transfered to the server. Its actually the games fault for not giving the full path but oh well, the loaders gotta fix it.


The file I attached is btw the payload532.html of the loadiine application. The kexploit is the same as before.
ok, small change, big impact, cool
thanks ;)
 
  • Like
Reactions: paulloeduardo

n1ghty

Well-Known Member
Member
Joined
Aug 8, 2013
Messages
273
Trophies
0
XP
606
Country
Saint Kitts and Nevis
Thanks dimok for your work today :)
I see @n1ghty did a fix too, but this version has the new path layout if users prefer it, and the code is smaller and can hold more sourcecode for later changes.

I also made the code smaller. Payload was at the maximum size. I made golden45 aware of the same bug in cafiine, so I knew what was happening :)

Edit: So you did more changes... I think I will kill my version. I also made a version which loads gamedata from a _DAT folder to cleanup the mess in the root directory, but I like your new path layout more :)

What did you change to make more space? Well.. I will take a look at your github tomorrow. Maybe we changed different things to make more space so we can combine them for even more space =)
 
Last edited by n1ghty,

Arif

Well-Known Member
Member
Joined
Feb 12, 2006
Messages
139
Trophies
1
XP
1,971
Country
Netherlands
So guys. We did a bit researching and found a way to run Yoshis Wooly World. This fix could also fix some other games. So check it out and try other games you had problems with (dont try the ones where RPX+RPL size is too big). Thanks @Cyan for testing the code.

Here is the payload:
http://www37.zippyshare.com/v/GkyjnDtr/file.html

We also changed the structure (once again). We made it now consequent with the decrypting tools. The structure is now like this:
* /sd/wiiu/games/any name of game/code -> this path holds the RPX and RPL files. You dont need 4 ID RPX you can copy it directly from the decrypter.
* /sd/wiiu/games/any name of game/content -> this path holds the game files, content
* /sd/wiiu/saves/any name of game/c -> save game path (automatically created)
* /sd/wiiu/saves/any name of game/u -> save game path (automatically created)

I will create a GitHub repo tommorow and upload the sources there. For now its bed time.

Thank you!
I assume this is the non server version.
Will you be releasing a payload with server capabilities?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    It's fine just stream the game! Lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if that was the point of game streaming
  • Psionic Roshambo @ Psionic Roshambo:
    But it's a dead end
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, people who cant download it can still play the game
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
    BigOnYa @ BigOnYa: YEa gotta after a while, looking at code for long periods will bug your eyes. +1