sharpii/Sharpii
2011-09-27 04:12:12 +00:00
..
Properties Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
app.config Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
BNS.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
HBC.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
IOS.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
libWiiSharp.dll Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
LICENSE.txt Added LICENSE.txt and README.txt 2011-09-27 04:12:12 +00:00
Program.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
README.txt Added LICENSE.txt and README.txt 2011-09-27 04:12:12 +00:00
Sharpii.csproj Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
Sharpii.csproj.user Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
TPL.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
U8.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00
WAD.cs Initial Release, yay! ^_^ 2011-09-27 03:19:01 +00:00

/----------------------------------------------------->
                       Sharpii 1.0
             <------------------------------>
                An app by person66
        Using libWiiSharp.dll by leathl
/----------------------------------------------------->



/----DESCRIPTION
/------------------------------>

Sharpii is a command line app that I made, which uses leathl's 
libWiiSharp.dll to perform tasks such as:
         - Pack, unpack, or edit .wad files
         - Pack, and unpack U8 archives
         - Patch IOS .wad files with various patches
         - Convert a .wav file to .bns, and vice versa
         - Convert an image file to a .tpl, and vice versa
         - Send a .dol to the Homebrew Channel over Wi-Fi


/----USAGE
/------------------------------>

I won't go in to detail here, but to see all the commands, just start 
up the command prompt, navigate to the folder containing Sharpii, and type:

                                    Sharpii.exe -h

OR, if you want help with a specific function use

                             Sharpii.exe [function] -h

Where [function] would obviously be replaced with the function you want
help with.


/----SOURCE
/------------------------------>

The source for Sharpii is available at: sharpii.googlecode.com


/----CREDITS
/------------------------------>

Sharpii uses libWiiSharp.dll by leathl, and borrows some code from some of 
the examples included with libWiiSharp.

libWiiSharp can be found at: libwiisharp.googlecode.com


I would also like to thank Xflak and JoostinOnline for doing a bit of beta 
testing for me. Thanks!


/----LICENSE
/------------------------------>

Sharpii is released under the terms of the GNU General Public License v3.
See "LICENSE.txt" for more information.


/----CHANGELOG
/------------------------------>

1.0
   - Initial release