XML:FILM
Notes about FILM*.dat (file is generated by F9 hotkey in dev mode), might be useful for a converter tool later.
IIRC, FILM*.oni storage type is big endian and FILM*.dat is little endian.
| FILM*.dat offset | FILM*.oni offset | |
| x-position of the character | 0x100 | 0x068 |
| y-position of the character | 0x104 | 0x06C |
| z-position of the character | 0x108 | 0x070 |
| body facing | 0x10C | 0x074 |
| desired facing | 0x110 | 0x078 |
| head facing | 0x114 | 0x07C |
| looking up or down | 0x118 | 0x080 |
| film lenght in frames | 0x11C | 0x084 |
| array size | 0x13C | 0x09C |
| first element | (some garbage before first element?) | 0x0A0 |