FF8/FileFormat INF
< FF8
Jump to navigation
Jump to search
Revision as of 15:45, 23 July 2012 by my_wiki>Myst6re
Gateways/Triggers
| Offset | Size | Data |
|---|---|---|
| 0 | 9 | Name of field (\0 terminated) |
| 9 | 1 | Control Direction |
| 10 | 10 | Unknown |
| 20 | 8*8 | Unknown |
| 84 | 16 | Unknown |
| 100 | 32 * 12 | Gateways |
| 384 | 16 * 12 | Triggers |
Gateways data
For each gateway:
| Offset | Size | Data |
|---|---|---|
| 0 | 6 | Vertex 1 of exit line (maybe x,z,y) |
| 6 | 6 | Vertex 2 of exit line (maybe x,z,y) |
| 12 | 6 | Destination vertex |
| 18 | 2 | Field ID |
| 20 | 12 | Unknown |
Triggers data
For each trigger:
| Offset | Size | Data |
|---|---|---|
| 0 | 6 | Vertex of corner1 |
| 6 | 6 | Vertex of corner2 |
| 12 | 1 | Background group ID (parameter) |
| 13 | 1 | Background frame ID (state) |
| 14 | 1 | Behavior |
| 15 | 1 | Sound ID |