![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <Options.h>
Public Attributes | |
| EntryCompressionType | zip_compressionTypeOverride = EntryCompressionType::NO_OVERRIDE |
| BSP/ZIP - Override compression type of all stored entries. | |
| int16_t | zip_compressionStrength = 5 |
| BSP/VPK/ZIP - Compression strength. | |
| bool | gma_writeCRCs = true |
| GMA - Write CRCs for files and the overall GMA file when baking. | |
| bool | vpk_generateMD5Entries = false |
| VPK - Generate MD5 hashes for each file (VPK v2 only). | |
| bool vpkpp::BakeOptions::gma_writeCRCs = true |
| bool vpkpp::BakeOptions::vpk_generateMD5Entries = false |
| int16_t vpkpp::BakeOptions::zip_compressionStrength = 5 |
| EntryCompressionType vpkpp::BakeOptions::zip_compressionTypeOverride = EntryCompressionType::NO_OVERRIDE |