Skyrim Mod talk:Mod File Format/INGR
The UESPWiki – Your source for The Elder Scrolls since 1995
Record Info[edit]
I suck at these tables, but most of the information is available if someone wants to do it.
R = Required, NR = Not Required, ? = Unknown requirement
- R | EDID = zstring
- NR | VMAD
- R | OBND = Skyrim Mod:Mod File Format/OBND Field
- R | FULL = stringID
- NR | KSIZ = uint32 | count of KWDA
- struct[KSIZ] {
- NR | KWDA = uint32 | points to a KYWD record
- }
- R | MODL = zstring | model file name
- ? | MODT = Skyrim Mod:Mod File Format/Model Textures Field
- NR | YNAM = uint32 | points to a SNDR record (pick up sound?)
- NR | ZNAM = uint32 | points to a SNDR record (drop sound?)
- R | DATA = uint32, float | value, weight
- R | ENIT = uint32, uint32 (??) | unknown
- struct[4] = { // in order of effect as it appears on the ingredient
- R | EFID = id for Skyrim Mod:Mod File Format/MGEF
- R | EFIT = float, uint32, uint32 | Magnitude, Area, Duration of effect
- }
Hexorcist 23:17, 4 December 2011 (UTC)