Jump to content
  • 0

Speed of Aircraft


tzimmerman

Question

Forgive me if this is the incorrect forum, but i have been unable to find any information anywhere else.

I am trying to remove the aircraft speed limit in MTA so that editing the handling will have an effect. So far i have managed to remove it in normal San Andreas game play with this tutorial that explains how to modify the gta_sa.exe file with Hiew.

http://menacesblog.blogspot.com/2011/04 ... ed-in.html

I tried doing the same thing to the MTA.exe to no avail.

I am also aware of the SCM hook that removes it, however i don't see how it would work with MTA.

In addition i have implemented this script (https://wiki.multitheftauto.com/wiki/Set ... axVelocity). In game, it did say the max velocity was changing when I pressed the number pad keys "+" and "-", but it did not have an effect on the plane (hydra to be specific) even with a edited handling.cfg file that yielded results in normal GTA SA game play. Now I am fairly new to scripting, but if it appears in game, i would assume that it is working.

Can anybody please set me on the right path with this?

Thanks in advance.

Link to comment

2 answers to this question

Recommended Posts

  • 0
  • MTA Team

handling.cfg is ignored by MTA and replaced by the setVehicleHandling function.

Looking at the web site you linked to, the important changes for the hydra seem to be:

setVehicleHandling( vehicle, "dragCoeff", 2.5 ) 
setVehicleHandling( vehicle, "maxVelocity", 799.9 ) 
setVehicleHandling( vehicle, "engineAcceleration", 35 ) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...