REGN

From OpenMW Wiki
Revision as of 14:12, 22 February 2013 by Ezzetabi (talk | contribs) (REGN, Region information. Sound, weather...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

REGN, Region information.

NAME = Various length, string. Region ID.
FNAM = Various length, string. Region name.
WEAT = 8 bytes, byte[8] as described. Weather Chances, must sum-up to 100.
      -- byte Clear,
      -- byte Cloudy,
      -- byte Foggy,
      -- byte Overcast,
      -- byte Rain,
      -- byte Thunder,
      -- byte Ash,
      -- byte Blight.
BNAM = Various length, string. Sleep creature.
CNAM = 4 bytes, byte[4] as described. Map Color.
      -- byte Red,
      -- byte Green,
      -- byte Blue,
      -- byte Null.
SNAM = 33 bytes. Sound Record as described.
    32 bytes, string. Sound Name, (lots of extra junk beyond string?)
    1 byte, byte. Chance.
      -- Multiple records with the order determining the sound priority

Go back to main esx page.