|
1 |
| -# XCoder |
2 |
| -Compress / Decompress Brawl Stars SC and CSV files on Windows / Linux / Android! |
| 1 | +# XCoder - easy to use modding tool |
| 2 | +Multiplatform modding tool for ANY Supercell\`s game. |
3 | 3 |
|
4 |
| -### Credits |
5 |
| -This tool is based on Original <a href="https://github.com/MasterDevX/xcoder">XCoder</a>, Developer: <a href="https://github.com/MasterDevX">MasterDevX</a></br> |
6 |
| - |
7 |
| -Many thanks to <a href="https://github.com/spiky-s">spiky_Spike</a> for the provided developments |
| 4 | +## About |
| 5 | +Work with Supercell\`s files on **any** os! SC and CSV are supported for all Supercell\`s games. |
8 | 6 |
|
9 | 7 | ### Features:
|
10 |
| -- Easy to use. |
11 |
| -- Brawl Stars, Clash games support. |
12 |
| -- Multiplatform support (working on Windows, Linux and Android). |
13 |
| -- SC compilation / decompilation. |
| 8 | +- SC compile / decompile; |
| 9 | +- Compression and decompression. |
14 | 10 |
|
15 | 11 | ### How to install and use
|
16 |
| -On Windows: |
17 |
| -- Download Python 3.7 or newer version from <a href="https://www.python.org/downloads/">official page</a>. |
18 |
| -- Install Python. While Installing, enable such parameters as "Add Python to PATH", "Install pip", "Install py launcher", "Associate files with Python" and "Add Python to environment variables". |
19 |
| -- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it. |
20 |
| -- Install required modules by executing following command: ``` pip install -r requirements.txt``` |
21 |
| -- Execute "main.py" file |
22 |
| - |
23 |
| -On Linux: |
24 |
| -- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it. |
25 |
| -- Open Terminal and install Python by executing following command:</br> |
26 |
| - ```sudo apt-get update && sudo apt-get install python3 python3-pip``` |
27 |
| -- Install required modules:</br> |
28 |
| - ```sudo pip3 install -r requirements.txt``` |
29 |
| -- Execute "main.py" file |
30 |
| - |
31 |
| -On Android: |
32 |
| -- Download and install PyDroid app from <a href="https://play.google.com/store/apps/details?id=ru.iiec.pydroid3">Google Play</a>. |
33 |
| -- Open PyDroid and wait until Python installs. |
34 |
| -- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it. |
35 |
| -- Install loguru using pip |
36 |
| -- In PyDroid open and execute "main.py" file |
37 |
| - |
38 |
| -### TODO: |
| 12 | +- On Windows: |
| 13 | + - Download Python 3.7 or newer version from [official page](https://www.python.org/downloads/); |
| 14 | + - Install Python. While Installing, enable such parameters as "Add Python to PATH", "Install pip", "Install py launcher", "Associate files with Python" and "Add Python to environment variables"; |
| 15 | + - Download XCoder from the [releases page](https://github.com/Vorono4ka/XCoder/releases) and extract it; |
| 16 | + - Locate the extracted directory and install required modules: |
| 17 | + ```pip install -r requirements.txt```; |
| 18 | + - Execute "main.py" file. |
| 19 | + |
| 20 | +- On Linux: |
| 21 | + - Open Terminal and install Python by executing following command: |
| 22 | + ```sudo apt-get update && sudo apt-get install python3 python3-pip```; |
| 23 | + - Download XCoder from the [releases page](https://github.com/Vorono4ka/XCoder/releases) and extract it; |
| 24 | + - Locate the extracted directory and install required modules by executing following command: |
| 25 | + ```sudo pip3 install -r requirements.txt```; |
| 26 | + - Execute "main.py" file. |
| 27 | + |
| 28 | +- On Android: |
| 29 | + - Download and install PyDroid app from [Google Play](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3); |
| 30 | + - Open PyDroid and wait until Python installs; |
| 31 | + - Download XCoder from the [releases page](https://github.com/Vorono4ka/XCoder/releases) and extract it; |
| 32 | + - Install loguru using pip; |
| 33 | + - In PyDroid open and execute "main.py" file. |
| 34 | + |
| 35 | +### In the plans: |
39 | 36 | - CSV updating.
|
| 37 | + |
| 38 | +## Credits |
| 39 | +This tool is based on Original [XCoder](https://github.com/MasterDevX/xcoder), Developer: [MasterDevX](https://github.com/MasterDevX)</br> |
| 40 | + |
| 41 | +Many thanks to [spiky_Spike](https://github.com/spiky-s) for the provided developments |
0 commit comments