Skip to content

Instantly share code, notes, and snippets.

@infertux
Created April 4, 2016 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infertux/940e090881d119d763130e9cf1550127 to your computer and use it in GitHub Desktop.
Save infertux/940e090881d119d763130e9cf1550127 to your computer and use it in GitHub Desktop.
Turn Stunt Rally CAR game into a JET FIGHTER game ;)
--- 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