Skip to main content

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

How to use

  1. Install python (If you haven't already) https://www.python.org/downloads/

  2. 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 use python instead of py in the command

  3. Download the apk you want to edit from somewhere like uptodown or apkmirror

  4. Unpack the apk file for the game using Apktool or APKToolGui.

  5. You can then find the .pack and .list files in the assets folder of the extracted APK.

  6. 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

  7. Then enter the command: py -m BCGM_Python to run the tool. If that doesn't work then use python instead of py in the command

  8. Select option to decrypt .pack files

  9. 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

  10. Also decrypt the DownloadLocal pack as you will need it for later

  11. Once completed the files will be in a game_files folder in the folder you ran the command from

  12. You can manually edit the data, or use the option in the tool that you want

  13. 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.

  14. Open the tool again and select the encrypt option

  15. Select the DownloadLocal folder

  16. Once complete the encrypted .pack and .list files will be in anencrypted_files folder in the folder you ran the command from

  17. 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

  18. Then you need to place the encrypted .pack and .list files back into the assets folder of the apk

  19. You then need to pack the apk using apktool or apktoolgui

  20. You then need to sign the apk using apktool or apktoolgui

  21. You then need to install the apk, you may have to uninstall the game first before installing the modified apk for the first time

  22. Open the game and see if it works

Install from source

  1. Install python https://www.python.org/downloads/

  2. Install git https://git-scm.com/downloads

  3. Enter the command: git clone https://github.com/fieryhenry/BCGM-Python.git

  4. Enter the command: cd BCGM-Python

  5. Enter the command: py -m pip install -e . to install the tool. If that doesn't work then use python instead of py in the command

  6. Enter the command: py -m BCGM_Python to run the tool. If that doesn't work then use python instead of py in the command

  7. If you want to update the tool then enter the command: git pull in the BCGM-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

battle-cats-game-modder-1.0.6.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

battle_cats_game_modder-1.0.6-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file battle-cats-game-modder-1.0.6.tar.gz.

File metadata

File hashes

Hashes for battle-cats-game-modder-1.0.6.tar.gz
Algorithm Hash digest
SHA256 e8bd737a9e668940a10348a3350f97c5805c2a032c126cd4e360288d205d1501
MD5 3c0fbbea0b7acb58715e9ccb53a7660a
BLAKE2b-256 9afa4687b3fb746611bad9c0617ceba894cc2e158ee1a511fb26516320061306

See more details on using hashes here.

File details

Details for the file battle_cats_game_modder-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for battle_cats_game_modder-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 186a8d3713952c3be9d31329ce734d39f776b4cefc86016b45d907cb002dcffe
MD5 774068294b5d48da32bf6677bb646f81
BLAKE2b-256 58591b52fe89b32a380d9fe51836d234f5e2a7c66e97b6f0e90b66a624b6f2a3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page