Skyrim Mod:Mod File Format/FACT
The UESPWiki – Your source for The Elder Scrolls since 1995
FACT records contain faction information.
C | V | Field | Name | Type/Size | Info |
---|---|---|---|---|---|
+ | EDID | editorID | zstring | Faction name | |
- | FULL | name | lstring | Full name | |
* | XNAM | Interfaction Relations | struct |
|
|
+ | DATA | flags | uint32 | Flags
|
|
- | JAIL | Prison Marker | formid | REFR formid - The exterior jail marker for the faction's prison. | |
- | WAIT | Follower Wait Marker | formid | REFR formid - Marker the player's followers are assigned to wait at. | |
- | STOL | Evidence Chest | formid | REFR formid - Stolen goods are stored in this chest. | |
- | PLCN | Player Belongings Chest | formid | REFR formid - Player's inventory is stored in this chest. | |
- | CRGR | Crime Group | formid | Crime Factions List (FLST) | |
- | JOUT | Jail Outfit | formid | OTFT formid - Jail outfit the player is given. | |
- | CRVA | Crime Gold | struct[12/16/20] | Size varies in record versions 30 and below, additional fields are those at the end of the structure. Seems to be required normally, but one record, MS08AlikrFaction (000215D3) in Skyrim.esm, doesn't have one.
|
|
* | Ranks | Rank[] | Listing of ranks, if any, and their names. | ||
* | RNAM | Rank ID | uint32 | Rank ID | |
- | MNAM | Male Rank Title | lstring | Male title | |
- | FNAM | Female Rank Title | lstring | Female title | |
- | VEND | Vendor List | formid | Merchandise list (FLST) | |
- | VENC | Vendor Chest | formid | Reference to vendor chest (REFR) | |
- | 29+ | VENV | struct[12] | All 0s unless vendor; always present in record versions 29 and above, never present in record versions 28 and below
|
|
- | PLVD | struct[12] | Where to sell goods
|
||
- | CTDA | CTDA | Conditions, with leading CITC field. Vendor will only buy/sell when these conditions are met. |
See Also[edit]
- Faction on the CK wiki