Skip to content

Commit 9afd7d7

Browse files
some more refactoring and CSV (de)compressing
1 parent 70d949d commit 9afd7d7

File tree

7 files changed

+1399
-1320
lines changed

7 files changed

+1399
-1320
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
In-Compressed-SC/
2-
In-Decompressed-SC/
3-
In-Sprites-SC/
4-
Out-Compressed-SC/
5-
Out-Decompressed-SC/
6-
Out-Sprites-SC/
1+
SC/
2+
CSV/
73
updates/
84
.idea/
95
system/config.json

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# XCoder
2-
Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!
2+
Compress / Decompress Brawl Stars SC and CSV files on Windows / Linux / Android!
33

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

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

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

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

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

3434
### TODO:
3535
- CSV compilation / decompilation.

0 commit comments

Comments
 (0)