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,967
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
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
    +1
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her in the ocean and says "Now you're fucked."
    +2
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
  • rqkaiju2 @ rqkaiju2:
    i like physical media because it actually feels like you own it. thats why i plan on burning music to cds
  • cearp @ cearp:
    It's nice to not have to have a lot of physical things though, saves space
    +1
  • AncientBoi @ AncientBoi:
    Nor clothes 🤮 . Saves on time, soap, water and money having to wash them. :D
  • SylverReZ @ SylverReZ:
    @rqkaiju2, Physical media is a great source for archiving your data, none of that cloud storage shiz.
    +1
  • AncientBoi @ AncientBoi:
    [squeezes @SylverReZ onto a physical media, then archives you in my old stuff box] :tpi::rofl2::tpi:
    +1
    AncientBoi @ AncientBoi: [squeezes @SylverReZ onto a physical media, then archives you in my old stuff box]... +1