Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.
Oblivion Mod:Mod File Format/PACK
The UESPWiki – Your source for The Elder Scrolls since 1995
A PACK record defines an AI package. There is a CTDA subrecord for each package condition.
Subrecord | Type | Info | |
---|---|---|---|
EDID | zstring | Package editor ID | |
PKDT | ulong | Flags
| |
long | Type
| ||
PSDT | ubyte | Month (Any=255) | |
ubyte |
Day of week (Any=255)
| ||
ubyte | Date (Any=0) | ||
ubyte | Time (Any=255) | ||
long | Duration | ||
PLDT | long | Type
| |
formid/long | Location (Form ID for types 0-4 and number for type 5) | ||
long | Radius | ||
PTDT | long | Type
| |
formid/long | Target (Form ID for types 0-1 and number for type 2) | ||
long | Count | ||
CTDA | ubyte | Condition type where the upper 4 bits contain the compare operator and the lower 4 bits contain flags.
| |
ubyte[3] | Unknown | ||
float | Comparison value | ||
long | Function index. See Functions for a list of function indices. | ||
formid/long | First parameter. This can be a number or a Form ID depending on the function. | ||
formid/long | Second parameter. This can be a number of a Form ID depending on the function | ||
ubyte[4] | Unknown |