Defines controller input patterns and their mapped events.
| Offset | Type | Name | Description |
|---|---|---|---|
| 0x00 | UInt8 | Version | Format version. |
| 0x01 | Byte | Padding | |
| 0x02 | Int16 | EventCount | Number of event entries. |
| 0x04 | UInt32 | ConfigHash | Hash of configuration. |
| 0x08 | Char[33] | ConfigName | Configuration name (null-terminated). |
| 0x29 | Char[143] | Location | Source location path (null-terminated). |
Events start at offset 0xC0.
| Offset (Rel) | Type | Name | Description |
|---|---|---|---|
| 0x00 | UInt32 | EventHash | Hash identifier for the event. |
| 0x04 | UInt8 | SequenceLength | Length of the input sequence. |
| 0x05 | Char[26] | EventName | Event name (null-terminated). |
| 0x1F | Char[13] | Category | Event category (null-terminated). |
| 0x2C | Pattern[7] | Patterns | Array of 7 input pattern structures. |