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.


Back to Home