Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Sat Apr 27, 2024 11:14 pm

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: making a better Harrier
PostPosted: Wed Sep 27, 2006 1:02 am 
Offline

Joined: Fri Jun 17, 2005 12:00 am
Posts: 38
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


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 206 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group