You are on page 1of 2

#

# Player options, stored in prefs.


#
# Current version number of preferences file.
# If it doesn't match what the code expects, your preferences file is ignored &
reset to default.
property OptionVersion
0x04754439 uint32
property OptionDefaultsSet
0x0461709d bool
#######################################################
# Config manager options
#
# NOTE: All options set through the config manager must be uint32s
# Each of these should have a corresponding entry in Options.txt,
# and potentially SPCommonOptionIDs.h.
# Low/Med/High
property OptionShadows
property OptionTextureDetail
property OptionEffects
property OptionBakeQuality
property OptionLighting
property OptionPlanetQuality
property OptionGameQuality
property OptionDOF

0x0461709e
0x0461709f
0x046170a0
0x046170a3
0x046170a6
0x046170a7
0x05c9482d
0x4c0dd839

uint32
uint32
uint32
uint32
uint32
uint32
uint32
uint32

property OptionPhotoRes
0x0473b8cb uint32
property OptionVideoRes
0x0473b8cc uint32
property OptionAudioPerformance 0x7d8ed666 uint32
# on/off
property OptionFullScreen

0x046170a2 uint32

property OptionDiskCacheSize 0x046170a4 uint32


# Populated in code; contains screen resolution & refresh rate
property OptionScreenSize
0x046170a1 uint32
# Game options
property OptionTutorialsEnabled 0x04ea96cb uint32
# YouTubeLogin
property OptionLoggedInYouTube 0x05664a8b uint32
# Game Hints
property OptionShowHints 0x05b5bb5e uint32
# Login
property OptionBuddiesOnly 0x05de7b4a uint32
# Edge Scroll
property OptionEdgeScroll

0x0636ec26 uint32

# download expiry
property OptionExpireOld
property OptionArchiveExpired
property OptionExpireDays
property OptionDownloadSize

0x0626f940
0x0626f9c0
0x0626f958
0x0685a63c

uint32
uint32
uint32
uint32

# feed update
property OptionUpdateLimit
0x0685a785 uint32
property OptionUpdateLimitDays 0x0685a821 uint32
# image capture
property OptionCaptureUI

0x0631621a bool

# game controls
property OptionCellControls
property OptionCreatureControls
property OptionTribeControls
property OptionCivControls
property OptionSpaceControls

0x0679b833
0x0679b85e
0x0679b868
0x0679b873
0x0679b880

false
uint32
uint32
uint32
uint32
uint32

##############################################################
# Set by options screen when a change requires asset rebaking.
property PrefsClearGraphicsCache (hash(PrefsClearGraphicsCache)) bool false
#######################################################
# Audio
#
# These are manipulated directly rather than through the
# config manager.
property
property
property
property
property
property

AudioMasterVolume
AudioSFXVolume
AudioMusicVolume
AudioVOXVolume
AudioSpeakerMode
AudioMuteAll

(hash(mastervolume))
(hash(sfxvolume))
(hash(musicvolume))
(hash(voxvolume))
(hash(speakermode))
(hash(muteall))

float
float
float
float
uint32
bool

#######################################################
# Login
#
# Set directly by network
property UserName
0x040512ef string8
property Password
0x040512f4 string8
property PlayOffline
0x040e3d98 bool
property PromptOnStartup
0x0440a514 bool
#######################################################
# Names for props set directly by config manager script
#
property ShaderPath
(hash(ShaderPath)) int
property EffectsInstancing
(hash(effectsInstancing)) bool
property MRT
41
bool
property AlwaysFullscreen
0x05dd4647
bool
property RenderTargetCorrection 68
bool
property dropShadowQualityText (hash(dropShadowQualityText)) int
property dropShadowQualityImage (hash(dropShadowQualityImage)) int
property NumFramesToBuffer
0x05c97448 int
# Mac
property MacSpecificText
property Support51Audio

0x061b67b6 bool
0x063ab656 bool

You might also like