Unfortunately, .trg files do not store location names, to avoid automatic association of the triggers with a different 'MRGN' (location) section. This way, by disabling references to locations entirely, the mapper will have to manually sift through them, ensuring accuracy.
To keep references to locations, you might wish to use SCMDraft's TrigEdit to handle triggers as plaintext.
The .trg file specs, courtesy of Heimdal:
QUOTE
8-byte header: qw 0x98 6 0x00000018
For each trigger, the following:
{
2400-byte TRIG structure from CHK format
External data for preceding trigger, in order of actions:
For each action that uses a string, 2048 bytes of string data (null-terminated)
For each CUWP action, a unitproperties struct (see UPRP section of CHK)
}
See the
CHK specs and the
TRIG/MBRF specs for more information.
UED77