Limo
A simple mod manager
Loading...
Searching...
No Matches
lspakheader.h File Reference

Header for the LsPakHeader struct. More...

#include <cstdint>
Include dependency graph for lspakheader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LsPakHeader
 Represents the header of a .pak archive file used for Baldurs Gate 3. More...
 

Functions

struct LsPakHeader __attribute__ ((packed))
 

Variables

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.
 

Detailed Description

Header for the LsPakHeader struct.