Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.9 KB

XCoder: The Easy Modding Tool

A multiplatform modding tool designed for ANY Supercell game.

About

Effortlessly work with Supercell's game files on any operating system! XCoder offers support for SC and CSV formats across all Supercell games.

Features

  • SC compile / decompile
  • Compression and decompression

Installation and Usage

Windows:

  1. Download Python 3.7 or a newer version from the official page.
  2. During installation, select options like "Add Python to PATH," "Install pip," "Install py launcher," "Associate files with Python," and "Add Python to environment variables."
  3. Download XCoder from the releases page and extract the files.
  4. Go to the extracted directory and install required modules by executing: pip install -r requirements.txt
  5. Run the "main.py" file.

Linux:

  1. Open Terminal and install Python using: sudo apt-get update && sudo apt-get install python3 python3-pip
  2. Download XCoder from the releases page and extract the files.
  3. Navigate to the extracted directory and install necessary modules by executing: sudo pip3 install -r requirements.txt
  4. Run the "main.py" file.

Android:

  1. Download and install the PyDroid app from Google Play.
  2. Open PyDroid and wait for Python installation.
  3. Get XCoder from the releases page and extract the files.
  4. Install loguru using pip.
  5. In PyDroid, open and execute the "main.py" file.

Upcoming Features

  • CSV updating

Credits

XCoder is based on the original XCoder, developed by MasterDevX.
Special thanks to spiky_Spike for their contributions.