Several changes to add thugs when CUP is installed

This commit is contained in:
Bear
2024-12-30 05:50:41 -03:00
parent 0e545e4b94
commit f0588c319f
15 changed files with 609 additions and 45 deletions

View File

@@ -0,0 +1,31 @@
class CfgPatches
{
class braf_factions_soft_CUP
{
author = "BRAF Team";
addonRootClass = "BRAF_Soft";
skipWhenMissingDependencies = 1;
requiredAddons[] = {
"braf_soft",
"braf_factions_soft",
"CUP_BaseConfigs"
};
requiredVersion = 0.1;
units[] = {
"Braf_TT650_Thugs",
"braf_datsun2_thugs",
"braf_golf2_thugs",
"braf_golf_thugs",
"braf_skoda_thugs",
"braf_datsun_thugs",
"braf_SUV_thugs",
"braf_lada_thugs"
};
weapons[] = {};
};
};
class CfgVehicles
{
#include "Thugs_veh.hpp"
};