Arma3Epoch/MPMissions/epoch.Altis/description.ext
2015-02-13 21:30:02 +11:00

63 lines
1.2 KiB
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 RscPicture
{
type = CT_STATIC;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = "PuristaMedium"; //Typeface
sizeEx = 0;
};
class RscTitles
{
#include "=BTC=_Logistic\=BTC=_Lift\=BTC=_Hud.h"
#include "dialog\statusBar.hpp"
};
class cfgMusic
{
class intro
{
name = "intro";
sound[] = {"sounds\IntroSong.ogg", db+1,1};
};
};