Author Topic: Client-Sided Auto Pilot for Planes  (Read 2198 times)

Basically a keybind that when activated, it stabilizes your plane (puts it in the upright position) and makes it ride at a consistent speed in the relative direction that you're going in. The speed that the plane goes at in cruise control should be the same speed that you were going when you hit the keybind to turn it on.
« Last Edit: August 05, 2012, 12:54:59 PM by Racerboy »

I am making a mod that does the moveforward(1) function but I don't know how to trigger it.

I am making a mod that does the moveforward(1) function but I don't know how to trigger it.

I'm fairly sure that's not what he wanted.

I'm fairly sure that's not what he wanted.
It's not even close...

you know you can't magically control the speed of the plane, right? pretty much only FULL ON GAS or FULL OFF GAS

you could sorta do it by turning full on gas on and off rapidly but idk

i think it'd be easy to regulate the speed
if you're going to slow, moveforward
if going too fast, stop moving forward
check every tenth of a second?

you know you can't magically control the speed of the plane, right? pretty much only FULL ON GAS or FULL OFF GAS

you could sorta do it by turning full on gas on and off rapidly but idk
That would be kind of the idea.

you know you can't magically control the speed of the plane, right? pretty much only FULL ON GAS or FULL OFF GAS

you can

you can
But you do it by toggling the ON and OFF at different speeds right?

you know you can't magically control the speed of the plane, right? pretty much only FULL ON GAS or FULL OFF GAS
moveForward(0.5);
I am now magically flying my plane at half speed!


Anyways what I'd say is the problem is stabalizing the plane (pitch and roll functions would be used, but as for getting the current pitch and yaw, and what values to pass to the functions, I dont know)

moveForward(0.5);
I am now magically flying my plane at half speed!

HOLY forget I THOUGHT THAT WAS A BOOLEAN

GONE ARE THE DAYS OF $mvforwardaction!!!!

Someone made one for me. All it does is keybinds the console command moveforward(1). Here you go.
http://lh.rs/hprvstXeQYh5

... read the topic again setro

Someone made one for me. All it does is keybinds the console command moveforward(1). Here you go.
http://lh.rs/hprvstXeQYh5
Not what he asked for.

Someone made one for me. All it does is keybinds the console command moveforward(1). Here you go.
http://lh.rs/hprvstXeQYh5
Thanks for linking me to an add-on that I already posted in the thread about how it's not what I'm asking for. At all.