vpk

Crates.iovpk
lib.rsvpk
version0.2.0
sourcesrc
created_at2018-07-30 10:42:45.612243
updated_at2023-12-11 18:38:45.032793
descriptionValve Pak format parser for Rust
homepage
repositoryhttps://github.com/roman901/vpk-rs
max_upload_size
id76596
size36,859
Robin Appelman (icewind1991)

documentation

README

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
Commit count: 49

cargo fmt