AI Systems: Difference between revisions

Jump to navigation Jump to search
7 bytes removed ,  7 November 2017
no edit summary
No edit summary
Line 40: Line 40:
It is possible to load scenarios with commandline parameters.
It is possible to load scenarios with commandline parameters.


e.g.: --ai-scenario=aircraft_demo
e.g.: <code>--ai-scenario=aircraft_demo</code>


The value of the --ai-scenario parameter is the filename of the scenario xml file in "data/AI" directory.  
The value of the --ai-scenario parameter is the filename of the scenario xml file in "data/AI" directory.  
Line 74: Line 74:
| static ||  
| static ||  
|-
|-
| submodels || AI ballistic objects that emanate from, fall from, or launch from the user aircraft.  They are presently used to model smoke, contrails, flares, tracers, bombs, drop tanks and flight path markers. See [[Submodels]] for the main article about this subject. See also {{readme file|submodels}}. It gives a good idea about how to create submodel files, what parameters are available and how to use them, and also the type of research needed to make sure the information and models are accurate historically.
| submodels || AI ballistic objects that emanate from, fall from, or launch from the user aircraft.  They are presently used to model smoke, contrails, flares, tracers, bombs, drop tanks and flight path markers.  
 
Submodels are controlled by the submodel manager.  The manager reads a submodel configuration file at the start of the sim session.  This configuration file is written by the aircraft author and defines all the submodels for that particular aircraft.
 
As an example examine the submodels file in the Aircraft/737-300 directory.  This file creates two submodels which will become the airplane's left and right engine contrails.  Each contrail needs its own submodel definition because the contrails begin at different locations.  Each contrail consists of a train of individual "puff" models that are released in rapid succession as long as the "trigger" property is true.  We ensure an unlimited supply of puffs by setting the "count" parameter to -1. The individual puffs, being AIBallistic objects, will follow their own ballistic paths once released.  In this case we have used the "bouyancy" parameter to negate gravity in the ballistic path.  The puffs have been given a life span of eight seconds.  At cruising speed the [[Boeing 737|737]] will thus have about 400 puffs behind it at any moment.
 
See [[Submodels]] for the main article about this subject. See also {{readme file|submodels}}. It gives a good idea about how to create submodel files, what parameters are available and how to use them, and also the type of research needed to make sure the information and models are accurate historically.
|-
|-
| tanker ||
| tanker ||
Line 362: Line 368:
</interpolation>
</interpolation>
</syntaxhighlight>
</syntaxhighlight>
=== Submodels ===
Submodels are controlled by the submodel manager.  The manager reads a submodel configuration file at the start of the sim session.  This configuration file is written by the aircraft author and defines all the submodels for that particular aircraft.
As an example examine the submodels file in the Aircraft/737-300 directory.  This file creates two submodels which will become the airplane's left and right engine contrails.  Each contrail needs its own submodel definition because the contrails begin at different locations.  Each contrail consists of a train of individual "puff" models that are released in rapid succession as long as the "trigger" property is true.  We ensure an unlimited supply of puffs by setting the "count" parameter to -1. The individual puffs, being AIBallistic objects, will follow their own ballistic paths once released.  In this case we have used the "bouyancy" parameter to negate gravity in the ballistic path.  The puffs have been given a life span of eight seconds.  At cruising speed the [[Boeing 737|737]] will thus have about 400 puffs behind it at any moment.


=== Multiplayer controlled traffic ===
=== Multiplayer controlled traffic ===
648

edits

Navigation menu