mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 17:56:40 +03:00
Localize missing gunner positions
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -177,7 +177,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1
|
|||||||
gunEnd = "chamber_1";
|
gunEnd = "chamber_1";
|
||||||
weapons[] = {"M134"};
|
weapons[] = {"M134"};
|
||||||
magazines[] = {};
|
magazines[] = {};
|
||||||
gunnerName = "crew chief";
|
gunnerName = $STR_POSITION_CREWCHIEF;
|
||||||
gunnerOpticsModel = "\ca\weapons\optika_empty";
|
gunnerOpticsModel = "\ca\weapons\optika_empty";
|
||||||
gunnerOutOpticsShowCursor = 1;
|
gunnerOutOpticsShowCursor = 1;
|
||||||
gunnerOpticsShowCursor = 1;
|
gunnerOpticsShowCursor = 1;
|
||||||
@@ -216,7 +216,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1
|
|||||||
stabilizedInAxes = "StabilizedInAxesNone";
|
stabilizedInAxes = "StabilizedInAxesNone";
|
||||||
selectionFireAnim = "zasleh_1";
|
selectionFireAnim = "zasleh_1";
|
||||||
proxyIndex = 2;
|
proxyIndex = 2;
|
||||||
gunnerName = "door gunner";
|
gunnerName = $STR_POSITION_DOORGUNNER;
|
||||||
commanding = -3;
|
commanding = -3;
|
||||||
weapons[] = {"M134_2"};
|
weapons[] = {"M134_2"};
|
||||||
gunBeg = "muzzle_2";
|
gunBeg = "muzzle_2";
|
||||||
@@ -240,7 +240,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1
|
|||||||
stabilizedInAxes = "StabilizedInAxesNone";
|
stabilizedInAxes = "StabilizedInAxesNone";
|
||||||
selectionFireAnim = "zasleh_3";
|
selectionFireAnim = "zasleh_3";
|
||||||
proxyIndex = 3;
|
proxyIndex = 3;
|
||||||
gunnerName = "rear gunner";
|
gunnerName = $STR_POSITION_REARGUNNER;
|
||||||
gunnerOpticsShowCursor = 0;
|
gunnerOpticsShowCursor = 0;
|
||||||
commanding = -1;
|
commanding = -1;
|
||||||
gunnerAction = "CH47_Gunner01_EP1";
|
gunnerAction = "CH47_Gunner01_EP1";
|
||||||
|
|||||||
@@ -17937,6 +17937,18 @@
|
|||||||
<German>HC3 Merlin Wrack</German>
|
<German>HC3 Merlin Wrack</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
|
||||||
|
<Key ID="STR_POSITION_VEH_FRONT_GUNNER">
|
||||||
|
<English>front gunner</English>
|
||||||
|
<German>Frontschütze</German>
|
||||||
|
<Italian>Artigliere anteriore</Italian>
|
||||||
|
<Spanish>artillero delantero</Spanish>
|
||||||
|
<French>Tireur avant</French>
|
||||||
|
<Czech>Přední střelec</Czech>
|
||||||
|
<Russian>Стрелок (нос)</Russian>
|
||||||
|
<Polish>Przedni strzelec</Polish>
|
||||||
|
<Hungarian>Első lövész</Hungarian>
|
||||||
|
</Key>
|
||||||
|
|
||||||
<!--Namalsk compatibility-->
|
<!--Namalsk compatibility-->
|
||||||
<Key ID="STR_EQUIP_NAME_43">
|
<Key ID="STR_EQUIP_NAME_43">
|
||||||
<English>Winter Ghillie Suit</English>
|
<English>Winter Ghillie Suit</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user