Game Development Community

Hover Vehicle Min Hover Height

by Chris Skinner · in Torque Game Engine · 02/01/2006 (8:39 pm) · 2 replies

I am trying to implement a Hover Vehicle which will not hover below 150ft from the terrain. I can't find anything in the dataBlock that will let me do this. Any help would be greatly appreciated. Thanks.

#1
02/09/2006 (8:07 pm)
The dataBlock values of stabLenMin and stabLenMax are what you want to modify. During normal movement the engine will keep the hover above the specified min.
#2
03/18/2006 (7:33 pm)
Hi Robert and Martin, I also was looking for a resource of this type. if you got something working could you please let me know how you did it. Thanks in advance.