Settings
Settings
1000
SETTINGS
################################################################################
#
# S T O P ! ! !
#
# This is X-Plane 12’s settings file. This is NOT your preferences. You
# should not edit this file, delete it, or modify it in any way or X-Plane
# may stop working. If you do accidentally touch this file, simply re-run
# the updater to get a new clean file. Your preferences are in
# Output/preferences.
#
# This file contains low level tuning for X-Plane's rendering engine; it
# is set up by Laminar Research before X-Plane ships. Please close this
# file now!!
#
#
#
#
#
# Still here? You're a hacker? The documentation that follows is for
# the use of LR's internal dev team. You're welcome to poke at this file
# in the privacy of your own home, and if you find a tweak you like, you
# can email LR. But please:
#
# - DO NOT make an add-on that requires this file to be modified. The
# format is completely unstable and subject to change without notice.
# - DO NOT contact tech support or LR if you change this file and bad
# things happen*. If you tweak this, you're on your own.
#
# * Bad things include: X-Plane crashing, X-Plane hanging, X-Plane failing
# to start, rendering artifacts, your whole computer hanging, your
# computer catching fire, and highly trained monkeys stealing all of
# your underwear.
#
# You have been warned.
#
#
################################################################################
# This file maps X-Plane rendering settings (as seen by the user) to art
# controls that actually affect the rendering engine. The file contains:
# - Basic UI info, e.g. the setting strings and tool tips.
# - Tables that map particular setting choices to particular art controls.
#
# Tables can key off 1 or 2 settings at the same time, and each setting can
# trigger multiple datarefs.
#
# Raw syntax
#
# SETTING <type> <ui> <name> <max>
#
# This defines a new setting. Type is one of DRAW or EFFECT to describe
# whether the setting is a 'thing' in the world or an effect applied to
# drawing. (X-Plane ignores this info right now.) UI is one of CHECK,
# POPUP or SLIDER and defines what UI the setting shows. NAME identifies
# the setting - this string must match the internal code in X-Plane's UI
# and cannot be changed. Max defines the maximum value - all settings
# are zero based.
#
# SETTING_NAME <human-readable name>
#
# This is the human readable name for the setting as shown in the
# rendering screen. The goofy punctuation helps x-Plane layout the text.
#
# SETTING_DESC <tooltip>
#
# This is the tooltip the user sees if they mouse over the UI.
#
# SETTING_DEFAULT <config> <value>
#
# This defines the default for a given hardware configuration. The
# configs can be vkmtl, vkmtl_async or m1.
#
# SETTING_1 <setting> <value> <dataref> <value> [<dataref <value> ...
[<dataref> <value>] ]
#
# This defines a table that maps a particular value for a particular setting to
a list of
# art control-value pairs. Each setting entry can control as many or as few
art controls as
# desired, and while it is a terrible idea to change an art control for SOME
values of a
# setting and not ALL of them, it isn't illegal.
#
# SETTING_2 <setting1> <value1> <setting2> <value2> <dataref> <value>
[<dataref <value> ... [<dataref> <value>] ]
#
# Same idea as above, but these art controls get these values when BOTH
settings have these values at the same
# time. This lets you build a 2-d grid of settings, or specialize one setting
based on another.
#
# REQUIRE_RELOAD [level edge] [conditionals] [NO_DSF]
#
# The scenery must be reloaded when this setting changes. If level edge is
provided, settings going from bleow
# This level to at-or-above this level causes a reload. If conditionals are
present, objects that use these
# conditionals are reloaded.
#
# If the NO_DSF tag is present, only OBJS are reloaded.
#
###################################################################################
##########################################
# MISC RANDOM SETTINGS
###################################################################################
##########################################
###################################################################################
##########################################
# 3-D STUFF - A BIG SETTING
###################################################################################
##########################################
## --------------------
## Static aircraft
## --------------------
## --------------------
## Vegetation
## --------------------
###################################################################################
##########################################
# World draw distance
###################################################################################
##########################################
###################################################################################
##########################################
# Extra eye candy
###################################################################################
##########################################
###################################################################################
##########################################
# The axis of suffering
###################################################################################
##########################################
TIMEDEMO 2
DEMO_SETTING renopt_shadow_quality_04 1
DEMO_SETTING renopt_draw_3d_04 1
DEMO_SETTING renopt_draw_distance04 1
DEMO_SETTING renopt_HDR_antial 0
DEMO_SETTING renopt_SSAO_04 0
DEMO_SETTING renopt_vegetation_3d 0
DEMO_SETTING renopt_vegetation_quality_04 1
DEMO_SETTING renopt_clouds_02 0
TIMEDEMO 3
DEMO_SETTING renopt_shadow_quality_04 2
DEMO_SETTING renopt_draw_3d_04 2
DEMO_SETTING renopt_draw_distance04 2
DEMO_SETTING renopt_HDR_antial 0
DEMO_SETTING renopt_SSAO_04 1
DEMO_SETTING renopt_vegetation_3d 1
DEMO_SETTING renopt_vegetation_quality_04 2
DEMO_SETTING renopt_clouds_02 1
TIMEDEMO 4
DEMO_SETTING renopt_shadow_quality_04 3
DEMO_SETTING renopt_draw_3d_04 3
DEMO_SETTING renopt_draw_distance04 3
DEMO_SETTING renopt_HDR_antial 1
DEMO_SETTING renopt_SSAO_04 2
DEMO_SETTING renopt_vegetation_3d 1
DEMO_SETTING renopt_vegetation_quality_04 3
DEMO_SETTING renopt_clouds_02 1
TIMEDEMO 5
DEMO_SETTING renopt_shadow_quality_04 4
DEMO_SETTING renopt_draw_3d_04 4
DEMO_SETTING renopt_draw_distance04 4
DEMO_SETTING renopt_HDR_antial 1
DEMO_SETTING renopt_SSAO_04 3
DEMO_SETTING renopt_vegetation_3d 1
DEMO_SETTING renopt_vegetation_quality_04 4
DEMO_SETTING renopt_clouds_02 2