20,741
edits
Line 83: | Line 83: | ||
As can be seen, additional resources can be freed by flying in areas without scenery (ocean tiles), and by using simple aircraft like the ufo. And by using a HUD instead of a 2D/3D cockpit panel. | As can be seen, additional resources can be freed by flying in areas without scenery (ocean tiles), and by using simple aircraft like the ufo. And by using a HUD instead of a 2D/3D cockpit panel. | ||
=== Minimal Rembrandt Startup Profile == | |||
<pre> | |||
--enable-rembrandt | |||
--prop:/sim/rendering/rembrandt/ambient-occlusion-buffers=false | |||
--prop:/sim/rendering/shadows/map-size=1024 | |||
--prop:/sim/rendering/shadows/num-cascades=1 | |||
--airport=ksfo | |||
--offset-distance=4000 | |||
--offset-azimuth=90 | |||
--altitude=500 | |||
--heading=0 | |||
--model-hz=60 | |||
--bpp=16 | |||
--disable-random-objects | |||
--prop:/sim/rendering/quality-level=1 | |||
--prop:/sim/rendering/shaders/quality-level=1 | |||
--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 | |||
--disable-clouds | |||
--disable-clouds3d | |||
--disable-skyblend | |||
--disable-textures | |||
--fog-fastest | |||
--visibility=5000 | |||
--disable-distance-attenuation | |||
--disable-enhanced-lighting | |||
--disable-skyblend | |||
--disable-textures | |||
--disable-real-weather-fetch | |||
--prop:/sim/rendering/particles=0 | |||
</pre> | |||
=== Further assistance === | === Further assistance === | ||
Line 93: | Line 131: | ||
* screen shots | * screen shots | ||
* screen shots showing frame rate, frame spacing, performance monitor, osg on-screen stats (see [[Howto:Use the system monitor]] ) | * screen shots showing frame rate, frame spacing, performance monitor, osg on-screen stats (see [[Howto:Use the system monitor]] ) | ||
=== Reporting incompatible default settings === | === Reporting incompatible default settings === |