Represents the header of a .pak archive file used for Baldurs Gate 3.
More...
#include <lspakheader.h>
|
uint32_t | magic_number |
| Magic number indicating file type.
|
|
uint32_t | version |
| Archive format version.
|
|
uint64_t | file_list_offset |
| Offset of a list of compressed files in the archive.
|
|
uint32_t | file_list_size |
| Size of the compressed file list.
|
|
uint8_t | flags |
| Contains various flags.
|
|
uint8_t | priority |
| Priority of the file.
|
|
char | md5 [16] |
| MD5 hash of the file.
|
|
uint16_t | num_parts |
| Number of separate archives within the file.
|
|
Represents the header of a .pak archive file used for Baldurs Gate 3.
The documentation for this struct was generated from the following file: