Made the AI less shaky and easier to push by making them take more

time to turn the wheel.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3163 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2009-02-17 02:51:04 +00:00
parent 0bc7212161
commit 70b9dd6545

View File

@@ -66,10 +66,12 @@
;; Time for the AI to go from neutral steering to extreme
;; left (or right). This can be used to reduce 'shaking' of
;; AI karts caused by changing steering direction too often.
;; It also helps with making it easier to push the AI karts
;; (otherwise micro-corrections make this nearly impossible).
;; A value of 1/maxFPS / 2 will guarantee that the wheel can
;; go from -1 to +1 steering in one frame, basically
;; disabling this mechanism.
(time-full-steer-ai 0.004) ;; Disabled for now.
(time-full-steer-ai 0.1 )
(corn-f 4 )
(corn-r 4 )