Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
F18 Hornet Hudson & Pennywise
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: F18 Hornet Hudson & Pennywise (Read 463 times)
0 Members and 2 Guests are viewing this topic.
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?
Logged
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
Logged
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:
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
F18 Hornet Hudson & Pennywise
Top of page