Skip to content

Commit 99740dc

Browse files
committed
Update mock_ammo.hpp
1 parent 9548215 commit 99740dc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

addons/missileguidance/dev/mock_ammo.hpp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)