Game Development Community

dev|Pro Game Development Curriculum

Immersive AI and RTS TLK fun!

by Gavin Bunney · 06/06/2006 (5:40 am) · 6 comments

Since my purchase of TGE back in February, I have been more or less searching for a good solid game idea. I was fortunate enough for my final year engineering project to be able to do research and development of an AI system... naturally with Torque! So along came Immersive AI.

Immersive AI
The project is to develop an immersive game environment, through creating a living world - basically creating an AI system that controls agents to make them appear as real as possible. Using a goal-based AI system, each agent is assigned a general lists of goals (such as patrol, entertain etc), and it is up to the agent to satisfy the goal using a range of techniques, depending on their current personality traits. Such as given a goal of rake leaves it is up to the agent to work out how to achieve that goal, whether through buying a rake, stealing one, or killing another agent for their rake.
Primary application would be in an RPG setting, however using the system (in a cut down manner!) in an FPS could be achieved as well. Immersive AI will be completed by the end of October this year, so until then you will just have to wait!

www.irombu.com/immersiveai/iai.brain.png

RTS, TLK, v1.4
I have noticed a few people on the forums asking about running RTS + TLK + TGE 1.4 together... and it is possible... actually it is really quite simple. The only files, which can give you some grief, are the various terrain ones... William Fox (www.garagegames.com/mg/forums/result.thread.php?qt=44135) has posted an update to those for TGE 1.4, so if you diff those (WinMerge is awesome) against the auto-patched version of RTS+TLK 1.3.5, and just add the relative TLK code blocks to the ones in Williams guide, then it works fine... assuming that you are merging the RTS into a TLK ready version of TGE.

www.irombu.com/rts.tlk.jpg
If anyone is having any substantial problems with the TLK and RTS for 1.4, I might post up a complete guide on it. I am also looking at integrating the CG water upgrade (www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=10357) into the RTS kit, well because I love that CG water! The main issue with it being that the RTSTSCtrl needs to be converted to include a view-port for the cg reflection rendering... If anyone has already done this, let me know... save me some hassles :)

Happy Torque-ing!

#1
06/06/2006 (6:50 am)
See thats some cool stuff.

Ive been integrating TLK with so many resources and Im happy with the results too.

Great Job Gavin Keep it up.

_Surge
#2
06/06/2006 (9:00 am)
Hehe, Im working on some new RTS-SK stuff...

Fog-o-War (started... a bit), Pathfinding (done, terrain only), TGE 1.4 (done), Im also adding the "general" RTS-SK updates from the forums.... William Fox just decided to re-post the 1.4 updates.

I was just gonna send the whole thing to GG and hope they put it on the download list!

I want to see iAI, AI is always fun!
#3
06/10/2006 (9:12 pm)
I'd be interested in a more complete guide to getting RTS + TLK + TGE 1.4
#4
07/09/2006 (3:38 pm)
I think the imersive Ai sounds great! Is it going to be something only for RTS's? I'm working on an action-adventure and so far my only plan is to clone the whole ai system for each type of entity, and define their behavioral charectoristics seperately.
#5
07/19/2006 (2:41 pm)
I would also be very interested in a more complete guide!

Maybe they could even get a zip from you and update the TLK zip that you download, so it would have it.

You might want to ask them about that. (I emailed them to ask if they would consider it)

I have followed all the steps for RTS + TGE 1.4.
Even just a list of changes to go from RTS + TGE 1.4

to that + lighting kit. File changes, project changes!

Is the lighting kit kinda a separate set of files and folders with a couple of line changes of similar files or are there quite a few line changes?

I am working on a project and we are quite busy trying to do other more important changes (like flying) to the RTS so going through and trying to make the changes might take too much time, when we should really work on the other stuff.

We obviously know our changes, but not the lighting kit ones.
#6
02/27/2007 (6:12 am)
just curious has anyone got this to work with 1.5?