TIB Format - DustStormPettigrew/LibLR1 GitHub Wiki
TIB — Timer Binary
Timer data (confirmed name: Timer Binary per ben221199/LR1). Contains an array of structs with integer properties. Has a notable 0x2B bodge in the parser suggesting a format quirk.
Top-Level Block
| Block ID | Hex | Type |
|---|---|---|
| Unknown 27 | 0x27 |
TIB_Unknown27[] (struct array) |
TIB_Unknown27 Properties
| Property | Hex | Type |
|---|---|---|
| Int28 | 0x28 |
int |
| Int29 | 0x29 |
int |
| Int2A | 0x2A |
int |
| Int2D | 0x2D |
int |
Note: The parser contains a workaround where if the next token after property
0x28/0x29/0x2A/0x2Dis notInt32, it skips a byte ("0x2B bodge"). This suggests property0x2Bappears inline without data but is not formally handled.
Read/Write Support
Read only.