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
) »
airpalen speed
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: airpalen speed (Read 670 times)
0 Members and 1 Guest are viewing this topic.
kobay
Guest
airpalen speed
«
on:
17 Jan 2005, 12:38:58 »
HI GI
how do I set the speed of Airplane
is something like? is right?
init: Aria1 setspeed 100
can tell me the right sinthiax :-X
Thanks to all
UAH!
Logged
THobson
OFPEC Patron
Former Staff
Re:airpalen speed
«
Reply #1 on:
17 Jan 2005, 13:05:28 »
Try setVelocity
http://www.ofpec.com/editors/comref.php?letter=S#setVelocity
You will need to specify the three coordinates separately. It just needs a bit of trigonometry
The online command reference is really excellent, have look through it.
«
Last Edit: 17 Jan 2005, 18:03:15 by THobson
»
Logged
Dubieman
Guest
Re:airpalen speed
«
Reply #2 on:
17 Jan 2005, 18:01:42 »
Or the setspeedmode comand, I think that's it.
plane1 setspeedmode "Limited"
plane1 setspeedmode "Normal"
plane1 setspeedmode "Full"
Its just like the waypoint menus for limited, norm, or full.
Setvelocity is useful too.
Logged
Raptorsaurus
Editors Depot Staff
Re:airpalen speed
«
Reply #3 on:
17 Jan 2005, 22:04:11 »
If you want control over the speed (other than the three settings "limited, normal, full" then use the "Setspeed Script/Function" in the editor depot. Here is a link:
http://www.ofpec.com/editors/browse.php?browsewhat=2&category=2_4&start=50
Logged
Triggerhappy
Contributing Member
Llama, it's what's for dinner.
Re:airpalen speed
«
Reply #4 on:
17 Jan 2005, 22:08:54 »
or basic trig.....
Logged
Sliding plane crash script
Arrest script
kobay
Guest
Re:airpalen speed
«
Reply #5 on:
18 Jan 2005, 14:08:11 »
i'll try the scirpt thanks
but triggerhappy wath you mean with basic trig....?
Logged
Raptorsaurus
Editors Depot Staff
Re:airpalen speed
«
Reply #6 on:
18 Jan 2005, 21:50:53 »
He means you can use trigonometry and set velocity, but you would still have to do it in a script. But since the Setspd function does the trig for you, it is easier. If you have any questions regarding the use of the setspd function you can just PM me.
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
) »
airpalen speed
Top of page