This commit is contained in:
PabstMirror 2018-12-12 23:31:08 -06:00
parent f5994e4c19
commit 8243d2d433
5 changed files with 8 additions and 10 deletions

View File

@ -0,0 +1,5 @@
class CfgMagazineWells {
class CBA_40mm_EGLM { // for longer grenades that can only fit side breech-loading
ADDON[] = {"ACE_40mm_Pike"};
};
};

View File

@ -1,6 +0,0 @@
class CfgWeapons {
class GrenadeLauncher;
class UGL_F: GrenadeLauncher {
magazines[] += {"ACE_40mm_Pike"};
};
};

View File

@ -2,4 +2,4 @@
if (!hasInterface) exitWith {};
["ace_firedPlayer", FUNC(handleFired)] call CBA_fnc_addEventHandler;
["ace_firedPlayer", LINKFUNC(handleFired)] call CBA_fnc_addEventHandler;

View File

@ -6,7 +6,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_laser", "ace_missileguidance"};
requiredAddons[] = {"ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"PabstMirror"};
url = ECSTRING(main,URL);
@ -17,4 +17,4 @@ class CfgPatches {
#include "CfgAmmo.hpp"
#include "CfgEventhandlers.hpp"
#include "CfgMagazines.hpp"
#include "CfgWeapons.hpp"
#include "CfgMagazineWells.hpp"

View File

@ -4,7 +4,6 @@
#define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
#define CBA_DEBUG_SYNCHRONOUS
#define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_PIKE