Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:flightgear [2025/05/13 22:24] – Sean Rhone | games:windows:flightgear [2025/06/01 22:25] (current) – Sean Rhone |
---|
====== Test ====== | ====== Test ====== |
| |
CD "%PROGRAMFILES%\FlightGear 2020.3\bin" && "%PROGRAMFILES%\FlightGear 2020.3\bin\fgfs.exe" | <code>CD "%PROGRAMFILES%\FlightGear 2020.3\bin" && "%PROGRAMFILES%\FlightGear 2020.3\bin\fgfs.exe"</code> |
| |
<code>--enable-fullscreen --enable-texture-cache --prop:"/sim/rendering/vsync-enable"="false" --prop:"/sim/rendering/multi-sample-buffers"="false" --prop:"/sim/rendering/multi-samples"="0" --prop:"/sim/rendering/multithreading-mode"="CullThreadPerCameraDrawThreadPerContext"</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 |
| |