Hacking [release] FunKiiU 2.0 - complete content + ticket python tool

  • Thread starter Thread starter cearp
  • Start date Start date
  • Views Views 183,806
  • Replies Replies 450
  • Likes Likes 45
a better way to do that line is struct.unpack(">Q", tmd[c_offs + 8: c_offs + 16])[0]
yes I saw that before, when I first trying to make FunkyCIA, but I just thought it wasn't very readable :) so I changed it to make it more understandable.
at least, the line i didn't like was the part with >Q, >IHHQ, most of python is really simple to understand just by looking and I think it is nicest that way, and stuff like >Q is confusing.

although if there are any big problems, sure, I can use that way :)

cool, what will nuspy do?
be a 3ds/wiiu tool like this, good luck! :)

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

I just learned about this tool, how does it differ from uTikDownlaodHelper?
it can generate tickets, not just download them.
so you can use it for things like dlc, or any content really.
and it's multiplatform (python)
 
  • Like
Reactions: NWPlayer123
Hello there, if I'm right, to get Mario Kart 8 for example (I have the DVD ;) ) + update + DLC I need to :

1) use python FunKiiU.py -title xxxx -onlinetickets
2) then download the update : python FunKiiU.py -title xxxxz -onlinekeys
3) finally download the dlc: python FunKiiU.py -title xxxxy -onlinekeys

Or am I missing something ?

Then via wupInstaller, install the 3 folders one by one or do i need to merge them in 1 folder before ?

The last question is, I have my savegame of MK8 in my Wii U system storage, can I (after booting RedNAND), move it to my HDD or is it lost ?

Thanks mates :)
 
Hello there, if I'm right, to get Mario Kart 8 for example (I have the DVD ;) ) + update + DLC I need to :

1) use python FunKiiU.py -title xxxx -onlinetickets
2) then download the update : python FunKiiU.py -title xxxxz -onlinekeys
3) finally download the dlc: python FunKiiU.py -title xxxxy -onlinekeys

Or am I missing something ?

Then via wupInstaller, install the 3 folders one by one or do i need to merge them in 1 folder before ?

The last question is, I have my savegame of MK8 in my Wii U system storage, can I (after booting RedNAND), move it to my HDD or is it lost ?

Thanks mates :)
yes all good but for the update, use -onlinetickets - and you will get a legit update. (not crazy important but nice to have)
but you will need signature patches (which means you need rednand) to get the dlc working.

don't merge the folders, you will have three folders within one 'install' folder, and you put that on your sd card.

i'm sorry, i'm not sure about save files, i don't even have a wii u :D
 
  • Like
Reactions: joes80
Can we generate tickets for dlc/games without downloading everything? Or could be be added as an option?
i keep meaning to add it :)

for now, you could just start the program and stop it (control c) when it starts downloading.
the ticket and extra files are made at the start.
 
i keep meaning to add it :)

for now, you could just start the program and stop it (control c) when it starts downloading.
the ticket and extra files are made at the start.
Good to know its made at the start. I'm at work so didn't have a chance to check.
 
@cearp : do you know how we can found title key of Hyrule Warriors DLC? This is not available on "that" site for EUR version, only USA.
So I can't download it from funkiiU. I have download it from nusgrabber, but I don't have a "valid" ticket to install it... So if you got an idea to help me, it will be nice :D
if the titlekey site doesn't have the key, and YOU don't have the key (from yourself, from another website etc) - then no you can't make usable output.
someone will have to dump the key from their eur dlc.
 
it can generate tickets, not just download them.
so you can use it for things like dlc, or any content really.
and it's multiplatform (python)

So hypothetically, I could get the DLC for stuff like Pikmin and Hyrule Warriors?
 
So hypothetically, I could get the DLC for stuff like Pikmin and Hyrule Warriors?
cool i didn't know there was pikmin dlc :)
and yes, people have dlc working from this tool when they use rednand with signature patches
 
cool i didn't know there was pikmin dlc :)
and yes, people have dlc working from this tool when they use rednand with signature patches

Yup! They have additional missions :3 So only under rednand and signature patches it will work, not if I install on system?
 
yes all good but for the update, use -onlinetickets - and you will get a legit update. (not crazy important but nice to have)
but you will need signature patches (which means you need rednand) to get the dlc working.

don't merge the folders, you will have three folders within one 'install' folder, and you put that on your sd card.

i'm sorry, i'm not sure about save files, i don't even have a wii u :D
Thanks :)
 
They don't, it has a special cafe2wii image and iosuhax/redNAND only covers Wii U right now, not any secondary image
http://wiiubrew.org/wiki/Title_database
00050010-10004001 OSv1 Loads the enhanced vWii mode for eShop titles

Hmm it doesn't have to do with that, tmd might be invalid, binascii.hexlify turns "\x00\x05\x00\x00\x10\x17\x69\x00" to "0005000010176900", the tmd is an array that it's just getting the data from, int( ,16) just converts it from a string to the actual value.
Also @cearp a better way to do that line is struct.unpack(">Q", tmd[c_offs + 8: c_offs + 16])[0], it's how I'm doing it in my nuspy rewrite, except I turn the tuple into an array with the a for a, and store it, and you should use StringIO instead of as an array and hardcoding, lets you seek and read like in my screenie
View attachment 67704

@cearp, @NWPlayer123

So why is that tmd invalid, why this is only happening to me :( and how can i fix that

Thank you
 

Site & Scene News

Popular threads in this forum