mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 17:53:28 +00:00
inicio da config PBOs weapons, vest, aviation e backpack
This commit is contained in:
49
addons/aviation/config.cpp
Normal file
49
addons/aviation/config.cpp
Normal file
@@ -0,0 +1,49 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_factions_characters_aviation
|
||||
{
|
||||
units[]=
|
||||
{
|
||||
// Units AvEx
|
||||
|
||||
};
|
||||
weapons[]=
|
||||
{
|
||||
|
||||
};
|
||||
requiredVersion=0.1;
|
||||
requiredAddons[]=
|
||||
{
|
||||
"A3_Characters_F",
|
||||
"A3_Data_F",
|
||||
"A3_Characters_F_Heads",
|
||||
"A3Data",
|
||||
"A3_Characters_F_BLUFOR",
|
||||
"A3_Characters_F_Proxies",
|
||||
"braf_characters_aviation"
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class CfgVehicles
|
||||
{
|
||||
#include "Flightsuits\v_flightsuit_hiaf.hpp"
|
||||
#include "v_cratenia.hpp"
|
||||
//#include "Flightsuits\v_flightsuit_cratenia.hpp"
|
||||
};
|
||||
class CfgWeapons
|
||||
{
|
||||
class ItemCore;
|
||||
class HeadGearItem;
|
||||
class Uniform_Base: ItemCore{};
|
||||
class UniformItem;
|
||||
class H_HelmetB;
|
||||
class Vest_Camo_Base;
|
||||
class V_RebreatherB;
|
||||
class VestItem;
|
||||
#include "Flightsuits\w_flightsuit_hiaf.hpp"
|
||||
//#include "Flightsuits\w_flightsuit_cratenia.hpp"
|
||||
#include "Flighthelmets\Alpha200\Alpha200.hpp"
|
||||
#include "Flighthelmets\HGU55\HGU55P.hpp"
|
||||
#include "Flighthelmets\HGU56\HGU56P.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user