GMST: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(GSMT)
 
m (Ezzetabi moved page Gmst to GMST: Sub-record names should be all caps.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Game Setting Record, 19 to 261 bytes (43 average)
Game Setting Record


GSMT sub-record details:
GSMT sub-record details:
  NAME = Setting ID string
  NAME = Variable length, string. Setting ID.
  STRV = String value
  STRV = Variable length, string. Value.
  INTV = Integer value (4 btes)
  INTV = 4 bytes, integer. Value.
  FLTV = Float value (4 bytes)
  FLTV = 4 bytes, float. Value.
     Each GMST has one of STRV, INTV, FLTV for the setting value.
     -- Each GMST has one of STRV, INTV, or FLTV for its value.
 
{{backtoesx}}

Latest revision as of 09:17, 22 February 2013

Game Setting Record

GSMT sub-record details:

NAME = Variable length, string. Setting ID.
STRV = Variable length, string. Value.
INTV = 4 bytes, integer. Value.
FLTV = 4 bytes, float. Value.
    -- Each GMST has one of STRV, INTV, or FLTV for its value.

Go back to main esx page.