Fgfsrc

From FlightGear wiki
Revision as of 22:21, 7 October 2009 by Flughund (talk | contribs) (page created, far from finished)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article is a stub. You can help the wiki by expanding it.


Lines starting with # are comments. Lines containing an option followed by a comment are *not* allowed!

A basic example:

# $HOME/.fgfsrc
#
#
### Aircraft
#
--aircraft=ec135
 ## a24, Albatross, Catalina, dhc2F, dhc3[A/F], dhc6F
 ## p47d-30, F1-156-de, ZivkoEdge540
 ## alouette2[/F], Alouette-III, apache, ch47, ch53e, dauphin, HUP, ka50, Lynx,
 ## R22, S-51, s76c, s58, superfrelon, tigre, uh1, uh60, v22
 ## MPcarrier: nimitz, nimitz-ATC, nimitz_observer, foch, vinson, eisenhower
#--prop:/sim/remote/pilot-callsign=U-FLY
#
#
### Initial position
#
--airport=LOWI
#--runway=08L
#--parkpos=A11
#
#--offset-distance=1.5
#--altitude=6000
#--vc=70
#--enable-freeze
#
#
### Environment
#
--timeofday=noon
--random-wind
--enable-real-weather-fetch
 ##rain/snow:
--prop:/sim/rendering/precipitation-enable=false
--enable-horizon-effect
--enable-specular-highlight
--enable-ai-models
--enable-clouds3d
--shading-flat
--fog-nicest
--enable-random-objects
--prop:/sim/rendering/random-vegetation=true
--prop:/sim/frame-rate-throttle-hz=30
--ai-scenario=nimitz_demo
#
#
### Network
#
--callsign=I-FLY
--multiplay=out,10,mpserver01.flightgear.org,5000
#--multiplay=in,10,localhost,5000
--httpd=5500
 ## nice terrasync -p 5505 -S -d /opt/fgfs/scenery.terrasync :
--atlas=socket,out,1,localhost,5505,udp 
 ## fgcom -Sfgcom.flightgear.org.uk [-f910] :
--generic=socket,out,10,localhost,16661,udp,fgcom
#
#
### System
#
#--log-level=info
 ## alarm,warn,info,debug
--fg-root=/opt/fgfs/data
--fg-scenery=/opt/fgfs/data/Scenery:/opt/fgfs/scenery.1.0.1:/opt/fgfs/scenery.terrasync
--geometry=1280x1024
--bpp=24
--control=joystick
--prop:/sim/traffic-manager/enabled=0
 ## disable mouse mode 'fly':
--prop:/input/mice/mouse/mode/button[2]/binding/value=2
 ## parkpos, temporary:
--prop:/sim/traffic-manager/use-custom-scenery-data=true

Please feel free to add other usefull options!!!