Hello Posted July 18, 2017 Share Posted July 18, 2017 (edited) Hey, could you please help me, by telling me what do I need to use, to make all the cars' speed, and the tires' traction or stickiness a bit better? So far I know I'll have to use for k, v. But i don't know how for works. I want to make ALL the cars' max speed faster by 100, and i'd like them to be more stickier by doubling the default traction's value, and educe it's quarter. Edited July 18, 2017 by Hello Link to comment
Skully Posted July 19, 2017 Share Posted July 19, 2017 (edited) You can create a loop to go through all the vehicles you want to increase the speed on and use SetModelHandling on each vehicle, changing the property "maxVelocity" of the vehicle, for traction you can adjust "tractionMultiplier". bool setModelHandling ( int modelId, string property, var value ) Edited July 19, 2017 by Skully Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now