Skip to content

Commit

Permalink
some more refactoring and CSV (de)compressing
Browse files Browse the repository at this point in the history
  • Loading branch information
danila-schelkov committed Apr 2, 2021
1 parent 70d949d commit 9afd7d7
Show file tree
Hide file tree
Showing 7 changed files with 1,399 additions and 1,320 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
In-Compressed-SC/
In-Decompressed-SC/
In-Sprites-SC/
Out-Compressed-SC/
Out-Decompressed-SC/
Out-Sprites-SC/
SC/
CSV/
updates/
.idea/
system/config.json
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# XCoder
Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!
Compress / Decompress Brawl Stars SC and CSV files on Windows / Linux / Android!

### Credits
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>
Expand All @@ -8,7 +8,7 @@ Many thanks to <a href="https://github.com/spiky-s">spiky_Spike</a> for the prov

### Features:
- Easy to use.
- Brawl Stars, Clash of Clans & Clash Royale support.
- Brawl Stars, Clash games support.
- Multiplatform support (working on Windows, Linux and Android).
- SC compilation / decompilation.

Expand All @@ -17,19 +17,19 @@ On Windows:
- Download Python 3.7 or newer version from <a href="https://www.python.org/downloads/">official page</a>.
- 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".
- Download XCoder from <a href="https://github.com/MasterDevX/XCoder/releases">releases page</a> and extract it.
- Execute "Main.py" file</br>
- Execute "main.py" file</br>

On Linux:
- Open Terminal and install Python by executing following command:</br>
```sudo apt-get update && sudo apt-get install python3 python3-pip```
- Download XCoder from <a href="https://github.com/MasterDevX/XCoder/releases">releases page</a> and extract it.
- Execute "Main.py" file
- Execute "main.py" file

On Android:
- Download and install PyDroid app from <a href="https://play.google.com/store/apps/details?id=ru.iiec.pydroid3">Google Play</a>.
- Open PyDroid and wait until Python installs.
- Download XCoder from <a href="https://github.com/MasterDevX/XCoder/releases">releases page</a> and extract it.
- In PyDroid open and execute "Main.py" file</br>
- In PyDroid open and execute "main.py" file</br>

### TODO:
- CSV compilation / decompilation.
Loading

0 comments on commit 9afd7d7

Please sign in to comment.