Game Development Community

Moving things around

by Luis Anton · in Torque Game Engine · 10/12/2003 (10:24 am) · 5 replies

Hi! How could I put 'moving things' in my world? A few flying birds, dogs or cats, things like that. Thay are not bots, just things moving around, are they? Is it possible?

#1
10/13/2003 (11:42 pm)
There's the BraveTree content pack...
#2
10/14/2003 (2:11 am)
It's not their shapes what I want, but how to move them arround :) Does that pack include those scripts or at least examples? :m
#3
10/14/2003 (2:15 am)
Read it, it talks about moving animals etc by paths and the scripts you get.
#4
10/14/2003 (2:26 am)
Specifically the BraveTree: Environment Pack.

Of course you can still make thing move without buying this. I for one will do it by using the AIPlayer class. :)

Alex

edit: grammar
#5
10/14/2003 (1:34 pm)
Ok, I'll think about it :) I'm already moving bots around using the AIPlayer class, but I think that would be too much for just a bunch of doves X)