Arma3Epoch/MPMissions/epoch.Altis/description.ext

63 lines
1.2 KiB
Plaintext
Raw Permalink 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-13 10:30:02 +00:00
class RscPicture
{
type = CT_STATIC;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = "PuristaMedium"; //Typeface
sizeEx = 0;
};
2015-02-08 07:59:37 +00:00
class RscTitles
{
2015-02-13 10:30:02 +00:00
#include "=BTC=_Logistic\=BTC=_Lift\=BTC=_Hud.h"
#include "dialog\statusBar.hpp"
2015-02-08 07:59:37 +00:00
};
2015-02-08 07:24:27 +00:00
class cfgMusic
{
class intro
{
name = "intro";
sound[] = {"sounds\IntroSong.ogg", db+1,1};
};
};