Skip to content
/ scpak Public

A simple program that makes it possible to pack/unpack Survivalcraft's Content.pak file.

License

Notifications You must be signed in to change notification settings

qnnnnez/scpak

Repository files navigation

scpak

A packer/unpacker of Content.pak from Survivalcraft.

Build

Use cmake to build a binary. Remember to do a git submodule update --init before building.

Usage

To Unpack a Content.pak File:

scpak.exe Content.pak

After this operation, a directory named Content will be created, containing all unpacked files in the Content.pak. Now that the unpacking is finished, you are free to modify unpacked files.

To Pack a Unpacked Content Directory:

scpak.exe Content

After this operation, you will find a repacked Content.pak. Replace the original Content.pak with the new one and try it out!

About

A simple program that makes it possible to pack/unpack Survivalcraft's Content.pak file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published