mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added optional hlcmods_m14 compatibility pbo
This commit is contained in:
parent
5e23f7d842
commit
9078eed6bb
15
optionals/hlcmods_m14_comp/CfgWeapons.hpp
Normal file
15
optionals/hlcmods_m14_comp/CfgWeapons.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
class CfgWeapons
|
||||
{
|
||||
class Rifle_Base_F;
|
||||
class hlc_M14_base: Rifle_Base_F
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=22;
|
||||
};
|
||||
class hlc_rifle_m14sopmod: hlc_rifle_M14
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=18;
|
||||
};
|
||||
};
|
14
optionals/hlcmods_m14_comp/config.cpp
Normal file
14
optionals/hlcmods_m14_comp/config.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"hlcweapons_m14"};
|
||||
author[]={"Ruthberg"};
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgWeapons.hpp"
|
5
optionals/hlcmods_m14_comp/script_component.hpp
Normal file
5
optionals/hlcmods_m14_comp/script_component.hpp
Normal file
@ -0,0 +1,5 @@
|
||||
#define COMPONENT hlcweapons_m14_comp
|
||||
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
Loading…
Reference in New Issue
Block a user