Game Development Community

What should I use?

by Todd Johnson · in Torque Game Engine · 12/05/2004 (8:07 am) · 4 replies

In my game, I'm going to have a ship that deploy packages. It's going to be real simple. You order something, the ship flys over you and drops the package. The ship just stays there until the next order where it wil go to the position to the player. The ship will never change altitude so it's going to be relatively easy. My question is... should I implement this as a vehicle? How about AI vehicle? Or a moving item?

#1
12/05/2004 (8:16 am)
Ah an the most important thing, the ship is not mountable. So it's real primitve AI.
#2
12/05/2004 (2:32 pm)
I think there was a resource posted about having AI Vehicles in your game. You can make the AI do anything you want. So, I think it would be the best bet.

-Jase
#3
12/05/2004 (9:14 pm)
Happen to know where that resource may be? I've been searching all day for it.
#4
12/06/2004 (12:30 pm)
Here's a thread you might want to check out on that.