duangsuse / scpak

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 98.9%Language:CMake 1.1%