Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 324 Bytes

rust-q2-pak

Quake/Quake2 .pak file parser written in rust

The '.pak' file

.pak is Quake's container file format. It is an exceedingly simple uncompressed archive format which preserves file paths and that's about it. Read more here

Usage

$ cargo run {file_name}