Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

Jetting #25

Closed Ragora closed 8 years ago

Ragora commented 8 years ago

Torque3D does not implement player jetting at all. Further, it's used as a turbo mode of sorts by vehicles which may need coding as well. There should be a new trigger value in the move manager for jetting and for the following function to exist in script:

mouseJet(%on) which just sets the jetting trigger value to %on.

Ragora commented 8 years ago

My jetting pull request mostly satisfies this, though with some tweaking still required.