File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
addons/missileguidance/dev Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ class GVAR(mock_a_Malyutka): M_Titan_AA_static {
77 manualControl = 0 ;
88 thrust = 80 ;
99 maxSpeed = 100 ;
10- airFriction = 0.5 ;
11- sideairfriction = 0.14 ;
10+ airFriction = 0.01 ;
11+ sideairfriction = 0.5 ;
12+ maneuvrability = 0 ;
1213 class ADDON : GVAR(type_Malyutka) {
14+ pitchRate = 5 ; // Minium flap deflection for guidance
15+ yawRate = 5 ; // Maximum flap deflection for guidance
1316 enabled = 1 ;
1417 };
1518};
@@ -24,8 +27,9 @@ class GVAR(mock_a_blowpipe): M_Titan_AA_static {
2427 maxSpeed = 500 ;
2528 timeToLive = 15 ;
2629 thrustTime = 15 ;
27- airFriction = 0.5 ;
28- sideairfriction = 0.14 ;
30+ airFriction = 0.01 ;
31+ sideairfriction = 0.5 ;
32+ maneuvrability = 0 ;
2933 class ADDON : GVAR(type_Blowpipe) {
3034 pitchRate = 5 ; // Minium flap deflection for guidance
3135 yawRate = 5 ; // Maximum flap deflection for guidance
You can’t perform that action at this time.
0 commit comments