Jump to content

Extracting .pack and .list files: Difference between revisions

From Battle Cats Game Modding Wiki
create article
 
link to BCGM_Python
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
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]].
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 ==
== [[BCGM_Python]] ==


A tool made by [[User:Fieryhenry|fieryhenry]] which can be downloaded via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg].
A tool made by [[User:Fieryhenry|fieryhenry]] which can be accessed via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg].


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

Latest revision as of 18:22, 5 September 2025

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.

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

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