Oblivion Mod:Save File Format/FACT
Contents
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:
- Faction Reactions (3)
- Faction Flags (2)
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 |
|
iref | ?Most likely iref to faction? |
|
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 |