Tes5Mod:Mod File Format/SMQN
The UESPWiki – Your source for The Elder Scrolls since 1995
SMQN are "Story Manager Quest Nodes", which are branchs in a tree structure from SMBN other SMQN (Quest nodes). These are extremely similar to Branch Nodes except that they have extra fields which involve an actual QUST record.
| C | V | Field | Name | Type/Size | Info |
|---|---|---|---|---|---|
| - | EDID | Editor ID | zstring | ||
| + | PNAM | Parent | formid | Reference to parent SMQN, SMBN or SMEN | |
| + | SNAM | child? | formid | 0 or reference to child SMQN, SMBN or SMEN | |
| + | CITC | CTDA count | uint32 | Count of CTDA entries | |
| * | CTDA | Condition Data | CTDA | CTDA records (CITC count) | |
| - | CIS2 | variable name | zstring | Optional variable name eg "::playerAllegiance_var" may be passed to next CTDA only? | |
| + | DNAM | flags | uint32 | Flags, 0x01 and also very large (0x10000, 0x100000) | |
| + | XNAM | unknown | uint32? | Always 0 | |
| + | QNAM | NNAM count | uint32 | Count of NNAM (QUST) entries | |
| * | NNAM | Quest node | formid | QUST formids (QNAM count) |
![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/4/4d/Somerights.png)