Enables both new skidding behaviour and new skidding AI. Disables old sharp turn behaviour and PRESENT_AI.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11533 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
magned
2012-09-01 22:45:07 +00:00
parent afe3d7b910
commit 0aa7494469
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@
but you will always keep on doing a left turn, just more or less. -->
<skid increase="1.05" decrease="0.95" max="2.5" time-till-max="0.5"
visual="1.0" visual-time="0"
visual="1.0" visual-time="0.5"
time-till-bonus="1.0 3.0"
bonus-speed="4.5 6.5" bonus-time="3.0 4.0"
bonus-force="250 350"

View File

@@ -245,9 +245,9 @@ Controller* World::loadAIController(AbstractKart *kart)
// const int NUM_ROBOTS = 1;
// For now: instead of random switching, use each
// robot in turns: switch(m_random.get(NUM_ROBOTS))
#define USE_PRESENT_AI
#undef USE_SKIDDING_AI
#undef USE_ALL_AIS
#undef USE_PRESENT_AI
#define USE_SKIDDING_AI
#undef USE_ALL_AIS
#ifdef USE_PRESENT_AI
int turn = 2;