Home   Help Search Login Register  

Author Topic: How can I make a plane land  (Read 1633 times)

0 Members and 1 Guest are viewing this topic.

-RedBaron-

  • Guest
How can I make a plane land
« on: 16 Nov 2004, 16:01:27 »
I,m trying to make it so that a plane without me can land.
Does someone of you know what I have to do?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:How can I make a plane land
« Reply #1 on: 16 Nov 2004, 16:47:14 »
Give the aircraft a getout waypoint on a working runway.
Plenty of reviewed ArmA missions for you to play

bored_onion

  • Guest
Re:How can I make a plane land
« Reply #2 on: 16 Nov 2004, 19:12:11 »
i think the "land" command works for planes

Code: [Select]
plane land "land"
might do it as well

or if you want a more exciting landing try:

Code: [Select]
plane setfuel 0

Offline C0LDSt33L

  • Members
  • *
  • Member of the SotM Team
Re:How can I make a plane land
« Reply #3 on: 16 Nov 2004, 21:42:53 »

or if you want a more exciting landing try:

Code: [Select]
plane setfuel 0

 ;D

Offline Raptorsaurus

  • Editors Depot Staff
  • *****
Re:How can I make a plane land
« Reply #4 on: 16 Nov 2004, 23:01:36 »
I am working on a script that will make a plane land on any flat area of land (the same script will also work to force a crash (by adjusting parameters).  When it is done I will post it at the Editor's Depot.

Knowlife

  • Guest
Re:How can I make a plane land
« Reply #5 on: 18 Nov 2004, 23:35:47 »
Can't you just make the ai use the "landing autopilot" action?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:How can I make a plane land
« Reply #6 on: 19 Nov 2004, 01:13:33 »
Quote
Can't you just make the ai use the "landing autopilot" action?


Yes



Planck
I know a little about a lot, and a lot about a little.

CrashnBurn

  • Guest
Re:How can I make a plane land
« Reply #7 on: 19 Nov 2004, 03:14:01 »
Giving an AI pilot a "land" command or a getout waypoint puts him into autopilot mode. However, just giving him a land command (without any other command after that) will most likely result in him circling the taxiway after landing and taking off again and flying into oblivion....until he runs out of fuel or gets deleted =)
« Last Edit: 19 Nov 2004, 03:14:55 by CrashnBurn »