Bot player ai
by Robert Brighton · in Torque Game Engine · 07/30/2004 (2:44 am) · 3 replies
Need help big time if some one could give me a clue as to where to get started placing ai bots in to my level and getting them working i would be very greatfull
#2
08/29/2004 (2:58 pm)
BTW All of those tutorials concerning bots are broken with the latest hub.
#3
You can get the basic ai out of the Beaver Patrol Alpha 1.3 code base.
Get Beaver Patrol here
Take a look at aiplayer.cs, beaverbot.cs and botlist.cs under starter.fps/server/scripts.
You can use the entire code base in your game if you like, no strings attached.

Find out what beaver pounding is here.
You can find some questions and answers on the aiplayer class here.
And here..
08/29/2004 (3:35 pm)
Exuse me I gotta pound some beaver,You can get the basic ai out of the Beaver Patrol Alpha 1.3 code base.
Get Beaver Patrol here
Take a look at aiplayer.cs, beaverbot.cs and botlist.cs under starter.fps/server/scripts.
You can use the entire code base in your game if you like, no strings attached.

Find out what beaver pounding is here.
You can find some questions and answers on the aiplayer class here.
And here..
Torque Owner Mark Miley
There are several people working on some new pathfinding and bot code, but I don't know when that will be complete. The link above is a good start in getting bots in and moving around.