Index  •  2DA  •  Effects  •  File Formats  •  Actions  •  Identifiers  •  Triggers  •  Appendices  •  Site Info  •  Legal

WFX file format

Applies to:
BG2, BG2: ToB

General Description
This file format determines variation for playback of wave sounds. A WFX file controls the variation for the the WAV file with the same basename (e.g. mysound.wfx controls the variation for mysound.wav).

Detailed Description
WFX files only contain a header section. Each WFX file has a constant length of 108h (264) bytes.

Offset Size (datatype) Description
0x0000 4 (char array) Signature ('WFX ')
0x0004 4 (char array) Version ('V1.0')
0x0008 4 (dword) Unknown
0x000c 4 (dword) Flags:
  • bit 0: Unknown
  • bit 1: Unknown
  • bit 2: Variation enabled
0x0010 4 (dword) Deviation
0x002c 244 (bytes) Unknown