Hi i came across this thread about the AI being able to control the car, however it only controls the car at the start of the race, during practice and qualifying it is a no show and your car just drives straight ahead un assisted by the AI, I was wondering what I/We could do to integrate the AI so it can control the car before and after a pit stop as well as qualifying and practice, me and my friends are interested to see if all that can be achieved. I will quote a thread where I first found this.
Fun Mod No. 1 : Computer vs computer
Remember games which allow you to let computer competes against computer. If you are tired of racing, you can let your chosen driver to compete for you and just watch. The mod works in Career mode also. It may be useful for modders to test their mods or for racers to compare therir timings with those of ai.
Details: Look for startsequence.xml in cutscene folder.
Change <Switch type="human" /> to Switch type="ai" />
ps To take back driving from your driver, use F1/flashback. Restart race will return to him. You will find that most of the time, ai do not reverse to get out of stuck situation. lol.
Better Alternative: clear datacache, start from fresh original file. Delete the line <Switch type="human"/>.
Farewell bonus:
Ever wonder why ai start offline during restart ?
To fix a CM bug of ai start with twisted steering when restart/redflag in normal game:
Delete <Switch type="human" /> and insert the line as follows:
<!-- Enable camera change control, and vehicle throttle control -->
<Event type="Controller">
<Camera enabled="true" />
<Vehicle enabled="throttle_only" />
<Switch type="human" />
</Event>
Fun Mod No. 1 : Computer vs computer
Remember games which allow you to let computer competes against computer. If you are tired of racing, you can let your chosen driver to compete for you and just watch. The mod works in Career mode also. It may be useful for modders to test their mods or for racers to compare therir timings with those of ai.
Details: Look for startsequence.xml in cutscene folder.
Change <Switch type="human" /> to Switch type="ai" />
ps To take back driving from your driver, use F1/flashback. Restart race will return to him. You will find that most of the time, ai do not reverse to get out of stuck situation. lol.
Better Alternative: clear datacache, start from fresh original file. Delete the line <Switch type="human"/>.
Farewell bonus:
Ever wonder why ai start offline during restart ?
To fix a CM bug of ai start with twisted steering when restart/redflag in normal game:
Delete <Switch type="human" /> and insert the line as follows:
<!-- Enable camera change control, and vehicle throttle control -->
<Event type="Controller">
<Camera enabled="true" />
<Vehicle enabled="throttle_only" />
<Switch type="human" />
</Event>