Hacking Wii U Hacking & Homebrew Discussion

  • Thread starter Thread starter filfat
  • Start date Start date
  • Views Views 5,119,531
  • Replies Replies 21,104
  • Likes Likes 29
Extract Wii U games? Great, I want to know if there is something unused from The Wind Waker HD, like seeing if is still there tincle room :D .

http://pastebin.com/raw.php?i=swA2i1aW

That room is there. Only these were removed:

A_R00
Amos_T
H_test
I_TestM
I_TestR
KATA_HB
KATA_RM
K_Test2
K_Test3
K_Test4
K_Test5
K_Test6
K_Test8
K_Test9
K_Testa
K_Testb
K_Testc
K_Testd
K_Teste
morocam
Name
sea_LOD01 - sea_LOD49
SubD45
TEST
TF_05
TF_07
VrTest
 
Well yes, PowerUP uploaded MK8 dump, and Chadderz done some interesting things with the game files.

Of course, it should be noted they never used the disc dump and just dumped all the files directly from RAM with the kernel exploit.

EDIT: Nevermind
 
So. I tried to use the sarcextract.py_v0.1_by_nwplayer123.py but it threw an error at me. Python 2 or 3? Also, how exactly do I use it.

Edit:
Code:
Traceback (most recent call last):
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 172, in <module>
    main()
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 157, in main
    f = open(sys.argv[1], "rb")
IndexError: list index out of range
 
So. I tried to use the sarcextract.py_v0.1_by_nwplayer123.py but it threw an error at me. Python 2 or 3? Also, how exactly do I use it.

Edit:
Code:
Traceback (most recent call last):
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 172, in <module>
    main()
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 157, in main
    f = open(sys.argv[1], "rb")
IndexError: list index out of range

Oh, I might've forgotten to add error handling for that. The syntax is sarcextract.py file.szs (and so sys.argv would be those 2 parameters, [0] is the python file and [1] is the szs file) so make sure you're adding a file in the syntax.
Also yes, python 2.
 
So. I tried to use the sarcextract.py_v0.1_by_nwplayer123.py but it threw an error at me. Python 2 or 3? Also, how exactly do I use it.

Edit:
Code:
Traceback (most recent call last):
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 172, in <module>
    main()
  File "/Users/kallencunningham/Downloads/sarcextract.py_v0.1_by_nwplayer123.py", line 157, in main
    f = open(sys.argv[1], "rb")
IndexError: list index out of range

Sorry for asking, but what's sarcextract.py_v0.1_by_nwplayer123.py?
 
Hey NWP. With sarcextract.py it starts counting from 0 (so it ends at file 1 of 2 instead of 2 of 2) I think all you need to change is make it
Code:
print("File " + str(x + 1) + " of " + str(nodec))
instead of
Code:
print("File " + str(x) + " of " + str(nodec))

Edit: It worked
Edit: Fixed confusing code
Edit: Oops, I did it again
 
  • Like
Reactions: NWPlayer123
I just finished an early version of my new WiiUExplorer program, which combines the previous small tools into one (and replaces them). It is able to display both uncompressed and Yaz0-compressed SARC files in a browser, and extract either individual files/folders or the entire archive. Writing support and other file formats will be added in the future.

https://www.dropbox.com/sh/tfg2nd6q809oqn3/AADWk3SgQEsqnvlbplcWOfv5a


you could use this ^^^^^ for extracting.
 
  • Like
Reactions: TeamScriptKiddies
Haha, funniest reactions I've seen, especially when the guy clearly meant, where to find the rules.

Good to know the mods are on their game..or it would have gotten ugly from a simple misunderstanding.
 
  • Like
Reactions: Fpsrussia117

Site & Scene News

Popular threads in this forum