A command-line tool for packing and unpacking Godot PCK archives.
Use it to extract files from .pck
archives or create new .pck
files from a directory.
pckt <unpack|pack> <input pck/dir> <output pck/dir>
- Extract files from
Game.pck
into thegame_files
directory:pckt unpack ./Game.pck ./game_files
- Create
Game.pck
from the contents of thegame_files
directory:pckt pack ./game_files ./Game.pck