SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::BakeOptions Struct Reference

#include <Options.h>

Collaboration diagram for vpkpp::BakeOptions:

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)
 

Detailed Description

Definition at line 19 of file Options.h.

Member Data Documentation

◆ gma_writeCRCs

bool vpkpp::BakeOptions::gma_writeCRCs = true

GMA - Write CRCs for files and the overall GMA file when baking.

Definition at line 27 of file Options.h.

◆ vpk_generateMD5Entries

bool vpkpp::BakeOptions::vpk_generateMD5Entries = false

VPK - Generate MD5 hashes for each file (VPK v2 only)

Definition at line 30 of file Options.h.

◆ zip_compressionStrength

int16_t vpkpp::BakeOptions::zip_compressionStrength = 5

BSP/VPK/ZIP - Compression strength.

Definition at line 24 of file Options.h.

◆ zip_compressionTypeOverride

EntryCompressionType vpkpp::BakeOptions::zip_compressionTypeOverride = EntryCompressionType::NO_OVERRIDE

BSP/ZIP - Override compression type of all stored entries.

Definition at line 21 of file Options.h.


The documentation for this struct was generated from the following file: