This website requires JavaScript.
Explore
Sign In
grp
/
Wii.py
Watch
1
Fork
0
You've already forked Wii.py
mirror of
https://github.com/grp/Wii.py.git
synced
2025-06-18 23:05:48 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1ca063a8fc
Wii.py
/
experimental
History
Xuzz
1ca063a8fc
restructured layout of all code. archive.py is for all "archive" files, or files that contain other files. export.py is for stuff the wii spits onto SD (savegames, content.bin, etc). image.py is just TPL for now, but it can be expanded. headers.py has IMD5 and IMET. title.py is just NUS, Ticket, and TMD now. formats.py contains general other file formats. compression.py is JUST for compression (LZ77, ASH0, yaz0, yay0, etc). Ticket and TMD now use the "new" handling code for load-and-dumpable files - you do TMD() for a blank tmd, TMD().load(data) to load from data, TMD.loadFile(filename) to load from a filename. I think thats all
2009-06-30 00:25:23 -07:00
..
breff.py
restructured layout of all code. archive.py is for all "archive" files, or files that contain other files. export.py is for stuff the wii spits onto SD (savegames, content.bin, etc). image.py is just TPL for now, but it can be expanded. headers.py has IMD5 and IMET. title.py is just NUS, Ticket, and TMD now. formats.py contains general other file formats. compression.py is JUST for compression (LZ77, ASH0, yaz0, yay0, etc). Ticket and TMD now use the "new" handling code for load-and-dumpable files - you do TMD() for a blank tmd, TMD().load(data) to load from data, TMD.loadFile(filename) to load from a filename. I think thats all
2009-06-30 00:25:23 -07:00
thp.py
bit of re-organization, now has place for wip code :)
2009-06-29 18:36:23 -07:00