Game Development Community

Hey how to get enemys?

by James · in Technical Issues · 02/19/2008 (8:35 am) · 2 replies

Hey i am pretty new too the torque sdk engine, i have managed too create the basics in the world builder and i have more or less completed the tutorial however it does not tell you how too add charactors too the level like the one in the fps starter game (kork) also it does not tell you how too begin on changine the 3d person has any one got any tutorials for real newbs like me or is there any basic imfomation concerning these issues

thanks

#1
02/20/2008 (7:21 am)
I would recommend you pick up the 3D programming all in one and Adv. 3D programming all in one books. They go over the basics of spawning AI Players and show enough Torqescript to make a decent reference.

Really though I'd open up the Starter FPS app and look at how it goes about spawning the Kork bot that runs in a circle. Then add that to your game and tweak. Pathfinding, Decisonmaking, and custom Damage/Health are pretty much not included so you'll have to code your own systems for them - or find resources on this site. Good luck!
#2
02/20/2008 (10:44 am)
Cool will do

thanks