A multiplatform modding tool designed for ANY Supercell game.
Effortlessly work with Supercell's game files on any operating system! XCoder offers support for SC and CSV formats across all Supercell games.
- SC compile / decompile
- Compression and decompression
Windows:
- Download Python 3.7 or a newer version from the official page.
- During installation, select options like "Add Python to PATH," "Install pip," "Install py launcher," "Associate files with Python," and "Add Python to environment variables."
- Download XCoder from the releases page and extract the files.
- Go to the extracted directory and install required modules by executing:
pip install -r requirements.txt
- Run the "main.py" file.
Linux:
- Open Terminal and install Python using:
sudo apt-get update && sudo apt-get install python3 python3-pip
- Download XCoder from the releases page and extract the files.
- Navigate to the extracted directory and install necessary modules by executing:
sudo pip3 install -r requirements.txt
- Run the "main.py" file.
Android:
- Download and install the PyDroid app from Google Play.
- Open PyDroid and wait for Python installation.
- Get XCoder from the releases page and extract the files.
- Install loguru using pip.
- In PyDroid, open and execute the "main.py" file.
- CSV updating
XCoder is based on the original XCoder, developed by MasterDevX.
Special thanks to spiky_Spike for their contributions.