[Homing Missile]A Strongger Engine?

Ask questions, discuss ideas, get answers
Post Reply
User avatar
Dennis|8749236
Posts: 239
Joined: Sun Nov 29, 2009 6:02 am
Location: Earth
Contact:

[Homing Missile]A Strongger Engine?

Post by Dennis|8749236 »

Anyway to make missile's engine pulling force stronger?
My homing missile is always doing somekind of weird stuffs >.>
The AoA is too big when it is trying to aim at the target...
In another word: its not moving toward the direction it turned to >.>

PS: AoA = Angle Of Attack, The angle between the direction vehicle points at to the direction of the motion...

*** Edit ***
Oh yeah! Hi everyone~ its been a long time~~

*** Edit ***
Oh yeah! the codes!!!

Code: Select all

ObjectTemplate.create Engine Rk344_Missile_Engine
ObjectTemplate.hasMobilePhysics 1
beginrem
ObjectTemplate.setMinRotation 0/0/0
ObjectTemplate.setMaxRotation 0/0/10
ObjectTemplate.setMaxSpeed 0/0/100000000
ObjectTemplate.setAcceleration 0/0/1000000000
ObjectTemplate.setInputToRoll c_PIThrottle
ObjectTemplate.setEngineType c_ETRocket
ObjectTemplate.setTorque 9000000000000
ObjectTemplate.setNoPropellerEffectAtSpeed 100
ObjectTemplate.setDifferential 3
ObjectTemplate.SetNumberOfGear 5
ObjectTemplate.SetGearUp 0.02
ObjectTemplate.SetGearDown 0.01
endrem

beginrem
ObjectTemplate.setMinRotation 0/0/0
ObjectTemplate.setMaxRotation 0/0/5000
ObjectTemplate.setMaxSpeed 0/0/1000000
ObjectTemplate.setAcceleration 0/0/1000000
ObjectTemplate.setInputToRoll c_PIThrottle
ObjectTemplate.setEngineType c_ETRocket
ObjectTemplate.setTorque 350.0
ObjectTemplate.setNoPropellerEffectAtSpeed 5000
ObjectTemplate.setDifferential 150.0
endrem

ObjectTemplate.setMinRotation 0/0/0
ObjectTemplate.setMaxRotation 0/0/50000
ObjectTemplate.setMaxSpeed 0/0/100000
ObjectTemplate.setAcceleration 0/0/10000000000
ObjectTemplate.setInputToRoll c_PIThrottle
ObjectTemplate.setEngineType c_ETRocket
ObjectTemplate.setTorque 350.0
ObjectTemplate.setNoPropellerEffectAtSpeed 50000
ObjectTemplate.setDifferential 50.0
*** Edit ***
Took two screenshot of the problem..
As you can see, the direction of missile pointing at have a huge angle to the actual direction its moving to.. (can be determined by looking at trails)
As you can see, the direction of missile pointing at have a huge angle to the actual direction its moving to.. (can be determined by looking at trails)
This screenshot is taken from the direction opposite to the direction of motion at that instant.. You can see where the missile is pointing at and where it actually moving to (at that instant, its moving toward the camera)
This screenshot is taken from the direction opposite to the direction of motion at that instant.. You can see where the missile is pointing at and where it actually moving to (at that instant, its moving toward the camera)

*** Edit ***
Oh Great!!!
All works lost...
Now start over again T_T
My homing missile is almost perfect but engine...

*** Edit ***
Recovered some with my memory..
But it do worth T_T
well.. at least its working sometimes xD (sometimes is not enough)
What is the meaning of Life?? (Don't think about it!)
Post Reply