Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Megaf/fac3047d90c1ecfc27abb489dad36209 to your computer and use it in GitHub Desktop.
Save Megaf/fac3047d90c1ecfc27abb489dad36209 to your computer and use it in GitHub Desktop.
FlightGear 2020.3 Advanced Settings For Max Quality
# General
--disable-panel
--enable-anti-alias-hud
--prop:/sim/nasal-gc-threaded=true
--prop:/sim/gui/current-style=0
# ALS Stuff
--prop:/sim/rendering/shaders/skydome=true
--prop:/sim/rendering/als/shadows/enabled=true
--prop:/sim/rendering/als/shadows/sun-atlas-size=8192
# Rembrand and Compositor Shadows
--prop:/sim/rendering/shadows=true
--prop:/sim/rendering/shadows-ac=true
--prop:/sim/rendering/shadows-ai=true
--prop:/sim/rendering/shadows-to=true
# Rendering
--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext
--prop:/sim/rendering/use-vbos=true
--enable-distance-attenuation
--enable-horizon-effect
--shading-smooth
--fog-nicest
--enable-specular-highlight
--prop:/sim/rendering/bits-per-pixel=24
--prop:/sim/rendering/depth-buffer-bits=32
--prop:/sim/rendering/bump-mapping=true
--prop:/sim/rendering/particles=1
--prop:/sim/rendering/vegetation-density=2
# Shaders
--prop:/sim/rendering/shading=true
--prop:/sim/rendering/shader-effects=true
--prop:/sim/rendering/shader-experimental=true
--prop:/sim/rendering/shaders/custom-settings=true
--prop:/sim/rendering/shaders/clouds=1
--prop:/sim/rendering/shaders/contrails=1
--prop:/sim/rendering/shaders/crop=1
--prop:/sim/rendering/shaders/forest=1
--prop:/sim/rendering/shaders/generic=1
--prop:/sim/rendering/shaders/landmass=6
--prop:/sim/rendering/shaders/lights=1
--prop:/sim/rendering/shaders/model=3
--prop:/sim/rendering/shaders/transition=6
--prop:/sim/rendering/shaders/urban=0
--prop:/sim/rendering/shaders/vegetation-effects=1
--prop:/sim/rendering/shaders/water=5
--prop:/sim/rendering/shaders/wind-effects=2
# LOD
--prop:/sim/rendering/max-paged-lod=500
--prop:/sim/rendering/static-lod/detailed=20000
--prop:/sim/rendering/static-lod/rough-delta=20000
--prop:/sim/rendering/static-lod/bare-delta=60000
--prop:/sim/rendering/clouds3d-detail-range=40000
--visibility=20000
# Filtering
--prop:/sim/rendering/filtering=16
--prop:/sim/rendering/multi-sample-buffers=1
# Set this to 4 if FG fails to start
--prop:/sim/rendering/multi-samples=8
# Caching
--prop:/sim/tile-cache/enable=true
--prop:/sim/rendering/cache=true
# Limit FPS for smoother video
--prop:/sim/frame-rate-throttle-hz=30
# Weather and Clouds
--enable-clouds
--enable-real-weather-fetch
--enable-clouds3d
--prop:/sim/rendering/clouds3d-density=0.20
--prop:/sim/rendering/precipitation-enable=true
--prop:/environment/contrail=true
--prop:/sim/rendering/lightning-enable=true
--prop:/sim/local-weather/cloud-shadows/cloud-shadow-flag=true
--prop:/sim/local-weather/config/asymmetric-buffering-flag=true
--prop:/sim/local-weather/config/detailed-clouds-flag=true
--prop:/sim/local-weather/config/detailed-terrain-interaction-flag=true
--prop:/sim/local-weather/config/dynamical-convection-flag=true
--prop:/sim/local-weather/config/dynamics-flag=true
--prop:/sim/local-weather/config/generate-cloud-shadows=true
--prop:/sim/local-weather/config/generate-thermal-lift-flag=true
--prop:/sim/local-weather/config/presampling-flag=true
--prop:/sim/local-weather/config/realistic-visibility-flag=true
--prop:/sim/local-weather/config/target-framerate=30
--prop:/sim/local-weather/config/thermal-properties=1
--prop:/sim/local-weather/config/thread-flag=true
# Disable AI Stuff
--prop:/sim/traffic-manager/enabled=0
--prop:/sim/ai/enabled=0
--disable-ai-traffic
--disable-ai-models
# Multiplayer
--prop:/scenery/share-events=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment