Skip to content

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

 
 
 

Contributors

Languages

  • C 99.7%
  • Makefile 0.3%