Melchior FRANZ writes:
> In today's CVS fgfs has lost the --aircraft option. So, how is one
> supposed to select e.g. the c310 or the yasim aircrafts? There's no
> mention of this grave change in the docs or in fgfs-devel. Have I
> missed something?

Melchior,

You caught us in the middle of a change.  The previous --aircraft=
option has now become --aero=

This frees us up to use --aircraft= to refer to top level aircraft
config files that pull together the proper fdm, aero model, 3d model,
sounds, panel, etc.

So instead of typing: 

    fgfs --fdm=jsb --aircraft=c310 
--prop:/sim/panel/path=Aircraft/c310/c310-vfr-panel.xml

Now you just type:

    fgfs --aircraft=c310
    fgfs --aircraft=c172
    fgfs --aircraft=c172-ifr
    fgfs --aircraft=c172-larcsim
    fgfs --aircraft=X15

These all refer to top level aircraft config files found in
$FG_ROOT/Aircraft/

Note to self/John, we should probably add these as well:

    fgfs --aircraft=c172-yasim
    fgfs --aircraft=747-yasim
    fgfs --aircraft=a4-yasim
    fgfs --aircraft=c310-yasim

This saves much typing and time spent recalling obscure command line
options and greping code for obscure property names.

Regards,

Curt.
-- 
Curtis Olson   Intelligent Vehicles Lab         FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to