Skip to content

Commit

Permalink
Add name for EF_ah99
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Nov 27, 2024
1 parent 72931e9 commit e2fe326
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions addons/compat_ef/compat_ef_realisticnames/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ class CfgVehicles {
class EF_MRAP_01_LAAD_base: EF_MRAP_01_FSV_base {
displayName = SUBCSTRING(MRAP_01_LAAD);
};

class Heli_Attack_01_dynamicLoadout_base_F;
class EF_AH99J_dynamicLoadout_base: Heli_Attack_01_dynamicLoadout_base_F {
displayName = SUBCSTRING(AH99J);
};
};
2 changes: 1 addition & 1 deletion addons/compat_ef/compat_ef_realisticnames/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"EF_hunter", "ace_realisticnames"};
requiredAddons[] = {"EF_hunter", "EF_ah99", "ace_realisticnames"};
skipWhenMissingDependencies = 1;
author = ECSTRING(common,ACETeam);
url = ECSTRING(main,URL);
Expand Down
17 changes: 17 additions & 0 deletions addons/compat_ef/compat_ef_realisticnames/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,22 @@
<Turkish>M-ATV LAAD</Turkish>
<Hungarian>M-ATV LAAD</Hungarian>
</Key>
<Key ID="STR_ACE_Compat_EF_RealisticNames_AH99J">
<English>RAH-66J Comanche</English>
<Czech>RAH-66J Comanche</Czech>
<French>RAH-66J Comanche</French>
<Spanish>RAH-66J Comanche</Spanish>
<Italian>RAH-66J Comanche</Italian>
<Polish>RAH-66J Comanche</Polish>
<Portuguese>RAH-66J Comanche</Portuguese>
<Russian>RAH-66J Comanche</Russian>
<German>RAH-66J Comanche</German>
<Korean>RAH-66J 코만치</Korean>
<Japanese>RAH-66J コマンチ</Japanese>
<Chinese>RAH-66J "卡曼契"攻擊直升機</Chinese>
<Chinesesimp>RAH-66J "科曼奇"</Chinesesimp>
<Turkish>RAH-66J Comanche</Turkish>
<Hungarian>RAH-66J Comanche</Hungarian>
</Key>
</Package>
</Project>

0 comments on commit e2fe326

Please sign in to comment.