Skip to content

TanninOne/libcrypak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The CryEngine uses .pak files to store assets. These are regular .zip files but some games use an encryption on top, creating a new file format.

This library handles decryption, either decrypting the entire file, generating an unencrypted zip file, or extracting individual files. It does not do decompression so everything you get out of this library is still zip compressed.

The decryption key is different between games and may be changed between updates, it is not provided in this repository.

Building

  • clone this repository
  • cd into your clone
  • mkdir build && cd build
  • cmake .. [-G ]
  • cmake --build . [--config Release]

Acknowledgments

This is built using a couple of libraries, thanks go out to their developers and maintainers:

About

Library to convert or extract pak files as used by CryEngine games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors