A packer/unpacker of Content.pak from Survivalcraft.
Use cmake to build a binary. Remember to do a git submodule update --init
before building.
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.
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!