Mod articles
-
Grim Dawn - PFX File Format Information
Grim Dawn - PFX File Format InformationOverview
The Grim Dawn .PFX file-format is the binary file-format that the game uses for storing its particle effects.
File Header
PFX files have a single header at the start of the file <65 00 00 00>, which is then followed by a list of its emitters one after each other.
Emitters
Overview
Each emitter section has 5 parts:
A string containing the emitter-name (see the data-types section regarding the string format)
A static emitter-type: 'PFX1' <50 46 58 31>
A terminator?: <00 00 00 00> (Always seems to be empty)
The length of the rest of the data in this emitter (e.g. 909 <8D 03 00 00>)
The 5 different sections for each data-type (strings, b...