Default head-up display: Difference between revisions

Jump to navigation Jump to search
m
Link to special directory articles
(added "GPS", enhanced "Further Info" and some minor changes throughout the article)
m (Link to special directory articles)
Line 101: Line 101:
The setup of the default HUD is defined at <tt>[[$FG_ROOT]]/Huds/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=Huds/default.xml;hb=HEAD default.xml]</tt>.
The setup of the default HUD is defined at <tt>[[$FG_ROOT]]/Huds/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=Huds/default.xml;hb=HEAD default.xml]</tt>.


The basic settings regarding to any HUD are set in <tt>$FG_ROOT/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=preferences.xml;hb=HEAD preferences.xml]</tt>. Search the file for the <tt><hud></tt>-tag and you will find a list of properties.
The basic settings regarding to any HUD are set in <tt>[[$FG_ROOT]]/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=preferences.xml;hb=HEAD preferences.xml]</tt>. Search the file for the <tt><hud></tt>-tag and you will find a list of properties.


Documentation can be found at <tt>$FG_ROOT/Docs/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=Docs/README.hud;hb=HEAD README.hud]</tt>.
Documentation can be found at <tt>[[$FG_ROOT]]/Docs/[http://mapserver.flightgear.org/git/?p=fgdata;a=blob_plain;f=Docs/README.hud;hb=HEAD README.hud]</tt>.


HUD's may be replaced or added by changing or adding their paths to <tt>preferences.xml</tt> or by setting the paths as command line options. To change the order of the existing ones the options would be: <code>--prop:/sim/hud/path[1]=Huds/minimal.xml</code> <code>--prop:/sim/hud/path[2]=Huds/default.xml</code>
HUD's may be replaced or added by changing or adding their paths to <tt>preferences.xml</tt> or by setting the paths as command line options. To change the order of the existing ones the options would be: <code>--prop:/sim/hud/path[1]=Huds/minimal.xml</code> <code>--prop:/sim/hud/path[2]=Huds/default.xml</code>

Navigation menu