GM Compat - Credit and cleanup (#8579)

This commit is contained in:
jonpas 2021-10-22 21:02:05 +02:00 committed by GitHub
parent 3c5d47e83d
commit f97359cf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 44 deletions

View File

@ -151,6 +151,7 @@ Riccardo Petricca <petriccarcc@gmail.com>
Robert Boklahánics <bokirobi@gmail.com>
ruPaladin <happyworm24@rambler.ru>
Rutger "RedBery" Meijering <c.redbery@gmail.com>
sancron
Schwaggot <tom.ryan@posteo.de>
shukari
simon84 <badguy360th@gmail.com>

View File

@ -93,34 +93,4 @@ class cfgMagazines {
};
};
};
// Vehicle Ammo
class gm_magazine_20x139mm_base;
class gme_320Rnd_20x139mm_hei_t_dm81: gm_magazine_20x139mm_base {
displayName = "20 mm 320Rnd HEI-T DM81";
descriptionShort = "Caliber: 20x139 mm HEI-T DM81<br />Rounds: 320<br />Used in: RH202";
displaynameshort = "HEI-T";
ammo = "gm_bullet_20x139mm_hei_t_dm81";
count = 320;
initSpeed = 1175;
tracersEvery = 1;
lastRoundsTracer = 1;
scope = 1;
scopeCurator = 2;
author = "Global Mobilization";
};
class gme_180Rnd_20x139mm_apds_t_dm63: gm_magazine_20x139mm_base {
displayName = "20 mm 180Rnd APDS-T DM63";
descriptionShort = "Caliber: 20x139 mm APDS-T DM63<br />Rounds: 120<br />Used in: RH202";
displaynameshort = "APDS-T";
ammo = "gm_bullet_20x139mm_apds_t_dm63";
count = 180;
initSpeed = 1175;
tracersEvery = 1;
lastRoundsTracer = 1;
scope = 1;
scopeCurator = 2;
author = "Global Mobilization";
};
};

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_csw", "ace_explosives", "ace_rearm", "ace_refuel", "ace_repair", "gm_core"};
author = ECSTRING(common,ACETeam);
authors[] = {"nomisum"};
authors[] = {"sancron", "nomisum"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};