mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
54 lines
962 B
Plaintext
54 lines
962 B
Plaintext
author = "Epoch Mod Team";
|
|
class Header
|
|
{
|
|
gameType = Sandbox;
|
|
minPlayers = 1;
|
|
maxPlayers = 100;
|
|
};
|
|
respawn = "BASE";
|
|
respawnDelay = 600;
|
|
respawnDialog = 0;
|
|
|
|
onLoadMission= "Epoch";
|
|
OnLoadIntro = "Welcome to Epoch Mod";
|
|
loadScreen = "pictures\loadScreen.jpg";
|
|
OnLoadIntroTime = False;
|
|
OnLoadMissionTime = False;
|
|
onLoadName = "Epoch Mod";
|
|
disabledAI = true;
|
|
scriptedPlayer = 1;
|
|
disableChannels[]={0,1,2,6};
|
|
enableItemsDropping = 0;
|
|
briefing = 0;
|
|
debriefing = 0;
|
|
enableDebugConsole = 0;
|
|
joinUnassigned = 0;
|
|
respawnOnStart = 0;
|
|
forceRotorLibSimulation = 1;
|
|
|
|
corpseManagerMode = 1;
|
|
corpseLimit = 10;
|
|
corpseRemovalMinTime = 1200;
|
|
corpseRemovalMaxTime = 3600;
|
|
|
|
wreckManagerMode = 1;
|
|
wreckLimit = 2;
|
|
wreckRemovalMinTime = 60;
|
|
wreckRemovalMaxTime = 360;
|
|
|
|
class CfgRemoteExecCommands {};
|
|
|
|
class RscTitles
|
|
{
|
|
|
|
#include "dialog\statusBar.hpp"
|
|
};
|
|
|
|
class cfgMusic
|
|
{
|
|
class intro
|
|
{
|
|
name = "intro";
|
|
sound[] = {"sounds\IntroSong.ogg", db+1,1};
|
|
};
|
|
}; |