2016-04-08 20:21:46 +00:00
|
|
|
/*
|
2016-06-27 20:56:35 +00:00
|
|
|
Epoch Mod Survival Gamemode
|
2016-04-08 20:21:46 +00:00
|
|
|
|
|
|
|
Author: Epoch Mod Team - EpochMod.com
|
|
|
|
|
|
|
|
Licence:
|
|
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
|
|
|
|
Github:
|
2016-06-13 16:54:19 +00:00
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/config.hpp
|
2016-04-08 20:21:46 +00:00
|
|
|
*/
|
|
|
|
author = "Epoch Mod Team";
|
|
|
|
class Header
|
|
|
|
{
|
2016-07-12 19:19:56 +00:00
|
|
|
gameType = Survive;
|
2016-04-08 20:21:46 +00:00
|
|
|
minPlayers = 1;
|
2017-04-02 04:17:46 +00:00
|
|
|
maxPlayers = 200;
|
2016-04-08 20:21:46 +00:00
|
|
|
};
|
|
|
|
respawn = "BASE";
|
|
|
|
respawnDelay = 600;
|
|
|
|
respawnDialog = 0;
|
|
|
|
respawnButton = 0;
|
|
|
|
respawnOnStart = -1;
|
|
|
|
onPauseScript = "epoch_code\gui\scripts\Epoch_onPause.sqf";
|
|
|
|
onLoadMission= "Epoch";
|
|
|
|
OnLoadIntro = "Welcome to Epoch Mod";
|
|
|
|
loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa";
|
2016-12-29 18:18:09 +00:00
|
|
|
OnLoadIntroTime = 0;
|
|
|
|
OnLoadMissionTime = 0;
|
2016-04-08 20:21:46 +00:00
|
|
|
onLoadName = "Epoch Mod";
|
2016-12-29 18:18:09 +00:00
|
|
|
disabledAI = 1;
|
2016-04-08 20:21:46 +00:00
|
|
|
scriptedPlayer = 1;
|
2016-06-06 21:12:15 +00:00
|
|
|
disableChannels[]={{0,true,true},{1,false,true},{2,true,true},{6,true,true}}; // allow text only on side chat
|
2016-04-08 20:21:46 +00:00
|
|
|
enableItemsDropping = 0;
|
|
|
|
briefing = 0;
|
|
|
|
debriefing = 0;
|
|
|
|
enableDebugConsole = 0;
|
|
|
|
joinUnassigned = 0;
|
|
|
|
forceRotorLibSimulation = 1;
|
|
|
|
saving = 0;
|
|
|
|
|
|
|
|
corpseManagerMode = 1;
|
|
|
|
corpseLimit = 10;
|
|
|
|
corpseRemovalMinTime = 1200;
|
|
|
|
corpseRemovalMaxTime = 3600;
|
|
|
|
|
|
|
|
wreckManagerMode = 1;
|
|
|
|
wreckLimit = 2;
|
|
|
|
wreckRemovalMinTime = 60;
|
|
|
|
wreckRemovalMaxTime = 360;
|
|
|
|
|
|
|
|
disableRandomization[] = {"All"};
|
|
|
|
|
2017-08-18 13:37:39 +00:00
|
|
|
showHUD[] =
|
|
|
|
{
|
2017-10-15 20:42:33 +00:00
|
|
|
true, // Scripted HUD (same as showHUD command)
|
|
|
|
true, // Vehicle + soldier info
|
|
|
|
true, // Vehicle radar
|
|
|
|
true, // Vehicle compass
|
|
|
|
true, // Tank direction indicator
|
|
|
|
false, // Commanding menu
|
|
|
|
false, // Group Bar
|
|
|
|
true, // HUD Weapon Cursors
|
|
|
|
true // Vehicle display panels
|
2017-08-18 13:37:39 +00:00
|
|
|
};
|
|
|
|
|
2017-03-26 18:15:24 +00:00
|
|
|
#include "Configs\CfgServicePoint.hpp"
|
2016-12-13 16:12:51 +00:00
|
|
|
#include "Configs\CfgItemSort.hpp"
|
2016-04-08 20:21:46 +00:00
|
|
|
#include "Configs\CfgTraderMissions.hpp"
|
2016-05-31 15:28:07 +00:00
|
|
|
#include "Configs\CfgMissions.hpp"
|
|
|
|
#include "Configs\CfgMissionsTasks.hpp"
|
2016-04-08 20:21:46 +00:00
|
|
|
#include "Configs\cfgCrafting.hpp"
|
|
|
|
#include "Configs\cfgPricing.hpp"
|
2016-06-29 22:32:57 +00:00
|
|
|
#include "Configs\CfgDynamicHUD.hpp"
|
2018-06-21 19:59:37 +00:00
|
|
|
#include "Configs\CfgEPad.hpp"
|
2019-05-01 21:31:15 +00:00
|
|
|
#include "Configs\CfgPainting.hpp"
|
2016-06-15 00:58:22 +00:00
|
|
|
|
2016-04-08 20:21:46 +00:00
|
|
|
#include "Configs\CfgEpochClient.hpp"
|
2016-06-15 00:58:22 +00:00
|
|
|
|
2016-04-08 20:21:46 +00:00
|
|
|
#include "Configs\CfgMasterLoop.hpp"
|
|
|
|
#include "Configs\CfgBaseBuilding.hpp"
|
|
|
|
#include "Configs\CfgSnapChecks.hpp"
|
|
|
|
#include "Configs\CfgBuildingLootPos.hpp"
|
|
|
|
#include "Configs\CfgActionMenu\CfgActionMenu_core.hpp"
|
|
|
|
#include "Configs\CfgEpochConfiguration.hpp"
|
|
|
|
#include "Configs\CfgClientFunctions.hpp"
|
2016-05-05 21:56:17 +00:00
|
|
|
#include "Configs\CfgObjectInteractions.hpp"
|
2016-05-06 20:30:10 +00:00
|
|
|
#include "Configs\CfgItemInteractions.hpp"
|
2016-07-05 18:22:14 +00:00
|
|
|
#include "Configs\CfgSay3Dhandler.hpp"
|
|
|
|
#include "Configs\CfgSwitchMovehandler.hpp"
|
2017-07-03 12:22:20 +00:00
|
|
|
#include "Configs\CfgVehicleUpgrades.hpp"
|
2017-07-04 00:08:04 +00:00
|
|
|
#include "Configs\CfgReadingDocuments.hpp"
|
2017-10-08 18:37:48 +00:00
|
|
|
#include "Configs\CfgMarkerSets.hpp"
|
2016-05-05 16:06:12 +00:00
|
|
|
|
|
|
|
// A3 specific configs
|
2016-04-08 20:21:46 +00:00
|
|
|
#include "Configs\CfgFunctions.hpp"
|
|
|
|
#include "Configs\CfgRemoteExec.hpp"
|
2018-06-16 15:07:20 +00:00
|
|
|
#include "Configs\CfgDisabledCommands.hpp"
|
2016-04-08 20:21:46 +00:00
|
|
|
|
|
|
|
class CfgEpochBuild
|
|
|
|
{
|
|
|
|
#include "build.hpp"
|
|
|
|
};
|