Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compat WS - Update realistic names #10568

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions addons/compat_ws/compat_ws_realisticnames/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,23 @@ class CfgWeapons {
class arifle_XMS_Base_Sand_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_Sand_Name);
};
class arifle_XMS_lxWS;
class arifle_XMS_Camo_lxWS: arifle_XMS_lxWS {
displayName = SUBCSTRING(XMS_Camo_Name);
};
class arifle_XMS_Gray_lxWS: arifle_XMS_lxWS {
displayName = SUBCSTRING(XMS_Gray_Name);
};

class arifle_XMS_GL_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_GL_Name);
};
class arifle_XMS_GL_Camo_lxWS: arifle_XMS_GL_lxWS {
displayName = SUBCSTRING(XMS_GL_Camo_Name);
};
class arifle_XMS_GL_Gray_lxWS: arifle_XMS_GL_lxWS {
displayName = SUBCSTRING(XMS_GL_Gray_Name);
};
class arifle_XMS_GL_khk_lxWS: arifle_XMS_GL_lxWS {
displayName = SUBCSTRING(XMS_GL_Khaki_Name);
};
Expand All @@ -149,6 +163,12 @@ class CfgWeapons {
class arifle_XMS_Shot_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_SG_Name);
};
class arifle_XMS_Shot_Camo_lxWS: arifle_XMS_Shot_lxWS {
displayName = SUBCSTRING(XMS_SG_Camo_Name);
};
class arifle_XMS_Shot_Gray_lxWS: arifle_XMS_Shot_lxWS {
displayName = SUBCSTRING(XMS_SG_Gray_Name);
};
class arifle_XMS_Shot_khk_lxWS: arifle_XMS_Shot_lxWS {
displayName = SUBCSTRING(XMS_SG_Khaki_Name);
};
Expand All @@ -158,6 +178,12 @@ class CfgWeapons {
class arifle_XMS_M_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_SW_Name);
};
class arifle_XMS_M_Camo_lxWS: arifle_XMS_M_lxWS {
displayName = SUBCSTRING(XMS_SW_Camo_Name);
};
class arifle_XMS_M_Gray_lxWS: arifle_XMS_M_lxWS {
displayName = SUBCSTRING(XMS_SW_Gray_Name);
};
class arifle_XMS_M_khk_lxWS: arifle_XMS_M_lxWS {
displayName = SUBCSTRING(XMS_SW_Khaki_Name);
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
// Attachments
class optic_Aco;
class optic_ACO_camo_lxWS: optic_Aco {
displayName = SUBCSTRING(aco_camo_Name);
};

class optic_ACO_grn;
class optic_ACO_grn_camo_lxWS: optic_ACO_grn {
displayName = SUBCSTRING(aco_grn_camo_Name);
};

class optic_Arco;
class optic_arco_hex_lxWS: optic_Arco {
displayName = SUBCSTRING(arco_hex_Name);
Expand Down
30 changes: 30 additions & 0 deletions addons/compat_ws/compat_ws_realisticnames/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@
<Japanese>XMS GL</Japanese>
<Chinesesimp>XMS GL</Chinesesimp>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Camo_Name">
<English>XMS GL (Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Gray_Name">
<English>XMS GL (Gray)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Sand_Name">
<English>XMS GL (Sand)</English>
<French>XMS GL (sable)</French>
Expand Down Expand Up @@ -388,6 +394,12 @@
<Japanese>XMS</Japanese>
<Chinesesimp>XMS</Chinesesimp>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_Camo_Name">
<English>XMS (Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_Gray_Name">
<English>XMS (Gray)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Khaki_Name">
<English>XMS SG (Khaki)</English>
<French>XMS SG (kaki)</French>
Expand All @@ -412,6 +424,12 @@
<Japanese>XMS SG</Japanese>
<Chinesesimp>XMS SG</Chinesesimp>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Camo_Name">
<English>XMS SG (Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Gray_Name">
<English>XMS SG (Gray)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Sand_Name">
<English>XMS SG (Sand)</English>
<French>XMS SG (sable)</French>
Expand Down Expand Up @@ -448,6 +466,12 @@
<Japanese>XMS SW</Japanese>
<Chinesesimp>XMS SW</Chinesesimp>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Camo_Name">
<English>XMS SW (Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Gray_Name">
<English>XMS SW (Gray)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Sand_Name">
<English>XMS SW (Sand)</English>
<French>XMS SW (sable)</French>
Expand Down Expand Up @@ -526,6 +550,12 @@
<Korean>오토카 아르마 APC (비무장)</Korean>
<Japanese>オトカ アルマ (非武装)</Japanese>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_aco_camo_Name">
<English>C-More Railway (Red, Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_aco_grn_camo_Name">
<English>C-More Railway (Green, Camo)</English>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_arco_hex_Name">
<English>ELCAN SpecterOS (Hex)</English>
<French>ELCAN SpecterOS (Hex)</French>
Expand Down
Loading