Created
April 4, 2016 14:07
-
-
Save infertux/940e090881d119d763130e9cf1550127 to your computer and use it in GitHub Desktop.
Turn Stunt Rally CAR game into a JET FIGHTER game ;)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- V3.car 2015-09-18 09:21:11.000000000 +0000 | |
+++ V3.car 2016-04-01 14:51:17.783726416 +0000 | |
@@ -61,16 +61,16 @@ | |
#--------------------------- | |
[ hover ] | |
-hAbove = 2.5 | |
+hAbove = 4.0 | |
hRayLen = 4.0 | |
-steerForce = 28 | |
+steerForce = 50 | |
steerDamp = 12 | |
steerDampP = 14 | |
-engineForce = 27 | |
-engineVelDec = 0.01 | |
-brakeForce = 32 | |
+engineForce = 100 | |
+engineVelDec = 0.003 | |
+brakeForce = 100 | |
dampAirRes = 21 | |
dampSide = 2700 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment