In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Talk:Wii.py

From WiiBrew
Jump to navigation Jump to search

FOF

could someone try porting FoF? it is written in python Calthephenom 19:35, 19 August 2009 (UTC)

Uh...see WiiPy, this is just a library for PC programs. Xuzz 21:04, 19 August 2009 (UTC)

tutorial

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-

  1. Unpack WADs
  2. Extract U8 archives
  3. Pack WADs
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'

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. --SifJar 19:00, 17 October 2010 (CEST)