Arma3Epoch/MPMissions/epoch.Altis/description.ext

54 lines
962 B
Plaintext
Raw Normal View History

2015-02-08 07:07:16 +00:00
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;
2015-02-08 07:24:27 +00:00
class CfgRemoteExecCommands {};
2015-02-08 07:59:37 +00:00
class RscTitles
{
#include "dialog\statusBar.hpp"
};
2015-02-08 07:24:27 +00:00
class cfgMusic
{
class intro
{
name = "intro";
sound[] = {"sounds\IntroSong.ogg", db+1,1};
};
};