Skyrim Mod:Mod File Format/ADDN
The UESPWiki – Your source for The Elder Scrolls since 1995
ADDN records contain information on "addon nodes". These appear to be generic visual attachments that can be attached to any object.
NOTE: All fields marked required since all records have them but they may not all be required.
C | SubRecord | Name | Type/Size | Info |
---|---|---|---|---|
+ | EDID | editorId | zstring | Editor id |
+ | OBND | object bounds | OBND | Always 12 bytes, even if all 0s |
+ | MODL | model | zstring | Path to .nif |
+ | MODT | model data | struct[] | series of 12-byte structs (assume xyz) |
+ | DATA | Addon Node Index | uint32 | Unique integer (within ADDN), may be used instead of formID for reference. |
- | SNAM | Ambient Sound | FormID | SOUN not found in original files |
+ | DNAM | flags | struct |
|