User Tools

Site Tools


games:windows:flightgear

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
games:windows:flightgear [2025/04/07 20:10] – created Sean Rhonegames:windows:flightgear [2025/06/01 22:25] (current) Sean Rhone
Line 1: Line 1:
 <code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext --prop:/sim/rendering/vsync-enable=false</code> <code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext --prop:/sim/rendering/vsync-enable=false</code>
 +
 +  CD "%ProgramFiles%\FlightGear 2024.1\bin" && RUNAS /trustlevel:"0x20000" "fgfs.exe --prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext"
  
 ====== Flags ====== ====== Flags ======
Line 14: Line 16:
  
 <code>--disable-clouds3d</code> <code>--disable-clouds3d</code>
 +
 +====== Test ======
 +
 +<code>CD "%PROGRAMFILES%\FlightGear 2020.3\bin" && "%PROGRAMFILES%\FlightGear 2020.3\bin\fgfs.exe"</code>
 +
 +<code>--timeofday="dawn" --enable-fullscreen --enable-texture-cache --prop:"/sim/rendering/vsync-enable"="false" --prop:"/sim/rendering/multi-sample-buffers"="false" --prop:"/sim/rendering/multi-samples"="0" --fog-disable --disable-clouds3d --prop:"/sim/rendering/multithreading-mode"="CullThreadPerCameraDrawThreadPerContext"</code>
 +
 +<code>--timeofday=dawn --prop:/sim/rendering/vsync-enable=false --prop:/sim/rendering/multi-sample-buffers=false --prop:/sim/rendering/multi-samples=0 --fog-disable --disable-clouds3d --prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext</code>
 +
 +====== Compat Settings ======
 +
 +****
 +
 +  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\FlightGear 2020.3\bin\fgfs.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES Win81RTMVersionLie NoDTToDITMouseBatch" /f
  
/srv/www/wiki/data/attic/games/windows/flightgear.1744071029.txt.gz · Last modified: by Sean Rhone