Help:Tools/wszst: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (→Usage) |
imported>Leoetlino No edit summary |
||
Line 4: | Line 4: | ||
| name = wszst | | name = wszst | ||
| authors = Wiimm | | authors = Wiimm | ||
| license = GPLv2 | | license = GPLv2 | ||
| written_in = C | | written_in = C | ||
| win_only = | | win_only = | ||
| website = https://szs.wiimm.de/wszst/ | |||
}} | }} | ||
'''wszst''' is a set of tools for Nintendo Wii formats, some of which are still used in modern Nintendo games. In particular, it is a fast and efficient [[Yaz0]] (de)compression tool. | '''wszst''' is a set of tools for Nintendo Wii formats, some of which are still used in modern Nintendo games. In particular, it is a fast and efficient [[Yaz0]] (de)compression tool. | ||
Line 16: | Line 15: | ||
== Usage == | == Usage == | ||
{{ | {{Tool usage notes|name=wszst|is_cli=1|does_auto_compress=}} | ||
Note: by convention, file extensions that start with an s are usually used for [[Yaz0]]-compressed files. | Note: by convention, file extensions that start with an s are usually used for [[Yaz0]]-compressed files. | ||
Line 25: | Line 24: | ||
<pre>wszst decompress Actor/Pack/LinkTagAnd.sbactorpack Actor/Pack/LinkTagAnd.bactorpack</pre> | <pre>wszst decompress Actor/Pack/LinkTagAnd.sbactorpack Actor/Pack/LinkTagAnd.bactorpack</pre> | ||
<pre>wszst decompress Actor/Pack/LinkTagAnd.sbactorpack you_can_give_it_the_output_file_whatever_name_you_want.bactorpack</pre>}} | <pre>wszst decompress Actor/Pack/LinkTagAnd.sbactorpack you_can_give_it_the_output_file_whatever_name_you_want.bactorpack</pre>}} | ||
=== Compress === | === Compress === | ||
<pre>wszst compress {uncompressed file} {compressed file}</pre> | <pre>wszst compress {uncompressed file} {compressed file}</pre> | ||
{{ex|text=Compress an uncompressed bactorpack with: | {{ex|text=Compress an uncompressed bactorpack with: | ||
<pre>wszst decompress Actor/Pack/LinkTagAnd.bactorpack Actor/Pack/LinkTagAnd.sbactorpack</pre>}} | <pre>wszst decompress Actor/Pack/LinkTagAnd.bactorpack Actor/Pack/LinkTagAnd.sbactorpack</pre>}} |
Latest revision as of 11:24, 7 April 2019
Author(s) | Wiimm |
---|---|
License | GPLv2 |
Written in | C |
Platform support | Cross-platform |
Website | https://szs.wiimm.de/wszst/ |
wszst is a set of tools for Nintendo Wii formats, some of which are still used in modern Nintendo games. In particular, it is a fast and efficient Yaz0 (de)compression tool.
Setup
Download the latest version from the official website.
Usage
wszst is a CLI tool. For help with using the command line, see Help:Using the command line.
Note: by convention, file extensions that start with an s are usually used for Yaz0-compressed files.
Decompress
wszst decompress {compressed file} {decompressed file}
Example
Decompress an sbactorpack with:
wszst decompress Actor/Pack/LinkTagAnd.sbactorpack Actor/Pack/LinkTagAnd.bactorpack
wszst decompress Actor/Pack/LinkTagAnd.sbactorpack you_can_give_it_the_output_file_whatever_name_you_want.bactorpack
Compress
wszst compress {uncompressed file} {compressed file}
Example
Compress an uncompressed bactorpack with:
wszst decompress Actor/Pack/LinkTagAnd.bactorpack Actor/Pack/LinkTagAnd.sbactorpack