61 lines
1.5 KiB
C++
61 lines
1.5 KiB
C++
class CfgPatches
|
|
{
|
|
class braf_weapons_scopes
|
|
{
|
|
units[] = {};
|
|
weapons[] = {
|
|
"braf_dot",
|
|
"braf_dot_3x_up",
|
|
"braf_dot_3x_dwn",
|
|
"braf_c79",
|
|
"braf_c79_aaf",
|
|
"braf_c79_green",
|
|
"braf_fal_oip_scope",
|
|
"braf_guara",
|
|
"braf_eotech_exps3",
|
|
"braf_eotech_exps3_magnifier_side",
|
|
"braf_eotech_exps3_magnifier_up",
|
|
};
|
|
requiredVersion = 0.1;
|
|
requiredAddons[] = {"A3_Weapons_F","braf_main"};
|
|
author = "BRAF TEAM";
|
|
};
|
|
};
|
|
|
|
class asdg_OpticRail;
|
|
class asdg_OpticRail1913 : asdg_OpticRail
|
|
{
|
|
class compatibleItems
|
|
{
|
|
braf_dot = 1;
|
|
braf_dot_3x_up = 1;
|
|
braf_dot_3x_dwn = 1;
|
|
braf_scope_acog = 1;
|
|
braf_c79 = 1;
|
|
braf_c79_aaf = 1;
|
|
braf_c79_green = 1;
|
|
braf_guara = 1;
|
|
braf_eotech_exps3 = 1;
|
|
braf_eotech_exps3_magnifier_side = 1;
|
|
braf_eotech_exps3_magnifier_up = 1;
|
|
braf_eotech_exp3_tan = 1;
|
|
braf_eotech_exps3_tan_magnifier_side = 1;
|
|
braf_eotech_exps3_tan_magnifier_up = 1;
|
|
};
|
|
};
|
|
|
|
class SlotInfo;
|
|
|
|
class CfgWeapons
|
|
{
|
|
class ItemCore;
|
|
class InventoryItem_Base_F;
|
|
class InventoryOpticsItem_Base_F;
|
|
#include "acog\w_acog.hpp"
|
|
#include "eotech_xps3_g33\eotech_xps3_g33.hpp"
|
|
#include "c79\w_c79.hpp"
|
|
#include "fal_oip_scope\w_fal_oip_scope.hpp"
|
|
#include "guara\w_guara.hpp"
|
|
#include "newcon_optik\w_newcon_optik.hpp"
|
|
};
|