Quick fix in the README.txt

This commit is contained in:
mzolob@gmail.com 2011-10-11 03:16:39 +00:00
parent 2db50709b3
commit cab265a001

View File

@ -15,7 +15,7 @@ libWiiSharp.dll to perform tasks such as:
- Pack, unpack, or edit .wad files - Pack, unpack, or edit .wad files
- Pack, and unpack U8 archives - Pack, and unpack U8 archives
- Patch IOS .wad files with various patches - Patch IOS .wad files with various patches
- Download files from NUS - Download files from NUS
- Convert a .wav file to .bns, and vice versa - Convert a .wav file to .bns, and vice versa
- Convert an image file to a .tpl, and vice versa - Convert an image file to a .tpl, and vice versa
- Send a .dol to the Homebrew Channel over Wi-Fi - Send a .dol to the Homebrew Channel over Wi-Fi
@ -42,28 +42,28 @@ help with.
NUS Downloading: NUS Downloading:
/------------------> /------------------>
When downloading single contents from NUS (using the -s argument) make When downloading single contents from NUS (using the -s argument) make
sure you have both the path, and the file name when specifying the output. sure you have both the path, and the file name when specifying the output.
For example, if the output is set to '.\hello.app' then the file will be For example, if the output is set to '.\hello.app' then the file will be
saved as 'hello.app' in the current directory. However, if the output is saved as 'hello.app' in the current directory. However, if the output is
set to 'hello.app' you will get an error. set to 'hello.app' you will get an error.
Also note that When Downloading single contents, it will only save the Also note that When Downloading single contents, it will only save the
decrypted file. decrypted file.
WAD Editing: WAD Editing:
/------------------> /------------------>
When changing the type of WAD (using the -type argument) some of the types When changing the type of WAD (using the -type argument) some of the types
may not work, as they have not all been tested. Here is a list of what the may not work, as they have not all been tested. Here is a list of what the
different types are: different types are:
- Channel: Regular channel WAD, nothing special - Channel: Regular channel WAD, nothing special
- DLC: WAD for game DLC (downloaded game content) - DLC: WAD for game DLC (downloaded game content)
- GameChannel: Channels such as the Wii Fit or Mario Kart channels - GameChannel: Channels such as the Wii Fit or Mario Kart channels
- HiddenChannels: A hidden channel, it wont show up on the Wii Menu - HiddenChannels: A hidden channel, it wont show up on the Wii Menu
- SystemChannels: Channels such as the Mii or Shopping channels - SystemChannels: Channels such as the Mii or Shopping channels
- SystemTitles: Stuff like the System Menu and boot2 (but not IOSs) - SystemTitles: Stuff like the System Menu and boot2 (but not IOSs)
For more details see http://wiibrew.org/wiki/Title_database For more details see http://wiibrew.org/wiki/Title_database
/----SOURCE /----SOURCE