Home   Help Search Login Register  

Author Topic: F18 Hornet Hudson & Pennywise  (Read 462 times)

0 Members and 1 Guest are viewing this topic.

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
F18 Hornet Hudson & Pennywise
« on: 14 Oct 2003, 12:49:26 »
Can the start speed of this plane be changed? When i place this in the editor as player the plane starts travelling at about 1000. This is great, a nice and fast plane, but by the time you've managed to slow down you've already overshot the entire island. How do I set the initial velocity?

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:F18 Hornet Hudson & Pennywise
« Reply #1 on: 14 Oct 2003, 17:29:44 »
In the init field of a flying plane:
Code: [Select]
plane setVelocity [0,100,0]
would give the plane an initial speed of 100 m/sec (360 km/h) due north.

[100,0,0] -> 100 m/sec eastwards.

Remember to point the plane in the right direction

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
Re:F18 Hornet Hudson & Pennywise
« Reply #2 on: 14 Oct 2003, 17:50:24 »
thanks mate :thumbsup: