↓ Result: downloads as <name>.zip
Extracts every file from a
.pck archive into a ZIP you can save and inspect locally. No configuration needed.
- Drop or click to choose your
.pck file
- Extraction runs automatically — then click Download
↓ Result: interactive file tree shown below. Nothing is downloaded.
Inspect the contents of a
.pck — file names, folder structure, and sizes — without extracting anything.
- Drop or click to choose your
.pck file
- Browse the file tree; click any folder to expand or collapse it
↓ Result: downloads as <name>-repacked.pck
Creates a filtered copy of a
.pck. Both regex fields are optional — leave them empty to repack as-is.
Keep only PNGs:\.png$
Remove import files:\.import$
Keep a folder:^res://sprites/
Remove a folder:^res://debug/
↓ Result: downloads as <name>-modified.pck
Adds files into an existing
.pck archive. You can add a single file or an entire ZIP at once.
- Drop your
.pck file in the zone above
- Choose what to add in the zone below:
- Single file — set the
res:// destination path,
e.g. res://sprites/hero.png
- ZIP archive — all files inside are added at once; strip a leading
folder to control paths, e.g. strip
assets so that
assets/hero.png becomes res://hero.png
- Click Add to PCK