Difference between revisions of "DCS task mission"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
Line 21: | Line 21: | ||
id = 'Mission', | id = 'Mission', | ||
params = { | params = { | ||
+ | airborne = boolean, | ||
route = { | route = { | ||
points = { | points = { | ||
Line 64: | Line 65: | ||
''action:'' Waypoint action type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ''action:'' Waypoint action type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ||
− | ''alt:'' Altitude of waypoint. If converted from Vec3 this is the y coordinate. This item is required for Aircraft, but is optional for ground vehicles. | + | ''alt:'' Altitude of waypoint. If converted from Vec3 this is the y coordinate. This item is required for Aircraft, but is optional for ground vehicles. As of 2.5.6 this value can be set to negative numbers. Specifically this will submerge submarines. |
'''Optional Parameters''': | '''Optional Parameters''': | ||
Line 83: | Line 84: | ||
''task:'' All tasks, enroute tasks, commands, and options are defined here. | ''task:'' All tasks, enroute tasks, commands, and options are defined here. | ||
− | |||
|enum= | |enum= | ||
Line 93: | Line 93: | ||
|notes= See article [[Mission Editor: AI Tasking]] for more information on how AI tasking is handled within DCS. | |notes= See article [[Mission Editor: AI Tasking]] for more information on how AI tasking is handled within DCS. | ||
+ | As of 2.5.6 a new parameter of airborne has been added to the root tasking for a flight. This is so the game knows that the aircraft group you are assigning a bunch of aircraft specific waypoint information is in fact being assigned to an aircraft group. This parameter is required if the group is assigned the task after spawn they are spawned in. This fixes a long standing bug where AI would ignore waypoint information and default to "Fly Over" waypoint type or airport Id if it was different from where it took off from. | ||
Revision as of 22:26, 14 February 2020