Game Development Community

Flying

by Greg Cushing · in General Discussion · 03/12/2005 (9:38 pm) · 3 replies

Hello i bought torque thinking this was easily to get things added, guess i was wrong. Ive been trying to add a flying object with controls to torque with no luck. Searching on here i tried one flying thing by tom and another by matthew and neither worked. Does anyone have known working decent tutorial. Or am i just better off scrapping everything?

#1
03/12/2005 (9:46 pm)
What do you want to fly? If you want the player to fly you could modify the double jump code snippet I submitted a few weeks back. There's already a flying vehicle datablock in the engine. I think it needed some mods to work right but I'm not sure where they are so you'll have to search the forums etc...
#2
03/12/2005 (9:51 pm)
Well i did search forums the ones i found didnt exactly work.

I did see the datablock about flying. however my goal is to fly a submarine (in an ocean)

so its not really the player although that looks cool.
#3
03/12/2005 (10:05 pm)
What you need then is simply to create a boat or possibly even just a regular vehicle and set the viscosity of your water to be semiboyant.
Then the standard stuff should work fine for ya.

In short, try thicker water.