mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
localise gbu
This commit is contained in:
parent
f12e93414a
commit
988768ae3d
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project name="ACE">
|
||||
<Package name="Aircraft">
|
||||
<Package name="aim120">
|
||||
<Key ID="STR_ACE_aim120_a">
|
||||
<English>AIM-120A [ACE]</English>
|
||||
</Key>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project name="ACE">
|
||||
<Package name="Aircraft">
|
||||
<Package name="aim9">
|
||||
<Key ID="STR_ACE_aim9_m">
|
||||
<English>AIM-9M [ACE]</English>
|
||||
</Key>
|
||||
|
@ -2,28 +2,28 @@ class CfgMagazines {
|
||||
class 2Rnd_GBU12_LGB;
|
||||
// GBU
|
||||
class GVAR(2Rnd_12): 2Rnd_GBU12_LGB {
|
||||
displayName = "2x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_2x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
};
|
||||
|
||||
class 4Rnd_Bomb_04_F;
|
||||
class GVAR(4Rnd_GBU12): 4Rnd_Bomb_04_F {
|
||||
displayName = "4x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_4x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
};
|
||||
|
||||
class magazine_Bomb_GBU12_x1;
|
||||
class GVAR(gbu12): magazine_Bomb_GBU12_x1 {
|
||||
displayName = "1x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
};
|
||||
|
||||
class PylonMissile_1Rnd_Bomb_04_F;
|
||||
class GVAR(1_PylonMissile_1Rnd_12): PylonMissile_1Rnd_Bomb_04_F {
|
||||
displayName = "1x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
pylonWeapon = QGVAR(12);
|
||||
@ -31,7 +31,7 @@ class CfgMagazines {
|
||||
|
||||
class 2Rnd_GBU12_LGB_MI10;
|
||||
class GVAR(2Rnd_GBU12_LGB_MI10): 2Rnd_GBU12_LGB_MI10 {
|
||||
displayName = "2x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_2x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
pylonWeapon = QGVAR(12);
|
||||
@ -39,7 +39,7 @@ class CfgMagazines {
|
||||
|
||||
class PylonMissile_Bomb_GBU12_x1;
|
||||
class GVAR(PylonMissile_Bomb_GBU12_x1): PylonMissile_Bomb_GBU12_x1 {
|
||||
displayName = "1x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
pylonWeapon = QGVAR(12);
|
||||
@ -47,7 +47,7 @@ class CfgMagazines {
|
||||
|
||||
class PylonRack_Bomb_GBU12_x2;
|
||||
class GVAR(PylonRack_Bomb_GBU12_x2): PylonRack_Bomb_GBU12_x2 {
|
||||
displayName = "2x GBU-12 [ACE]";
|
||||
displayName = CSTRING(12_2x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(12);
|
||||
pylonWeapon = QGVAR(12);
|
||||
@ -56,14 +56,14 @@ class CfgMagazines {
|
||||
// KAB
|
||||
class magazine_Bomb_KAB250_x1;
|
||||
class GVAR(1Rnd_FAB250): magazine_Bomb_KAB250_x1 {
|
||||
displayName = "1x KAB-250M-54 [ACE]";
|
||||
displayName = CSTRING(fab250_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(FAB250);
|
||||
};
|
||||
|
||||
class PylonMissile_Bomb_KAB250_x1;
|
||||
class GVAR(1_PylonMissile_1Rnd_FAB250): PylonMissile_Bomb_KAB250_x1 {
|
||||
displayName = "1x KAB-250M-54 [ACE]";
|
||||
displayName = CSTRING(fab250_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(FAB250);
|
||||
pylonWeapon = QGVAR(FAB250);
|
||||
@ -71,14 +71,14 @@ class CfgMagazines {
|
||||
|
||||
class 2Rnd_Bomb_03_F;
|
||||
class GVAR(2Rnd_FAB250): 2Rnd_Bomb_03_F {
|
||||
displayName = "2x KAB-250M-54 [ACE]";
|
||||
displayName = CSTRING(fab250_2x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(FAB250);
|
||||
};
|
||||
|
||||
class PylonMissile_1Rnd_Bomb_03_F;
|
||||
class GVAR(PylonMissile_1Rnd_FAB250): PylonMissile_1Rnd_Bomb_03_F {
|
||||
displayName = "1x KAB-250M-54 [ACE]";
|
||||
displayName = CSTRING(fab250_1x);
|
||||
author = "Brandon (TCVM)";
|
||||
ammo = QGVAR(FAB250);
|
||||
pylonWeapon = QGVAR(FAB250);
|
||||
|
@ -1,7 +1,7 @@
|
||||
class CfgWeapons {
|
||||
class weapon_LGBLauncherBase;
|
||||
class GVAR(12): weapon_LGBLauncherBase {
|
||||
displayName = "GBU-12 [ACE]";
|
||||
displayName = CSTRING(12);
|
||||
magazines[] = {
|
||||
QGVAR(2Rnd_12),
|
||||
QGVAR(2Rnd_GBU12_LGB_MI10),
|
||||
@ -17,7 +17,7 @@ class CfgWeapons {
|
||||
};
|
||||
|
||||
class GVAR(FAB250): weapon_LGBLauncherBase {
|
||||
displayName = "FAB-250M-54 [ACE]";
|
||||
displayName = CSTRING(fab250);
|
||||
magazines[] = {
|
||||
QGVAR(1Rnd_FAB250),
|
||||
QGVAR(2Rnd_FAB250),
|
||||
|
26
addons/gbu/stringtable.xml
Normal file
26
addons/gbu/stringtable.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project name="ACE">
|
||||
<Package name="gbu">
|
||||
<Key ID="STR_ACE_gbu_12">
|
||||
<English>GBU-12 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_fab250">
|
||||
<English>FAB-250M-54 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_12_1x">
|
||||
<English>1x GBU-12 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_12_2x">
|
||||
<English>2x GBU-12 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_12_4x">
|
||||
<English>4x GBU-12 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_fab250_1x">
|
||||
<English>1x FAB-250M-54 [ACE]</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_gbu_fab250_2x">
|
||||
<English>2x FAB-250M-54 [ACE]</English>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user