Changes

604 bytes added ,  18:03, 19 August 2009
no edit summary
Line 11: Line 11:  
}}
 
}}
   −
'''Wii.py''' is a GPL licensed Wii library written in and for Python. It provides editors and classes for many file types and files present on the Wii, especially files in [[Opening.bnr|banners]].  
+
'''Wii.py''' is a GPL licensed Wii library written in and for Python. It provides editors and classes for many file types and files present on the Wii, especially files in [[Opening.bnr|banners]].  It was created as a replacement for the unreleased and never to be released [[pywii]], written by marcan, but has since expanded in some areas that pywii did not cover and not completed others (such as Wii Optical Disc editing) that pywii has support for.
    
== Features ==
 
== Features ==
   −
* Loading and easy editing of [[U8 archives]]
+
* Loading and easy editing of [[U8 archive]]s
 
* Simple, easy classes for [[TMD]]s and [[Ticket]]s, with methods to load from and save to files
 
* Simple, easy classes for [[TMD]]s and [[Ticket]]s, with methods to load from and save to files
 
* Simple Title object to hold information about a title
 
* Simple Title object to hold information about a title
Line 37: Line 37:  
** Savegames
 
** Savegames
   −
== Credits ==
+
== Usage ==
 
  −
This library was written by [[User:Xuzz]], [[User:SquidMan]], [[User:megazig]], [[User:Matt_P]], and [[User:Omega]]. It contains the LZ77 code written by marcan, with few modifications.
      
== Bugs & Suggestions ==
 
== Bugs & Suggestions ==
   −
Come join us on #HACKERCHANNEL on EFNet to report bugs, provide suggestions, and  
+
Come join us on #HACKERCHANNEL on EFNet to report bugs, provide suggestions, and get help. Wii.py is a HACKERCHANNEL production. If you update any of the code, feel free to share and we will be happy to merge it in with the latest version if it is useful and fits in to the library.
    
== Update History ==
 
== Update History ==
Line 50: Line 48:  
* First 'real' public release.
 
* First 'real' public release.
 
* Most classes using the so-called 'new API'
 
* Most classes using the so-called 'new API'
 +
 +
== Credits ==
 +
 +
This library was written by [[User:Xuzz|Xuzz]], [[User:SquidMan|SquidMan]], [[User:megazig|megazig]], [[User:Matt_P|Matt_P]], and [[User:Omega|Omega]]. It contains the LZ77 code written by [[User:marcan|marcan]], with few modifications. Thanks go out to marcan for providing the idea of writing a Wii library in Python!
46

edits