Help:Tools/wszst: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino (→Usage) |
||
Line 16: | Line 16: | ||
== Usage == | == Usage == | ||
wszst is a CLI tool. For help with using the command line, see [[Help:CLI]]. | |||
Note: by convention, file extensions that start with an s are usually used for [[Yaz0]]-compressed files. | |||
=== Decompress === | |||
<pre>wszst decompress {compressed file} {decompressed file}</pre> | |||
{{ex|text=Decompress an [[sbactorpack]] with: | |||
<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>}} | |||
=== Compress === | |||
<pre>wszst compress {uncompressed file} {compressed file}</pre> | |||
{{ex|text=Compress an uncompressed bactorpack with: | |||
<pre>wszst decompress Actor/Pack/LinkTagAnd.bactorpack Actor/Pack/LinkTagAnd.sbactorpack</pre>}} |
Revision as of 11:00, 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