Line 8:
Line 8:
== tutorial ==
== tutorial ==
Some tutorial for the basic stuff is needed like how to read the titleid of a wad and stuff like that
Some tutorial for the basic stuff is needed like how to read the titleid of a wad and stuff like that
+
+
== I need help please :( ==
+
+
I am trying to play about with some Wii.py stuff, but I'm having some difficulty. Basically what I want to be able to do is-
+
#Unpack WADs
+
#Extract U8 archives
+
#Pack WADs
+
+
<pre>
+
I am trying to use test\wadunpack.py to unpack a WAD, but its not working. I get this error:
+
+
C:\Documents and Settings\Inspiron 6000\My Documents\Homebrew\Wii\Tools\icefire-Wii.py-3826ae7\icefire-Wi
+
i.py-3826ae7>wadunpack.py
+
Usage: python wadunpack.py <input> <output> ...
+
+
C:\Documents and Settings\Inspiron 6000\My Documents\Homebrew\Wii\Tools\icefire-Wii.py-3826ae7\icefire-Wi
+
i.py-3826ae7>wadunpack.py staticbase.wad staticbase
+
Traceback (most recent call last):
+
File "C:\Documents and Settings\Inspiron 6000\My Documents\Homebrew\Wii\Tools\icefire-Wii.py-3826ae7\ic
+
efire-Wii.py-3826ae7\wadunpack.py", line 10, in <module>
+
Wii.WAD(elem).unpack(elem2)
+
AttributeError: 'Title' object has no attribute 'unpack'
+
</pre>
+
+
I already moved the script so its in the same directory as the script wii.py. I have Python, PIL, PyCrypto and wxPython all installed. What's wrong, and can I fix it? Thanks. --[[User:SifJar|SifJar]] 19:00, 17 October 2010 (CEST)