User Tools

Site Tools


games:bsd:flightgear

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:bsd:flightgear [2024/09/10 16:27] Sean Rhonegames:bsd:flightgear [2024/10/15 13:13] (current) Sean Rhone
Line 1: Line 1:
-====== Controls ======+====== Information ======
  
-===== Axis =====+  * FlightGear 
 +  * Open-source flight simulator
  
-  * Axis 0View (horizontal) (stick-face top-center dpad left/right) +  * https://www.flightgear.org
-  * Axis 1: View (vertical (stick-face top-center dpad up/down) (inverted) +  * https://www.freshports.org/games/flightgear/
-  * Axis 2: Aileron (stick left/right) +
-  * Axis 3Elevator (stick up/down) (inverted) +
-  * Axis 4: Rudder (stick twist left/right) +
-  * Axis 5: Throttle All Engine (base wheel)+
  
-  * Axis 6: None (unknown) +====== Prerequisites ======
-  * Axis 7: None (unknown)+
  
-===== Column =====+  * [[bsd;freebsd_14.1_xfce|FreeBSD 14.(Xfce)]]
  
-  * 1: (stick trigger) +  pkg install flightgear flightgear-data
-  * 2: Flaps Down (stick-face right-bottom circle button) +
-  * 3: (C, base top-left button)+
  
-===== Column 2 =====+====== Launch ======
  
-  * 1: (stick-face left large button) +  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher 
-  * 2: (A, base bottom-right button) +  * ''fgfs'' can quick-check if game controllers are usable 
-  * 3(D, base bottom-left button)+  * TODODesktop launcher
  
-===== Column 3 =====+  fgfs --launcher
  
-  * 1Flaps Up (stick-face right-top circle button) +  fgjs 
-  * 2(B, base top-right button) + 
-  * 3Total Freeze (base "arrow-up" large button below wheel) (TODOThis may either activate at random or accidental input)+====== Flags ====== 
 + 
 +<code>--fog-disable --disable-clouds3d</code> 
 + 
 +<code>--prop:/sim/rendering/vsync-enable=false</code> 
 + 
 +<code>--timeofday=dawn --random-wind --units-feet</code> 
 + 
 +===== multithreading-mode ===== 
 + 
 +<code>--prop:/sim/rendering/multithreading-mode=AutomaticSelection</code> 
 + 
 +<code>--prop:/sim/rendering/multithreading-mode=CullDrawThreadPerContext</code> 
 + 
 +<code>--prop:/sim/rendering/multithreading-mode=DrawThreadPerContext</code> 
 + 
 +<code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext</code>
  
C:/www/wiki/data/attic/games/bsd/flightgear.1726000064.txt.gz · Last modified: by Sean Rhone