Tes5Mod:Mod File Format/KYWD
The UESPWiki – Your source for The Elder Scrolls since 1995
KYWD forms define keywords. Keywords are used in many different record types as generic descriptors that the game can check for and can be just about anything including weapon materials, vendor items, and so on. Keywords lists various known keywords.
[edit] KYWD
| C | V | Field | Name | Type/Size | Info |
|---|---|---|---|---|---|
| + | EDID | editorID | zstring | Max 0x200 bytes, including null terminator. | |
| - | CNAM | color | rgb | Used to identify keywords in the editor. |
[edit] Including Keywords
Objects which include KYWD usually do so in the following structure. If there are no keywords associated then both are omitted.
| C | V | Field | Name | Type/Size | Info |
|---|---|---|---|---|---|
| + | KSIZ | KYWD count | uint32 | Total number of keywords. | |
| + | KWDA | KYWD formids | formid[] | End-to-end KYWD formids, numbering KSIZ uint32 in total. |
![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/4/4d/Somerights.png)