DDB Format - DustStormPettigrew/LibLR1 GitHub Wiki
DDB ā NPC Driver List
AI opponent driver definitions. Has many properties, mostly undecoded.
Top-Level Block
| Block ID | Hex | Type |
|---|---|---|
| Drivers | 0x27 |
Dict<string, DDB_Driver> |
DDB_Driver Properties
| Property | Hex | Type | Description |
|---|---|---|---|
| 0x28ā0x2B | string Ć 4 | String references | |
| 0x2Cā0x31, 0x33ā0x38 | int Ć 12 | Unknown integer properties | |
| 0x3A | int Ć 2 (optional) | Unknown pair |
The string properties likely reference driver model, texture, animation, and AI behavior files. The integer properties may control AI difficulty, speed, aggression, etc.
Read/Write Support
Full round-trip.