On Wed, 13 May 2026 15:56:30 -0700 Thomas Frohwein <[email protected]> wrote:
> Hello, > > I am looking for ok's to import this tool. It is helpful for > inspecting and managing Godot .pck files. This will be useful for > further work on Godot ports and their use. It's a relatively small > CLI tool made in C++ and works when I tested it with a Godot 3.x > project. > > Example uses: > > $ godotpcktool -a list /path/to/file.pck > $ godotpcktool -a extract -o /path/to/destdir/ > /path/to/source/file.pck > > ok? PS: there are no "official" .pck files from the Godot project directly that I can find, but this here has a reasonably sized demo that can be downloaded (I looked at the Linux demo which has a .pck file that I can test this new port with.): https://chimplement.itch.io/deceitful-drone
