Fgfsrc: Difference between revisions

Jump to navigation Jump to search
1,359 bytes added ,  20 August 2015
An example of a debug ''fgfsrc'' file:
m (cat: FlightGear)
(An example of a debug ''fgfsrc'' file:)
Line 112: Line 112:
* <code>--random-wind # not in 1.9.1 and former versions</code><br />Nice turbulences during approaches ;-). '''Attention:''' with Git version (and probably 2.4.0 as well) this option can only be used together with option <tt>--disable-real-weather-fetch</tt>'''!'''
* <code>--random-wind # not in 1.9.1 and former versions</code><br />Nice turbulences during approaches ;-). '''Attention:''' with Git version (and probably 2.4.0 as well) this option can only be used together with option <tt>--disable-real-weather-fetch</tt>'''!'''


===== An example of a debug ''fgfsrc'' file: =====
for debugging purposes, like when using '''dbg''', it might be easier for you to arrange a .fgfsrc with minimal options disabled. see [[Troubleshooting_crashes]] for further info, a template would be:
'''note: you have to direct --fg-root towards your $FGDATA folder'''
<syntaxhighlight lang="text">
--fg-root=
--ignore-autosave
--airport=ksfo
--offset-distance=4000
--offset-azimuth=90
--altitude=500
--heading=0
--model-hz=60
--disable-random-objects
--prop:/sim/rendering/texture-compression=off
--prop:/sim/rendering/quality-level=0
--prop:/sim/rendering/shaders/quality-level=0
--disable-ai-traffic
--prop:/sim/ai/enabled=0
--aircraft=ufo
--disable-sound
--prop:/sim/rendering/random-vegetation=0
--prop:/sim/rendering/random-buildings=0
--disable-specular-highlight
--disable-ai-models
--timeofday=noon
--disable-clouds
--disable-clouds3d
--fog-fastest
--visibility=5000
--disable-distance-attenuation
--disable-enhanced-lighting
--disable-real-weather-fetch
--prop:/sim/rendering/particles=0
--prop:/sim/rendering/multi-sample-buffers=0
--prop:/sim/rendering/multi-samples=1
--prop:/sim/sceneryloaded-override=1
--prop:/sim/rendering/draw-mask/aircraft=0
--prop:/sim/rendering/draw-mask/models=0
--prop:/sim/rendering/draw-mask/clouds=0
--prop:/sim/rendering/draw-mask/terrain=0
</syntaxhighlight>


Please feel free to add other useful options to the temporary and basic ones!!!
Please feel free to add other useful options to the temporary and basic ones!!!
272

edits

Navigation menu