Game Development Community

Vehicle

by Louden · in Torque Game Engine · 10/18/2005 (6:24 am) · 1 replies

I want to create a horse for my game, how do I define it to behave like a vehicle, ie: how do I address the legs to be the wheels...


Also, can I create mounting animations for my player to mount the vehicle/horse? That play when you jump on and off of the vechicle.

#1
10/18/2005 (11:47 am)
I wouldn't use the vehicle class at all for a horse. It doesn't behave like one. It doesn't slip on curves, etc.

I would define it as a Player class, mount the player image on it with the eye vector where the player's eye should be. Animations for the legs and look left and right shouldn't be different from animating a player.