Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.
Oblivion Mod:Mod File Format/CREA
The UESPWiki – Your source for The Elder Scrolls since 1995
CREA records hold information on a creature.
- All repeating subrecords are optional.
- Directories for meshes are based upon meshes\
- In Progress. May contain incomplete/inaccurate data.
C | SubRecord | Name | Type/Size | Info | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | EDID | editorId | zstring | Editor id | ||||||||||||||||||||||||||||||||||||||||||||
- | FULL | fullName | zstring | Full name | ||||||||||||||||||||||||||||||||||||||||||||
- | MODL | model | zstring | Skeletal NIF-filename with directory | ||||||||||||||||||||||||||||||||||||||||||||
? | MODB | ?? | float | ?Follows a MODL? | ||||||||||||||||||||||||||||||||||||||||||||
? | MODT | ?? | float | ?Sometimes follows a MODB? | ||||||||||||||||||||||||||||||||||||||||||||
- | NIFZ | ModelList | struct[~] | NIF-files used by the creature | ||||||||||||||||||||||||||||||||||||||||||||
|
zstring | Just the filenames. Folder seem to be given by MODL | ||||||||||||||||||||||||||||||||||||||||||||||
|
byte | has to be 0x00 | ||||||||||||||||||||||||||||||||||||||||||||||
+ | ACBS | config | struct[16] | Configuration | ||||||||||||||||||||||||||||||||||||||||||||
|
ulong |
| ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Base spell points | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Fatigue | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Barter gold | ||||||||||||||||||||||||||||||||||||||||||||||
|
short | Level/Offset level | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Calc Min | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Calc Max | ||||||||||||||||||||||||||||||||||||||||||||||
* | SNAM | faction | struct[10] | Faction | ||||||||||||||||||||||||||||||||||||||||||||
|
formid | points to a FACT record | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Rank | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte[3] | ?Some sort of faction flag? | ||||||||||||||||||||||||||||||||||||||||||||||
- | INAM | Death Item | formid | points to a LVLI record | ||||||||||||||||||||||||||||||||||||||||||||
+ | RNAM | Attack reach | ubyte | |||||||||||||||||||||||||||||||||||||||||||||
* | SPLO | spell | formid | points to a SPEL or LVSP record | ||||||||||||||||||||||||||||||||||||||||||||
- | SCRI | script | formid | points to a SCPT record | ||||||||||||||||||||||||||||||||||||||||||||
* | CNTO | items | struct[8] | Inventory items | ||||||||||||||||||||||||||||||||||||||||||||
|
formid | Item | ||||||||||||||||||||||||||||||||||||||||||||||
|
ulong | Count | ||||||||||||||||||||||||||||||||||||||||||||||
+ | AIDT | AI Data | struct[12] | AI Data | ||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Aggression | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Confidence | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Energy Level | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Responsibility | ||||||||||||||||||||||||||||||||||||||||||||||
|
ulong |
| ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte |
| ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Training level | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Unused?
| ||||||||||||||||||||||||||||||||||||||||||||||
* | PKID | AI Packages | formid | points to a PACK record | ||||||||||||||||||||||||||||||||||||||||||||
+ | DATA | creaturedata | struct[20] | Stats | ||||||||||||||||||||||||||||||||||||||||||||
|
byte | ?has to be 0x00? | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Combat Skill | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Magic Skill | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Stealth Skill | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | 0x0000 NONE, 0x0100 Petty ... 0x0500 Grand - yes 2 byte | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Health Points | ||||||||||||||||||||||||||||||||||||||||||||||
|
2 byte | ?unused? | ||||||||||||||||||||||||||||||||||||||||||||||
|
ushort | Attack Damage | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Strength | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Intelligence | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Willpower | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Agility | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Speed | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Endurance | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Personality | ||||||||||||||||||||||||||||||||||||||||||||||
|
ubyte | Luck | ||||||||||||||||||||||||||||||||||||||||||||||
- | ZNAM | Combat Style | formid | points to a CSTY record | ||||||||||||||||||||||||||||||||||||||||||||
- | CSCR | Inherits Sounds from | formid | points to a CREA record | ||||||||||||||||||||||||||||||||||||||||||||
* | CSDT | Soundtype | ulong |
| ||||||||||||||||||||||||||||||||||||||||||||
|
TESSound | formid | points to a SOUN record | |||||||||||||||||||||||||||||||||||||||||||||
|
Chance | ubyte | Chance to play sound <= 100 | |||||||||||||||||||||||||||||||||||||||||||||
+ | BNAM | Base Scale | float | Base Scale | ||||||||||||||||||||||||||||||||||||||||||||
+ | TNAM | Turning Speed | float | Turning Speed | ||||||||||||||||||||||||||||||||||||||||||||
+ | WNAM | Foot Weight | float | Foot Weight | ||||||||||||||||||||||||||||||||||||||||||||
- | NAM0 | Blood Spray | zstring | NIF-filename with directory | ||||||||||||||||||||||||||||||||||||||||||||
- | NAM1 | Blood Decal | zstring | NIF-filename with directory | ||||||||||||||||||||||||||||||||||||||||||||
- | KFFZ | Optional Animation List | struct[~] | If optional Animations are used, they are saved here. | ||||||||||||||||||||||||||||||||||||||||||||
|
zstring | Just the filenames. Animations depend on the Skeletal NIF-File | ||||||||||||||||||||||||||||||||||||||||||||||
|
byte | has to be 0x00 |