Game Development Community

AI, scripts where to start ??

by Alienforce · in Torque Game Engine · 09/09/2005 (12:46 am) · 4 replies

Hi All,

I am really fresh at Torque,

Trying to learn how AI works with Torque but i need to find some good reference scrips, docs etc.

Is there any documents or examples here anywhere ?

I have got some bots running along paths.. but i want them to choose "pathway" , pick up ammo etc.

Just give me a push in the right direction and i will do the rest :)

/Alienforce

#1
09/09/2005 (3:01 am)
Search the resources. Search for AISense, AIGuard, AIPatrol...this should give you more clues.

Also I've heard that New book from Mr. Ken "Adanced 3D Game Programming all in one" is covering AI (basic AI) but I haven't read it yet ;)

Hope this help;)
#2
09/09/2005 (4:15 am)
Don't overlook the book "AI for game developers" not Torque specific but well worth the dosh
#3
09/09/2005 (6:29 am)
All the Game Programming Gems and AI Wisdom books are worth their weight in gold. AI is a large subject, and there are very many approaches to coding AI.

Knowing what is used by others and their experiences will make it easier for you to put together the AI needed for your game.

Good luck!
#4
09/18/2005 (11:28 am)
Thanks, Did some book shopping :)

/Thomas