Jump to content

Extracting .pack and .list files

From Battle Cats Game Modding Wiki
Revision as of 10:27, 4 September 2025 by Fieryhenry (talk | contribs) (create article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To mod the game, you need to modify the files inside the .pack and .list files of the game. There are a few tools that can do this for you.

If you want to know how the .pack and .list files are structured in order to make your own tools, see Structure of .pack and .list files.

BCGM_Python

A tool made by fieryhenry which can be downloaded via Codeberg.

Follow the instructions on the README to decrypt the .pack and .list files into a directory.