Game Development Community

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

#1
07/30/2004 (3:31 am)
tork.beffy.de/_tutorials/AI/bots/adding_bots.php

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.
#2
08/29/2004 (2:58 pm)
BTW All of those tutorials concerning bots are broken with the latest hub.
#3
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.

prodtn.cafepress.com/nocache/0/13235660_F_tn.jpg prodtn.cafepress.com/9/13235719_F_tn.jpg

Find out what beaver pounding is here.

You can find some questions and answers on the aiplayer class here.

And here..