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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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