mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cup Weapon Compat - Fix NVG classnames (#9845)
This commit is contained in:
parent
dd32190dfa
commit
e5145ba4f7
@ -107,12 +107,12 @@ class CfgWeapons {
|
|||||||
displayName = SUBCSTRING(CUP_NVG_GPNVG_tan_WP);
|
displayName = SUBCSTRING(CUP_NVG_GPNVG_tan_WP);
|
||||||
NVG_WP_PRESET;
|
NVG_WP_PRESET;
|
||||||
};
|
};
|
||||||
class CUP_GPNVG_green_WP: CUP_NVG_GPNVG_green {
|
class CUP_NVG_GPNVG_green_WP: CUP_NVG_GPNVG_green {
|
||||||
displayName = SUBCSTRING(CUP_GPNVG_green_WP);
|
displayName = SUBCSTRING(CUP_NVG_GPNVG_green_WP);
|
||||||
NVG_WP_PRESET;
|
NVG_WP_PRESET;
|
||||||
};
|
};
|
||||||
class CUP_GPNVG_winter_WP: CUP_NVG_GPNVG_winter {
|
class CUP_NVG_GPNVG_winter_WP: CUP_NVG_GPNVG_winter {
|
||||||
displayName = SUBCSTRING(CUP_GPNVG_winter_WP);
|
displayName = SUBCSTRING(CUP_NVG_GPNVG_winter_WP);
|
||||||
NVG_WP_PRESET;
|
NVG_WP_PRESET;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -6,7 +6,7 @@ class CfgPatches {
|
|||||||
units[] = {};
|
units[] = {};
|
||||||
weapons[] = {
|
weapons[] = {
|
||||||
"CUP_NVG_PVS14_WP", "CUP_NVG_PVS15_black_WP", "CUP_NVG_PVS15_green_WP", "CUP_NVG_PVS15_tan_WP", "CUP_NVG_PVS15_winter_WP",
|
"CUP_NVG_PVS14_WP", "CUP_NVG_PVS15_black_WP", "CUP_NVG_PVS15_green_WP", "CUP_NVG_PVS15_tan_WP", "CUP_NVG_PVS15_winter_WP",
|
||||||
"CUP_NVG_GPNVG_black_WP", "CUP_NVG_GPNVG_tan_WP", "CUP_GPNVG_green_WP", "CUP_GPNVG_winter_WP"
|
"CUP_NVG_GPNVG_black_WP", "CUP_NVG_GPNVG_tan_WP", "CUP_NVG_GPNVG_green_WP", "CUP_NVG_GPNVG_winter_WP"
|
||||||
};
|
};
|
||||||
requiredVersion = REQUIRED_VERSION;
|
requiredVersion = REQUIRED_VERSION;
|
||||||
requiredAddons[] = {
|
requiredAddons[] = {
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
<French>GPNVG (marron clair, WP)</French>
|
<French>GPNVG (marron clair, WP)</French>
|
||||||
<Russian>GPNVG (Желтовато-коричневый, БФ)</Russian>
|
<Russian>GPNVG (Желтовато-коричневый, БФ)</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Compat_CUP_Weapons_nightvision_CUP_GPNVG_green_WP">
|
<Key ID="STR_ACE_Compat_CUP_Weapons_nightvision_CUP_NVG_GPNVG_green_WP">
|
||||||
<English>GPNVG (Green, WP)</English>
|
<English>GPNVG (Green, WP)</English>
|
||||||
<Japanese>GPNVG (ブラック、白色蛍光)</Japanese>
|
<Japanese>GPNVG (ブラック、白色蛍光)</Japanese>
|
||||||
<Italian>GPNVG (Nero, FB)</Italian>
|
<Italian>GPNVG (Nero, FB)</Italian>
|
||||||
@ -77,7 +77,7 @@
|
|||||||
<French>GPNVG (noires, WP)</French>
|
<French>GPNVG (noires, WP)</French>
|
||||||
<Russian>GPNVG (Зелёный, БФ)</Russian>
|
<Russian>GPNVG (Зелёный, БФ)</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Compat_CUP_Weapons_nightvision_CUP_GPNVG_winter_WP">
|
<Key ID="STR_ACE_Compat_CUP_Weapons_nightvision_CUP_NVG_GPNVG_winter_WP">
|
||||||
<English>GPNVG (Winter, WP)</English>
|
<English>GPNVG (Winter, WP)</English>
|
||||||
<Japanese>GPNVG (冬季迷彩, WP)</Japanese>
|
<Japanese>GPNVG (冬季迷彩, WP)</Japanese>
|
||||||
<Korean>GPNVG (설상, WP)</Korean>
|
<Korean>GPNVG (설상, WP)</Korean>
|
||||||
|
Loading…
Reference in New Issue
Block a user