Quake/Quake2 .pak file parser written in rust
.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
$ cargo run {file_name}
Quake/Quake2 .pak file parser written in rust
.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
$ cargo run {file_name}