Module common

Source
Expand description

Common utilities for the library.

Includes file handling, format detection, and, when the revpk feature is enabled, support for the LZHAM alpha compression format.

Modulesยง

detect
Utilities to detect which format a VPK file is in.
file
File reading utilities for VPK files.
format
This module contains common structs for the VPK format.
lzhamrevpk
Helper methods for LZHAM compression and decompression.