Skyrim Mod:Mod File Format/BOOK
The UESPWiki – Your source for The Elder Scrolls since 1995
C | Field | Name | Type/Size | Info |
---|---|---|---|---|
+ | EDID | editorID | zstring | Max 0x200 bytes, including null terminator. |
- | VMAD | script data | VMAD | Script Data |
+ | OBND | objectBounds | OBND | 12 zeroes most of the time |
- | FULL | ingame name | lstring | Full (in-game) name |
+ | MODL | model | MODL | Includes Fields MODB, MODT, MODS, MODD |
- | ICON | Inventory Image | zstring | Inventory Image Filename |
- | MICO | Message Icon | zstring | Message Icon Filename |
+ | DESC | description | lstring | Book Text |
- | DEST | destruction data | DEST | Includes Fields DSTD, DMDL, DMDT, DMDS |
- | YNAM | pickupSound | formid | Sound SNDR played when picked up |
- | ZNAM | dropSound | formid | Sound SNDR played when dropped |
+ | KSIZ | KSIZ | uint32 | KYWD count |
+ | KWDA | KWDA | formid[KSIZ] | Array of KYWD formids |
+ | DATA | Book Data | struct | 16 Byte Struct
|
- | INAM | Inventory Art | formid | Inventory Art STAT |
+ | CNAM | Description | lstring | Description (displayed at bottom in inventory view) |