Skip to content

Commit cac7310

Browse files
Realisticnames - Add XQ-47B name (#11232)
* Add UAV_05 class with display name * Add RQ-180 UAV name to stringtable * Change RQ-180 name to XQ-47A in stringtable * oops
1 parent f44ad22 commit cac7310

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

addons/realisticnames/CfgVehicles.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,11 @@ class CfgVehicles {
478478
displayName = CSTRING(Plane_Fighter_04_Name);
479479
};
480480

481+
class UAV_05_Base_F;
482+
class B_UAV_05_F: UAV_05_Base_F {
483+
displayName = CSTRING(UAV_05_Name);
484+
};
485+
481486
// UAVs
482487
class UAV_02_base_F;
483488
class B_UAV_02_F: UAV_02_base_F {

addons/realisticnames/stringtable.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,9 @@
18891889
<Turkish>JAS 39 Gripen</Turkish>
18901890
<Ukrainian>JAS 39 Gripen</Ukrainian>
18911891
</Key>
1892+
<Key ID="STR_ACE_RealisticNames_UAV_05_Name">
1893+
<English>XQ-47B</English>
1894+
</Key>
18921895
<Key ID="STR_ACE_RealisticNames_SLAM_Name">
18931896
<English>M4A1 SLAM</English>
18941897
<Czech>M4A1 SLAM</Czech>

0 commit comments

Comments
 (0)