FF8/FileFormat INF
< FF8
Jump to navigation
Jump to search
Revision as of 17:21, 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 | 4 * 2 | Unknown (or 0xF7FF) |
28 | 4 | Unknown (four equal bytes) |
Triggers data
For each trigger:
Offset | Size | Data |
---|---|---|
0 | 6 | Vertex of corner1 |
6 | 6 | Vertex of corner2 |
12 | 1 | Door ID (or 0xff) |
13 | 3 | Blank |