Home   Help Search Login Register  

Author Topic: Aircraft Speed  (Read 1464 times)

0 Members and 1 Guest are viewing this topic.

Offline angusjm

  • Contributing Member
  • **
    • Virtual SAS
Aircraft Speed
« on: 08 Sep 2002, 15:40:08 »
How do you make an AI aircraft fly at a certain speed?

Offline Viking

  • Members
  • *
  • NORSOF
Re:Aircraft Speed
« Reply #1 on: 08 Sep 2002, 16:49:47 »
U could try using the Limited, Normal and Fast options in a waypoint?
VIKING
Modeller/Skinner/Coder
NORFOR

Offline angusjm

  • Contributing Member
  • **
    • Virtual SAS
Re:Aircraft Speed
« Reply #2 on: 08 Sep 2002, 20:41:16 »
Other than that, I mean.

seanver

  • Guest
Re:Aircraft Speed
« Reply #3 on: 08 Sep 2002, 21:22:22 »
There's no way to adjust an object's speeds to a determined speed to, for example, 500 kph. You should use what viking said

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Aircraft Speed
« Reply #4 on: 08 Sep 2002, 22:41:12 »
Well, at least three speedmodes work, I believe :
  • PlaneName setSpeedMode "Limited"
  • PlaneName setSpeedMode "normal"
  • PlaneName setSpeedMode "Full"
( not sure about the "normal", but I think those are the ones ya can use, m8  :) )


So just name yer birds and use the SetSpeedMode spell.


-----------------

P.S.  these commands are just additions to the WP-settings, off course.
    ...for ppl whom use scripts or triggers rather than WP's.






« Last Edit: 08 Sep 2002, 22:45:45 by Tomb »

Gameer_77

  • Guest
Re:Aircraft Speed
« Reply #5 on: 08 Sep 2002, 23:13:59 »
You could do:

#start
@speed _unit >40

_unit stop true

@Speed _unit <40
_unit stop false
goto "start"

But this makes the guy keep stopping and starting and won't work on planes i think.

 8)PEACE

Offline angusjm

  • Contributing Member
  • **
    • Virtual SAS
Re:Aircraft Speed
« Reply #6 on: 09 Sep 2002, 19:24:11 »
It's ok.  It was for a paradrop mission and it works now. Thanks