A battle cats tool for modifying, encrypting, and decrypting game files
Project description
Battle Cats Game Modding Tool
A python game modding tool for the mobile game The Battle Cats that can decrypt, encrypt, and modify some game files.
Note: I am no longer actively working on this tool so there may be bugs.
If you know how to program and want to do more powerful things with the game then you should use TBCML instead.
Join the discord server if you want to suggest new features, report bugs or get help on how to use the modder. (Discord is the same one as for save editing as I haven't made a modding specific one yet)
PyPi: https://pypi.org/project/battle-cats-game-modder/
If you want to support me then consider gifting me some ko-fi here: https://ko-fi.com/fieryhenry
Thanks to
-
EasyMoneko for the original keys for decrypting/encrypting: https://www.reddit.com/r/battlecats/comments/41e4l1/is_there_anyone_able_to_access_bc_files_your_help/
-
Battle Cats Ultimate for what some of the numbers mean in various csvs. https://github.com/battlecatsultimate
-
This resource for unit csvs: https://pastebin.com/JrCTPnUV
-
Vi on discord for enemy csvs
How to use
-
Install python (If you haven't already) https://www.python.org/downloads/
-
Enter the command:
py -m pip install -U battle-cats-game-modder
into cmd or another terminal to install the editor. If that doesn't work then usepython
instead ofpy
in the command -
Download the apk you want to edit from somewhere like uptodown or apkmirror
-
Unpack the apk file for the game using Apktool or APKToolGui.
-
You can then find the .pack and .list files in the assets folder of the extracted APK.
-
Get the .pack and .list files that contain the files you want to edit:
-
Most stats are in DataLocal
-
Most text is in resLocal
-
Sprites are in various Server files
-
-
Then enter the command:
py -m BCGM_Python
to run the tool. If that doesn't work then usepython
instead ofpy
in the command -
Select option to decrypt .pack files
-
Select .pack files that you want, they will be in the
assets
folder in the apk for local files, or/data/data/jp.co.ponos.battlecatsen/files
on your device (if rooted) for downloaded server files -
Also decrypt the DownloadLocal pack as you will need it for later
-
Once completed the files will be in a
game_files
folder in the folder you ran the command from -
You can manually edit the data, or use the option in the tool that you want
-
Once edited, you should place any modified files in the DownloadLocal pack folder instead of the original pack folder. This is because the game does not check if DownloadLocal has been modified, but it does check if the original pack has been modified. The game also prioritises DownloadLocal over the original pack, so if you have a file in both, the game will use the one in DownloadLocal.
-
Open the tool again and select the
encrypt
option -
Select the DownloadLocal folder
-
Once complete the encrypted .pack and .list files will be in an
encrypted_files
folder in the folder you ran the command from -
If you are asked if you want to patch the libnative file, say no as this feature is broken and you do not need to do it if you placed your files in DownloadLocal
-
Then you need to place the encrypted .pack and .list files back into the assets folder of the apk
-
You then need to pack the apk using apktool or apktoolgui
-
You then need to sign the apk using apktool or apktoolgui
-
You then need to install the apk, you may have to uninstall the game first before installing the modified apk for the first time
-
Open the game and see if it works
Install from source
-
Install python https://www.python.org/downloads/
-
Install git https://git-scm.com/downloads
-
Enter the command:
git clone https://github.com/fieryhenry/BCGM-Python.git
-
Enter the command:
cd BCGM-Python
-
Enter the command:
py -m pip install -e .
to install the tool. If that doesn't work then usepython
instead ofpy
in the command -
Enter the command:
py -m BCGM_Python
to run the tool. If that doesn't work then usepython
instead ofpy
in the command -
If you want to update the tool then enter the command:
git pull
in theBCGM-Python
folder
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file battle-cats-game-modder-1.0.6.tar.gz
.
File metadata
- Download URL: battle-cats-game-modder-1.0.6.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8bd737a9e668940a10348a3350f97c5805c2a032c126cd4e360288d205d1501 |
|
MD5 | 3c0fbbea0b7acb58715e9ccb53a7660a |
|
BLAKE2b-256 | 9afa4687b3fb746611bad9c0617ceba894cc2e158ee1a511fb26516320061306 |
File details
Details for the file battle_cats_game_modder-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: battle_cats_game_modder-1.0.6-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 186a8d3713952c3be9d31329ce734d39f776b4cefc86016b45d907cb002dcffe |
|
MD5 | 774068294b5d48da32bf6677bb646f81 |
|
BLAKE2b-256 | 58591b52fe89b32a380d9fe51836d234f5e2a7c66e97b6f0e90b66a624b6f2a3 |