GodotPckTool

Standalone tool for extracting and creating Godot .pck files

MIT License

Stars
392
Committers
6

Bot releases are hidden (Show)

GodotPckTool - 2.0 Latest Release

Published by hhyyrylainen 7 months ago

Changes in this version:

  • Godot 4 .pck files (format version 2) can now be written (previously they could only be read)
  • md5 hashes are now written when writing .pck data
  • Added option to print hashes from a .pck file (--print-hashes)
  • Updated cxxopts and json libraries to the latest versions
GodotPckTool - 1.9

Published by hhyyrylainen about 1 year ago

Changes in this version:

  • Added support for reading Godot 4 .pck files (format version 2). Writing / updating these .pck files is not supported, yet.
  • Added support for Godot 2 .pck files (format version 0)
  • Documented how to specify Godot engine version for new .pck files and .pck format is now automatically set in this case to match the engine version
  • Updated cxxopts library to latest version
GodotPckTool - 1.8

Published by hhyyrylainen almost 2 years ago

Corrected an issue with incorrect path padding lengths (https://github.com/hhyyrylainen/GodotPckTool/issues/23)

GodotPckTool - 1.7

Published by hhyyrylainen almost 3 years ago

The binaries are now built with link time optimization enabled, and the Linux executable is built with podman in an Ubuntu based container to make it work better with older distros.

GodotPckTool - 1.6

Published by hhyyrylainen almost 3 years ago

New features:

  • Added a new option to override size filters with a regex include filter
GodotPckTool - 1.5

Published by hhyyrylainen almost 3 years ago

New features:

  • pck contents can now be filtered with regular expressions (both include and exclude by matching file paths)
  • Added a flag to run in quieter mode where each individual processed file is not printed
GodotPckTool - 1.4

Published by hhyyrylainen over 4 years ago

New features:

  • Filtering pck contents and filesystem files to be added, based on size
GodotPckTool - 1.3

Published by hhyyrylainen over 4 years ago

Fixes:

  • Implemented handling of the null byte padding of paths both for reading and writing

The tool should no longer print out null bytes when printing paths to things.

GodotPckTool - 1.2

Published by hhyyrylainen over 4 years ago

Fixes:

  • Path generation inside the pck file should now also work on Windows

I tested using wine on Linux and the Windows version should now be able to correctly unpack and repack a pck file.

GodotPckTool - 1.1

Published by hhyyrylainen over 4 years ago

Fixes:

  • File reading and writing is now in binary mode, should fix the issues on Windows
GodotPckTool - 1.0

Published by hhyyrylainen over 4 years ago

First release of the pck tool.

Functionality:

  • Listing pck contents
  • Extracting pck contents
  • Adding files to a pck
  • Creating new pcks

In a standalone and small executable.