mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 16:43:29 +00:00
moved CUP files to it's own pbo so i can add the addon.toml to not rapify the pbo and allow for #if __has_include statements
This commit is contained in:
29
addons/CUPcompat/characters/CUP/config.cpp
Normal file
29
addons/CUPcompat/characters/CUP/config.cpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_factions_characters_CUP
|
||||
{
|
||||
author = "BRAF Team";
|
||||
skipWhenMissingDependencies = 1;
|
||||
requiredAddons[] = {
|
||||
"BRAF_characters_army",
|
||||
"braf_factions_characters",
|
||||
"CUP_BaseConfigs"
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
#if __has_include("\CUP\Weapons\CUP_Weapons_DynamicLoadout\mk82\CUP_mk82_pod.p3d")
|
||||
class DefaultEventHandlers;
|
||||
class CfgVehicles
|
||||
{
|
||||
skipWhenMissingDependencies = 1;
|
||||
|
||||
#include "thug_opfor_units_CUP.hpp"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user