Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
- ArchLeaders: Developer - GingerAvalanche: Compression Logic - Marcus André: Command Line Interface - Cod3xDev: Documentation
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Open the application and configure your settings: - Game Path: Specify the path to your TotK romFS game dump. This field is required.
Usage
To use the Totk Decompression/Compression Tool, follow these steps:
Browse for a `.zs` file located in your Totk game dump.
Click on the `Decompress` button to decompress the file and save the raw output to your computer.
Command Line Usage
Note: Before using the command line interface (CLI) tools, make sure you have set up the game paths in the user interface.
To decompress a file, use the following command: decompress </path/file.bin.zs> [-o|--output OUTPUT] Example:decompress F:\Bin\Totk\Bootup.pack.zs -o ./Bootup.pack
To compress a file, use the following command: compress [-o|--output OUTPUT] Example:compress F:\Bin\Totk\Bootup.pack -o ./Bootup.pack.zs