TRB Format - DustStormPettigrew/LibLR1 GitHub Wiki

TRB — Trigger Binary

Trigger data (confirmed name: Trigger Binary per ben221199/LR1). Distinct from TGB (also Trigger Binary). Array of structs with mixed property types.

Top-Level Block

Block ID Hex Type
Unknown 27 0x27 TRB_Unknown27[] (struct array)

TRB_Unknown27 Properties

Property Hex Type
Vec29 0x29 LRVector3
Float2A 0x2A float
Int2B 0x2B int
String2D 0x2D string
Int2E 0x2E int
Bool2F 0x2F flag

Read/Write Support

Read only.


Back to Home