World Effect FX (WFF) - ivybridgegp/AphroditeServerWiki GitHub Wiki
The file is organised into sections containing surprisingly minimal data. Each section seems to reference a NIF file of some type
Structure
| Name | Size | Description |
|---|---|---|
| Model Name | 0x40 chars | Name of a NIF File |
| Map string | 4 chars | Just the string map that's null terminated |
| Set of zeros | 0x202 | Just a series of zeros. Doesn't change between files |
| uk00 | Int16 | Unknown const |
| pfloat1 | Int32 | Unknown int. Suspected to be a float32 |
| pfloat2 | Int32 | Unknown int. Suspected to be a float32 |
| pfloat3 | Int32 | Unknown int. Suspected to be a float32 |
| unk01 | Int32 | Unknown number |
| Skipped | 12 bytes | Info that seems to be a constant between files so is skipped |
| unk02 | Int32 | Unknown number that varies between files so seems to be relevant |
| HB | int64 | series of zeros with the chars HB always at the end. Read as an int until purpose is known |
| 5 zeros | 5 bytes | Bunch of zeros |
| Model level ref | Null terminated string | String ref some section of the NIF file. So far it has just been Scene Root |
| More zeros | 0x54 | Just more zeros |
| unk03 | Int32 | Number that varies between sections |