mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added optional hlcmods_fal compatibility pbo
This commit is contained in:
parent
87252c3a3e
commit
aeef674b08
50
optionals/hlcmods_fal_comp/CfgWeapons.hpp
Normal file
50
optionals/hlcmods_fal_comp/CfgWeapons.hpp
Normal file
@ -0,0 +1,50 @@
|
||||
|
||||
class CfgWeapons
|
||||
{
|
||||
class hlc_fal_base;
|
||||
class hlc_rifle_falosw: hlc_fal_base
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=13;
|
||||
};
|
||||
class hlc_rifle_osw_GL: hlc_rifle_falosw
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=13;
|
||||
};
|
||||
class hlc_rifle_SLR: hlc_fal_base
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=21.700001;
|
||||
};
|
||||
class hlc_rifle_STG58F: hlc_fal_base
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=21;
|
||||
};
|
||||
class hlc_rifle_FAL5061: hlc_fal_base
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=18;
|
||||
};
|
||||
class hlc_rifle_L1A1SLR: hlc_rifle_SLR
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=21.700001;
|
||||
};
|
||||
class hlc_rifle_c1A1: hlc_rifle_SLR
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=21.700001;
|
||||
};
|
||||
class hlc_rifle_LAR: hlc_rifle_FAL5061
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=21;
|
||||
};
|
||||
class hlc_rifle_SLRchopmod: hlc_rifle_FAL5061
|
||||
{
|
||||
ACE_barrelTwist=12;
|
||||
ACE_barrelLength=18;
|
||||
};
|
||||
};
|
14
optionals/hlcmods_fal_comp/config.cpp
Normal file
14
optionals/hlcmods_fal_comp/config.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"hlcweapons_falpocalypse"};
|
||||
author[]={"Ruthberg"};
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgWeapons.hpp"
|
5
optionals/hlcmods_fal_comp/script_component.hpp
Normal file
5
optionals/hlcmods_fal_comp/script_component.hpp
Normal file
@ -0,0 +1,5 @@
|
||||
#define COMPONENT hlcweapons_falpocalypse_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