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:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user