Skip to content

roman901/vpk-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValvePak

ValvePak format parser for Rust

Limitations

This library limited to parse CS:GO VPK files for now. This means what VPKs with file_data_section_size not equals 0 is not supported for now.

Examples

  • cargo run --example list <path to bundle_dir.vpk> - list content of specified bundle file
  • cargo run --example extract <path to bundle_dir.vpk> <path to resutling dir> - extracts content of specified bundle file

About

Valve Pak format parser for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages