Getting Started
This document is a guide for getting started modding The Battle Cats using various different tools.
Preparing the game package
Before you can start modding, you need access to the game's package for whatever platform you are using.
Android
Downloading the APK
See Downloading an APK for details on how to download an APK.
After downloading, you may have to merge the XAPK / split APK. See Merging an XAPK for details.
Extracting the APK
See Extracting an APK for help extracting the APK.
iOS
Downloading the IPA
See Downloading an IPA for details on how to download an IPA.
Extracting the IPA
See Extracting an IPA for details on how to extract an IPA.
Locating the .pack and .list files
See Locating local .pack and .list files for details.
Extracting the .pack and .list files
See Extracting .pack and .list files for details.
Making your first edits
You can now edit whatever you want, before making any changes you should copy the file you are going to change into a different folder so that the original files do not get overwritten.
You could also use source control with something like git to keep track of changes, but this is optional.
See the Game data category for all of the things you can modify.