We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44ad22 commit cac7310Copy full SHA for cac7310
addons/realisticnames/CfgVehicles.hpp
@@ -478,6 +478,11 @@ class CfgVehicles {
478
displayName = CSTRING(Plane_Fighter_04_Name);
479
};
480
481
+ class UAV_05_Base_F;
482
+ class B_UAV_05_F: UAV_05_Base_F {
483
+ displayName = CSTRING(UAV_05_Name);
484
+ };
485
+
486
// UAVs
487
class UAV_02_base_F;
488
class B_UAV_02_F: UAV_02_base_F {
addons/realisticnames/stringtable.xml
@@ -1889,6 +1889,9 @@
1889
<Turkish>JAS 39 Gripen</Turkish>
1890
<Ukrainian>JAS 39 Gripen</Ukrainian>
1891
</Key>
1892
+ <Key ID="STR_ACE_RealisticNames_UAV_05_Name">
1893
+ <English>XQ-47B</English>
1894
+ </Key>
1895
<Key ID="STR_ACE_RealisticNames_SLAM_Name">
1896
<English>M4A1 SLAM</English>
1897
<Czech>M4A1 SLAM</Czech>
0 commit comments