Oblivion Mod:Save File Format/FACT

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A FACT Change Record (change record type 6) describes changes to the game's factions (FACT mod file records). It can contain the following subrecords (with their corresponding byte in the overall Flags), in order of appearance:

The relative positions of the subrecords have all been confirmed; their contents (as far as they are understood) are based on actual save files.

Faction Reactions[edit]

The Faction Reactions subrecord is present when bit 3 (0x00000008) is set in a FACT record's overall Flags. Its length is variable, but the parameters controlling its length are understood. The meaning of the data contained in this subrecord is unknown.

Name Type/Size Info
reactionsNum ushort Number of reactions
reactions struct[reactionsNum] Array of information about faction reactions
unknown1
iref ?Most likely iref to faction?
unknown2
long ?Maybe value that describes reaction to faction?

Faction Flags[edit]

The Faction Flags subrecord is present when bit 2 (0x00000004) is set in a FACT record's overall Flags. Its length is a constant 1 byte. The meaning of the data contained in this subrecord is unknown.

Name Type/Size Info
flags ubyte