mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #485 from OnkelDisMaster/patch-1
Config for compatiblity to ASDG Joint Rails
This commit is contained in:
commit
c92a6d5e11
36
optionals/asdg_comp/config.cpp
Normal file
36
optionals/asdg_comp/config.cpp
Normal file
@ -0,0 +1,36 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"asdg_jointrails","ace_laserpointer","ace_optics"};
|
||||
author[]={"OnkelDisMaster"};
|
||||
authorUrl = "http://2.xn--gebirgsjgerkompanie-nwb.de/";
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
class asdg_SlotInfo;
|
||||
class asdg_FrontSideRail: asdg_SlotInfo {
|
||||
class compatibleItems {
|
||||
ACE_acc_pointer_red = 1;
|
||||
ACE_acc_pointer_green = 1;
|
||||
};
|
||||
};
|
||||
|
||||
class asdg_OpticRail;
|
||||
class asdg_OpticRail1913: asdg_OpticRail {
|
||||
class compatibleItems {
|
||||
ACE_optic_Hamr_2D = 1;
|
||||
ACE_optic_Hamr_PIP = 1;
|
||||
ACE_optic_Arco_2D = 1;
|
||||
ACE_optic_Arco_PIP = 1;
|
||||
ACE_optic_MRCO_2D = 1;
|
||||
ACE_optic_SOS_2D = 1;
|
||||
ACE_optic_SOS_PIP = 1;
|
||||
ACE_optic_LRPS_2D = 1;
|
||||
ACE_optic_LRPS_PIP = 1;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user