Skip to content

QB Format

kernaltrap edited this page Oct 5, 2023 · 2 revisions

The QB format is a CRC32 based binary format, that is normally written in Q, then compiled into QB (stands for Q Binary, not to be confused with the THPG/GH Pak explorer, QueenBee) and usually packed into PAB/PAK files.

HEX:

2A F9 28 04 E3 4D CB 0C 00 00 00 00

Q:

SectionInteger enable_button_cheats 0

Let's break down the HEX format first:

2A F9 28 04

CRC32 encoded value for enable_button_cheats

E3 4D CB 0C

Not sure what this decodes to exactly, but it is seen around SectionInteger's a lot when compiled.

00 00 00 00

Value for this SectionInteger.

Clone this wiki locally