This is a simple decompressor for Supercell's game assets, specifically for CSV and TOML files. The name is self-explanatory, just drag and drop the compressed files onto the tool, and it will decompress them for you. Make sure to run setup.py
before trying to decompress any files!
The .pyw
(python no-console) extension should be run using Python
. It has been used to prevent unnecessary console flashing. Requires Python version >=3.5
- The tool is Cross-Platform. That is, it works on all major operating systems like Windows, macOS, and Linux.
- Supports Batch Conversion. You can use it to convert multiple files at once.
- Same Directory output. The script saves the decompressed files in the same folder as the originals, no matter where you run it from.
- Open Source. Licensed under GNU GPLv3.
- Supported compressions (from sc-compression):
- LZMA
- SC
- SCLZ
- SIG
- ZSTD
-
This script is a modified version of sc-compression by danila-schelkov
-
setup.py is an optimised version of the one made by Arhcos
For any errors, feedback, or help, feel free to message me anytime on discord. UID: @generic_name_1911
Copyright (C) 2024 generic_name_1911
This program is free software: You can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.