2012-08-21 22:10:30 +02:00
|
|
|
--** Qwad **--
|
|
|
|
|
|
|
|
Qwad is a Python-Qt utility to manage Wad files.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
* NUS Downloader
|
|
|
|
- download any IOS / Channel from NUS
|
|
|
|
- decrypt
|
|
|
|
- pack as wad
|
|
|
|
- choose filename
|
|
|
|
- choose version to download (available are displayed)
|
|
|
|
|
|
|
|
* Unpack Wad
|
|
|
|
- unpack wad to make modification or inspect content
|
|
|
|
|
|
|
|
* Repack Wad
|
|
|
|
- repack (modified) wad, ready for install on Wii
|
|
|
|
|
|
|
|
* TMD Viewer
|
|
|
|
- view contents of TMD
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
|
|
|
|
* NUS Downloader
|
|
|
|
- add new IOS [DONE]
|
|
|
|
- add new Channels [DONE]
|
|
|
|
- display available Versions [DONE]
|
2012-11-10 18:19:02 +01:00
|
|
|
- improve Channel downloader [DONE]
|
2012-08-21 22:10:30 +02:00
|
|
|
- display descriptions [ ]
|
|
|
|
|
|
|
|
* General GUI
|
2012-11-10 19:00:57 +01:00
|
|
|
- German Translation [DONE]
|
2012-08-21 22:10:30 +02:00
|
|
|
- UI improvments [WIP]
|
|
|
|
|
|
|
|
* General CLI
|
|
|
|
- commandline params for automated actions [ ]
|
|
|
|
|
|
|
|
* Other
|
|
|
|
- extract bootmii nand.bin [ ]
|
|
|
|
|
2012-11-10 18:19:02 +01:00
|
|
|
USAGE:
|
2012-08-21 22:10:30 +02:00
|
|
|
|
2012-11-10 18:19:02 +01:00
|
|
|
either do 'make install' or directly call 'python ./Qwad.pyw'
|