Skip to content
/ jvpklib Public

A simple Java library to read Valve's VPK archive files.

License

Notifications You must be signed in to change notification settings

ata4/jvpklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvpklib

This is a simple Java library to read Valve's VPK archive files. Write support also should be possible, but I won't implement it until I fully understand the file format of VPK v2.

It supports both VPK v1 and v2. The old headerless VPK format as well as the "Vampire: The Masquerade - Bloodlines" VPK format, on the other hand, isn't supported.

It is writen for Java 7 and uses NIO buffers and memory mapping for good I/O performance.

Dependencies

About

A simple Java library to read Valve's VPK archive files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages