RCB Format - DustStormPettigrew/LibLR1 GitHub Wiki
RCB — Race Listing
Defines individual race/track configurations within circuits.
Top-Level Block
| Block ID | Hex | Type |
|---|---|---|
| Tracks | 0x27 |
Dict<string, RCB_Track> |
RCB_Track Properties
| Property | Hex | Type | Description |
|---|---|---|---|
| Position in Circuit | 0x28 |
int | Order within the circuit |
| Folder | 0x29 |
string | Track data folder name |
| Circuit | 0x2A |
string | Parent circuit reference |
| Track ID | 0x2B |
int | Name/string index |
| Mirror Flag | 0x2C |
flag | Track is mirrored (reversed) |
| Theme String | 0x2D |
string | Visual theme identifier |
| Mascot | 0x2E |
string | Track mascot/character |
Read/Write Support
Full round-trip.