Game Development Community

TGE(A) boat class

by Christin Stock · in Torque Game Engine · 06/24/2008 (7:24 pm) · 1 replies

Does anyone implement new boat(ship/watercraft) class for TGE?

I searched for this resource for days in the forum, but haven't found anything quite useful.

Ken Finney's "Adding Watercraft to TGE" (http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2299) shared some ideas of the boat class which is based on the HoverVehicle Class. But it never worked well, I think the problem is the difference of HoverVehicle and real boat class. You can not use HoverVehicle class without great modification.

The boat in "Munkholmen Offshore Racing"(http://www.garagegames.com/mg/snapshot/view.php?qid=1545) worked well. But I've no idea how the boat class was made.

Anyone can share resource about this? Or discuss about how to make the new boat class in TGE.

#1
06/25/2008 (7:22 am)
The best I've seen is from the guys developing Buccaneer www.stickmanstudios.co.uk/buccaneer.html, although I don't think you'll see the coding being shared as a resource.

It's all possible with TGE(A) though