SRC file format

Applies to:
PST

General Description
This file format contain strrefs for out-of-dialog text (e.g text displayed over the chracter on the game screen). Text is usually displayed over the creatures head, and the associated sound is played.

Detailed Description
SRC files have a very simple header, simply containing the count of strref entries. Each strref entry is eight bytes and consists of a strref and an unknown dword (always set to 1).

Overall structure


Offset Size (data type) Description
0x0000 4 (dword) Entry count


Offset Size (data type) Description
0x0004 4 (dword) Strref (entry #0)
0x0008 4 (dword)
Unknown