Skip to content

Commit

Permalink
2.9.0.47168
Browse files Browse the repository at this point in the history
  • Loading branch information
Quaggles committed Oct 27, 2023
1 parent 099f889 commit 7118e93
Show file tree
Hide file tree
Showing 13 changed files with 435 additions and 85 deletions.
2 changes: 1 addition & 1 deletion _G/__DCS_VERSION__.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0.46801
2.9.0.47168
6 changes: 3 additions & 3 deletions _G/db/Units/Planes/Plane/A-50.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[6] = {
args = { 82 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 0, 3, 4, 5, 8 }
},
[7] = {
Expand Down Expand Up @@ -131,7 +131,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
[43] = {
args = { 243 },
critical_damage = 20,
deps_cells = { 39, 47, 48, 51, 52, 53 }
deps_cells = { 55, 39, 47, 48, 51, 52, 53 }
},
[47] = {
args = { 235 },
Expand All @@ -157,7 +157,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[55] = {
args = { 81 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 43, 39, 47, 48, 51, 52, 53, 57, 58 }
},
[56] = {
Expand Down
16 changes: 8 additions & 8 deletions _G/db/Units/Planes/Plane/FA-18C_hornet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2760,31 +2760,31 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
} },
Crewman0Gestures = { {
Sequence = { {
C = { { "Arg", 39, "to", 0, "speed", 0.5 }, { "Arg", 99, "to", 0, "speed", 0.5 }, { "Arg", 500, "to", 0, "speed", 0.5 }, { "Arg", 501, "to", 0, "speed", 0.5 }, { "Arg", 502, "set", 0 } }
C = { { "Arg", 39, "to", 0, "speed", 0.5 }, { "Arg", 99, "to", 0, "speed", 0.5 }, { "Arg", 500, "to", 0, "speed", 5 }, { "Arg", 395, "to", 0, "speed", 5 }, { "Arg", 501, "to", 0, "speed", 5 }, { "Arg", 396, "to", 0, "speed", 5 }, { "Arg", 521, "set", 0.01 } }
}, {
C = { { "Arg", 521, "from", 0, "to", 0.6, "in", 2 } }
C = { { "Arg", 521, "from", 0.01, "to", 0.6, "in", 2 } }
}, {
C = { { "Arg", 521, "from", 0.6, "to", 1, "in", 1.5 } }
}, {
C = { { "Arg", 522, "set", 0.01 }, { "Arg", 521, "set", 0 } }
C = { { "Arg", 522, "set", 0.01 } }
} },
Transition = { "Any", "GestureSaluteLeft" }
}, {
Sequence = { {
C = { { "Arg", 39, "to", 0, "speed", 0.5 }, { "Arg", 99, "to", 0, "speed", 0.5 }, { "Arg", 500, "to", 0, "speed", 0.5 }, { "Arg", 501, "to", 0, "speed", 0.5 }, { "Arg", 502, "set", 0 } }
C = { { "Arg", 39, "to", 0, "speed", 0.5 }, { "Arg", 99, "to", 0, "speed", 0.5 }, { "Arg", 500, "to", 0, "speed", 5 }, { "Arg", 395, "to", 0, "speed", 5 }, { "Arg", 501, "to", 0, "speed", 5 }, { "Arg", 396, "to", 0, "speed", 5 }, { "Arg", 520, "set", 0.01 } }
}, {
C = { { "Arg", 520, "from", 0, "to", 0.55, "in", 2 } }
C = { { "Arg", 520, "from", 0.01, "to", 0.55, "in", 2 } }
}, {
C = { { "Arg", 520, "from", 0.55, "to", 1, "in", 1.7 } }
}, {
C = { { "Arg", 522, "set", 0.01 }, { "Arg", 520, "set", 0 } }
C = { { "Arg", 522, "set", 0.01 } }
} },
Transition = { "Any", "GestureSaluteRight" }
}, {
Sequence = { {
C = { { "Arg", 522, "to", 1, "speed", 0.33 } }
}, {
C = { { "Arg", 522, "set", 0 } }
C = { { "Arg", 522, "set", 0 }, { "Arg", 521, "set", 0 }, { "Arg", 520, "set", 0 } }
} },
Transition = { "Any", "GestureSaluteTakeOffFinalize" }
} },
Expand Down Expand Up @@ -2884,7 +2884,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
Transition = { "Open", "Close" }
} }
},
net_animation = { 2, 13, 14, 25, 84, 85, 89, 90, 274, 336 },
net_animation = { 2, 13, 14, 25, 84, 85, 89, 90, 274, 336, 39, 99, 508, 459, 500, 501, 502, 503, 395, 396, 397, 398, 420, 539, 523, 524, 520, 521, 522 },
nose_gear_amortizer_direct_stroke = 0,
nose_gear_amortizer_normal_weight_stroke = -0.4,
nose_gear_amortizer_reversal_stroke = -0.54,
Expand Down
6 changes: 3 additions & 3 deletions _G/db/Units/Planes/Plane/IL-76MD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[6] = {
args = { 82 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 0, 3, 4, 5, 8 }
},
[7] = {
Expand Down Expand Up @@ -128,7 +128,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
[43] = {
args = { 243 },
critical_damage = 20,
deps_cells = { 39, 47, 48, 51, 52, 53 }
deps_cells = { 55, 39, 47, 48, 51, 52, 53 }
},
[47] = {
args = { 235 },
Expand All @@ -154,7 +154,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[55] = {
args = { 81 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 43, 39, 47, 48, 51, 52, 53, 57, 58 }
},
[56] = {
Expand Down
6 changes: 3 additions & 3 deletions _G/db/Units/Planes/Plane/IL-78M.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[6] = {
args = { 82 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 0, 3, 4, 5, 8 }
},
[7] = {
Expand Down Expand Up @@ -131,7 +131,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
[43] = {
args = { 243 },
critical_damage = 20,
deps_cells = { 39, 47, 48, 51, 52, 53 }
deps_cells = { 55, 39, 47, 48, 51, 52, 53 }
},
[47] = {
args = { 235 },
Expand All @@ -157,7 +157,7 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
},
[55] = {
args = { 81 },
critical_damage = 200,
critical_damage = 20,
deps_cells = { 43, 39, 47, 48, 51, 52, 53, 57, 58 }
},
[56] = {
Expand Down
8 changes: 8 additions & 0 deletions _G/db/Units/Planes/Plane/M-2000C.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,14 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
mm = 0,
mmint = 1,
prob = 100
}, {
enable = false,
hh = 0,
id = "IFF_FAILURE_MAIN",
label = "IFF Responder",
mm = 0,
mmint = 1,
prob = 100
} },
Guns = { {
_file = "./CoreMods/aircraft/M-2000C/M-2000C.lua",
Expand Down
6 changes: 6 additions & 0 deletions _G/db/Units/Planes/Plane/Mirage-F1BE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down Expand Up @@ -2403,6 +2406,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down
6 changes: 6 additions & 0 deletions _G/db/Units/Planes/Plane/Mirage-F1CE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down Expand Up @@ -2531,6 +2534,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down
6 changes: 6 additions & 0 deletions _G/db/Units/Planes/Plane/Mirage-F1EE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down Expand Up @@ -2578,6 +2581,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down
6 changes: 6 additions & 0 deletions _G/db/Units/Planes/Plane/Mirage-F1M-CE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down Expand Up @@ -2272,6 +2275,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down
6 changes: 6 additions & 0 deletions _G/db/Units/Planes/Plane/Mirage-F1M-EE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down Expand Up @@ -2288,6 +2291,9 @@ _G["db"]["Units"]["Planes"]["Plane"]["#Index"] = {
}, {
CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
arg_value = 0.15
}, {
CLSID = "{AIM-9P3}",
arg_value = 0.15
}, {
CLSID = "{AIM-9JULI}",
arg_value = 0.15
Expand Down
Loading

0 comments on commit 7118e93

Please sign in to comment.