Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

making a better Harrier
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=9&t=2358
Page 1 of 1

Author:  DeathfromAbove [ Wed Sep 27, 2006 1:02 am ]
Post subject:  making a better Harrier

A fellow modder was having problems making the harrier faster.
well the harrier engine names are different from all the other planes.
In the AV8 Physics.con you will see 4 engines

AV8ForwardEngine
AV8ForwardVTOLEngine
AV8MiddleVTOLEngine
AV8RearVTOLEngine


DO NOT USE THE VTOL ENGINE it will crash your server
This is how I got mine to work, and work well. I can now hover and cap flags. Or if you want to do a cobra manouver, pull back on stick and full reverse throtle and you stop in midair. If you are gonna hit a mountain then do the same cobra and pop straight up. The way i have mine set is if you full reverse and put the nose to the ground you can fly like a chopper at ground level. Throttle control is the key, good luck

rem***Harrier***
ObjectTemplate.Active AV8ForwardEngine
rem ObjectTemplate.setTorque 35
rem ObjectTemplate.setDifferential 10
ObjectTemplate.setTorque 40
ObjectTemplate.setDifferential 15

ObjectTemplate.Active AV8FrontVTOLRack
rem ObjectTemplate.setTorque 25
rem ObjectTemplate.setDifferential 5
ObjectTemplate.setTorque 50
ObjectTemplate.setDifferential 7

ObjectTemplate.Active AV8MiddleVTOLRack
rem ObjectTemplate.setTorque 25
rem ObjectTemplate.setDifferential 5
ObjectTemplate.setTorque 50
ObjectTemplate.setDifferential 7

ObjectTemplate.Active AV8RearVTOLRack
rem ObjectTemplate.setTorque 25
rem ObjectTemplate.setDifferential 5
ObjectTemplate.setTorque 50
ObjectTemplate.setDifferential 7

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/