godot-pck-reader
v1.2.1
Published
Simple utility to read a subset of Godot's .pck files to in-memory files
Readme
godot-pck-reader
This is a simple 0-dependency library to read some .pck files created by Godot engine. It's very likely that not all versions of the format work with this, because this was made specifically for working with Slay the Spire 2. So the archive format used by this game is the only one I can guarantee working.
Acknowledgements
Code for parsing pck files is based on https://github.com/DmitriySalnikov/GodotPCKExplorer
