Added more towing vehicles, howitzer rotation point

This commit is contained in:
Tklama
2024-04-25 21:56:10 +02:00
parent 92ccc74038
commit 922f517524
7 changed files with 33 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ workshop = [
"2369477168", # Advanced Developer Tools
"3058335345", # TBD Mortars
"843577117", # RHSUSAF
"843425103", # RHSUSAF
]
mission = "test.Stratis"

View File

@@ -21,7 +21,19 @@ GVAR(towingList) = [
["rhsusf_m998.*", [0, -2.4, -0.88], -0.115],
["rhsusf_m1151.*", [-0.05, -2.53, -0.7], -0.1],
["rhsusf_m1152.*", [-0.05, -2.52, -0.7], -0.105],
["rhsusf_m113d.*", [0.37, -1.93, -1.69], -0.035]
["rhsusf_m113d.*", [0.37, -1.93, -1.69], -0.035],
["UK3CB_BAF_LandRover_Hard.*", [0, -2.3, -1.03], -0.11],
["UK3CB_BAF_LandRover_Soft.*", [0.11, -2.34, -1.03], -0.10],
["UK3CB_BAF_Coyote.*", [0.05, -2.78, -1.7], -0.12],
["UK3CB_BAF_Jackal.*", [-0.07, -2.55, -1.25], -0.12],
["UK3CB_BAF_MAN_HX58_Transport.*", [0, -4.32, -1.83], -0.31],
["UK3CB_BAF_MAN_HX60_Transport.*", [0, -3.30, -1.83], -0.31],
["CUP_B_MTVR.*", [0, -3.57, -0.85], -0.12],
["rhs_kamaz5350.*", [0.115, -3.35, -1.36], -0.2],
["RHS_Ural.*", [0, -3.15, -0.67], -0.2]
];
[QGVAR(detached), {

View File

@@ -117,6 +117,11 @@ class CfgVehicles {
initPhase = 0;
animPeriod = 0;
};
class howitzer_rotation_source {
source = "user";
initPhase = 0;
animPeriod = 0;
};
class trigger_rotation_source {
source = "user";

Binary file not shown.

View File

@@ -77,6 +77,18 @@ class Animations
angle0 = "rad +360";
angle1 = "rad -360";
};
class howitzer_rotation
{
type="rotationY";
source="howitzer_rotation_source";
selection="rest";
axis="axis_howitzer";
minValue = "rad -360";
maxValue = "rad +360";
angle0 = "rad +360";
angle1 = "rad -360";
};
class rest
{
type="rotation";