/* Author: Aaron Clark - EpochMod.com Contributors: Description: Epoch Server Settings Config Licence: Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike Github: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settngs/config.cpp */ #define _ARMA_ class CfgPatches { class A3_server_settings { units[] = {}; weapons[] = {}; requiredVersion = 0.1; epochVersion = "0.3.7.0"; requiredAddons[] = {}; }; }; // inport loot tables #include "configs\Loots.h" // security checks #include "configs\security\security_checks.h" // props template #include "configs\templates\CfgPropTemplate.h" // import settings class CfgEpochServer { #include "\@epochhive\epochah.hpp" #include "\@epochhive\epochconfig.hpp" }; // map config class CfgEpoch { class Default { worldSize = 12000; traderBlds[] = {}; containerPos[] = {}; telePos[] = {}; propsPos[] = {}; staticNpcPos[] = {}; }; #include "configs\maps\bornholm.h" #include "configs\maps\stratis.h" #include "configs\maps\altis.h" #include "configs\maps\chernarus.h" #include "configs\maps\chernarus_summer.h" #include "configs\maps\australia.h" #include "configs\maps\takistan.h" #include "configs\maps\Zargabad.h" #include "configs\maps\esseker.h" #include "configs\maps\Sara.h" #include "configs\maps\SaraLite.h" #include "configs\maps\Sara_dbe1.h" #include "configs\maps\Bootcamp_ACR.h" #include "configs\maps\Desert_E.h" #include "configs\maps\Mountains_ACR.h" #include "configs\maps\Porto.h" #include "configs\maps\ProvingGrounds_PMC.h" #include "configs\maps\Shapur_BAF.h" #include "configs\maps\Utes.h" #include "configs\maps\Woodland_ACR.h" };