Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.
Skyrim Mod:Save File Format/Process Lists
The UESPWiki – Your source for The Elder Scrolls since 1995
Process Lists[edit]
Name | Type/Size | Info |
---|---|---|
unknown | float | |
unknown | float | |
unknown | float | |
nextNum | uint32 | This value is assigned to the next process |
allCrimes | CrimeType[7] | Crimes grouped according with their type (see below) |
CrimeType[edit]
Name | Type/Size | Info |
---|---|---|
count | vsval | |
crimes | Crime[count] |
Crime[edit]
Name | Type/Size | Info |
---|---|---|
witnessNum | uint32 | |
crimeType | uint32 |
|
unknown | uint8 | |
quantity | uint32 | The number of stolen items (e.g. if you've stolen Gold(7), it would be equals to 7).
Only for thefts |
serialNum | uint32 | Assigned in accordance with nextNum |
unknown | uint8 | |
unknown | uint32 | May be date of crime? Little byte is equal to day |
elapsedTime | float | Negative value measured from moment of crime |
victimID | RefID | The killed, forced door, stolen item etc. |
criminalID | RefID | |
itemBaseID | RefID | Only for thefts |
ownershipID | RefID | Faction, outfit etc. Only for thefts |
count | vsval | |
witnesses | RefID[count] | |
bounty | uint32 | |
crimeFactionID | RefID | |
isCleared | uint8 | 0 - active crime, 1 - it was atoned |
unknown | uint16 |