GMST: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(GSMT)
 
mNo edit summary
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}}

Revision as of 10:45, 21 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.