Skyrim Mod:Mod File Format/DEST Field
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Skyrim: Skyrim Mod: File Formats: Mod File Format: Fields
C | SubRecord | Name | Type/Size | Info |
---|---|---|---|---|
+ | DEST | Destruction Data | struct | 8 byte struct |
|
uint32 | Health | ||
|
uint8 | Number of destruction sections that follow | ||
|
uint8 | 0x01 = VATs enabled | ||
|
uint8 | No known use | ||
|
uint8 | No known use | ||
* | Stage Data | Multiple fields, as outlined below. |
Stage Data[edit]
C | SubRecord | Name | Type/Size | Info |
---|---|---|---|---|
+ | DSTD | Stage Data | struct | 20 byte struct |
|
uint8 | |||
|
uint8 | |||
|
uint8 | 0-8 | ||
|
uint8 | 0x01=Cap Damage, 0x02=Disable Object, 0x04=Destroy Object, 0x08=Ignore External Damage | ||
|
uint32 | |||
|
formid | |||
|
formid | |||
|
uint32 | |||
- | DMDL | Replacement Model | zstring | Path to .nif |
- | DMDT | Unknown | struct[] | Series of 12-byte structs (possibly alternate texture-related) |
- | DMDS | Unknown | list[TextureCount] | |
|
uint32 | Number of entries (remaining fields) | ||
|
uint32 | |||
|
char[StringLength] | |||
|
formid | |||
|
uint32 | |||
+ | DSTF | End Marker | null | Marks end of DSTD section |