Author Message

NidzaFG

rs
Posts: 77
http://https://www.facebook.com/r...
Location: Serbia Right in the middle
Occupation: ****RESIST STANCE CREW***
Age: 30
V$:
#45701   2014-08-13 17:59          
# BenyUK : what would you want to see in the video? improving physics is just a constant scripting -> starting the game -> testing -> leaving the game -> scripting... and that goes on and on. everyone who improves physics does it different way so there is no tutorial but i will tell you to start off with a config.java in system/Scripts/util/

the lines you are interested in are:

static float wheel_gndfeedback_factor
static float wheel_brake_factor
static float gravity
static float ground_friction
static float steerSpeed
static float steerhelp_turn <- decrease only
static float steeringPower ** <- BE CAREFUL WITH THAT ONE( **power steering**)

*** everytime you change something in the Config.java you need to start off fresh with the options file deleted // location: save/game/***

if you see some improvement move on to the Tyre.java in parts/scripts/rgearpart/reciprocatingrgearpart/ ...
Ok,now is no need for video,thanks man...I did not know what values to change,but now i do.. :D