Skip to content
/ PSPack Public
forked from psforever/PSPack

A tool to work with PlanetSide 1's pack file format.

License

Notifications You must be signed in to change notification settings

Fate-JH/PSPack

 
 

Repository files navigation

PSPack Build Status

A tool developed to work with PlanetSide 1 Pack files (.PAK). Currently only supports pack extraction.

Building

Make and GCC (either Mingw or regular GCC). MSVC is not supported at the moment due to some header and function incompatibilities.

Just type

  $ make

To cross-compile, define PREFIX with the compiler tuple you need

  $ PREFIX=x86_64-w64-mingw32- make

About

A tool to work with PlanetSide 1's pack file format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%