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 {
7
7
manualControl = 0 ;
8
8
thrust = 80 ;
9
9
maxSpeed = 100 ;
10
- airFriction = 0.5 ;
11
- sideairfriction = 0.14 ;
10
+ airFriction = 0.01 ;
11
+ sideairfriction = 0.5 ;
12
+ maneuvrability = 0 ;
12
13
class ADDON : GVAR(type_Malyutka) {
14
+ pitchRate = 5 ; // Minium flap deflection for guidance
15
+ yawRate = 5 ; // Maximum flap deflection for guidance
13
16
enabled = 1 ;
14
17
};
15
18
};
@@ -24,8 +27,9 @@ class GVAR(mock_a_blowpipe): M_Titan_AA_static {
24
27
maxSpeed = 500 ;
25
28
timeToLive = 15 ;
26
29
thrustTime = 15 ;
27
- airFriction = 0.5 ;
28
- sideairfriction = 0.14 ;
30
+ airFriction = 0.01 ;
31
+ sideairfriction = 0.5 ;
32
+ maneuvrability = 0 ;
29
33
class ADDON : GVAR(type_Blowpipe) {
30
34
pitchRate = 5 ; // Minium flap deflection for guidance
31
35
yawRate = 5 ; // Maximum flap deflection for guidance
You can’t perform that action at this time.
0 commit comments