Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qnnnnez committed Jun 5, 2016
1 parent 82800d9 commit c961eef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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!

0 comments on commit c961eef

Please sign in to comment.