-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# scpak | ||
A packer/unpacker of Content.pak from [Survivalcraft](https://kaalus.wordpress.com/). | ||
|
||
## Build | ||
Use cmake to build a binary. Remember to do a ```git submodule 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! |