Okay, so I commented out all but one scenario (nimitz_demo) took out pathnames and extensions, and still no Nimitz.  Is there anything else in preferences.xml that needs to be defined, modified etc., - do I have to fly a specific aircraft - what am I doing wrong?

JB
    <ai>
      <enabled type="bool" >true</enabled>
      <!--- Demo Mode: Comment to disable -->
      <scenario>nimitz_demo.xml</scenario>
      <scenario>aircraft_demo.xml</scenario>
      <scenario>thunderstorm_demo</scenario>
      <scenario>ship_demo</scenario>
    </ai>
    

You can only run one AI scenario at a time.  You can, however, combine bits 
from other scenarios into one scenario file.

The file for your scenario must be in the directory data/Data/AI.  You don't 
include the extension.  For example:

     <ai>
       <enabled type="bool" >true</enabled>
       <scenario>nimitz_demo</scenario>
     </ai>


Dave

_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

  
_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to