Game Development Community

Simple AI question...

by James Laker (BurNinG) · in Torque Game Engine · 05/17/2006 (1:08 am) · 2 replies

Is the AIPlayer treated as a gameconnection?

Because I see don't see anything connecting the AIplayer to the AIConnection. If so... What's the AIConnection for? Where and how is it used. Can anyone give me a link.

I[m working with the AIflyingvehicle.... but figured it should be the same or close to the AIPlayer...

#1
05/17/2006 (2:04 am)
No, AI Player is like a player, not like a game connection. As far as I know, AIConnection can be used to connect like a real client and if I remember right, there was once a thread how to combine AIPlayer and AIConnection. I could be wrong, but this was just out of my head. Hope it helps.

Edit: By the way, I'm using too AIFlyingVehicle. What's your exact problem with it? Maybe I can help.
#2
05/17/2006 (2:57 am)
Thanx

Any idea what would be the better implementation?