-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdescription.ext
52 lines (43 loc) · 1.31 KB
/
description.ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//General
loadScreen = "images\col-new-logo-no-bg.paa";
author = "";
onLoadName = ""; // Title of the mission
onLoadMission = "Welcome to S.O.G. RT Columbia";
briefingName = "Mission selection menu name";
enabledebugconsole = 1;
//Respawn
respawn = 3; // Respawn "BASE", use 'respawn_west'
respawnOnStart = -1; // No respawn on mission start
respawnDialog = 0; // Show scoreboard, 0 = Disabled, 1 = Enabled
respawnDelay = 60; // Delay in seconds
respawnButton = 1; // 0 = Disabled, 1 = Enabled
respawnTemplates[] = {"Wave", "ace_spectator", "Counter"};
//Corpsemanager
corpseManagerMode = 3;
corpseLimit = 20;
corpseRemovalMinTime = 300;
corpseRemovalMaxTime = 600;
//Wreckmanager
wreckManagerMode = 3;
wreckLimit = 7;
wreckRemovalMinTime = 120;
wreckRemovalMaxTime = 600;
minPlayerDistance = 50;
//AI
disabledAI = 1; // Removes playable units that are not controlled by a player
class Extended_PreInit_EventHandlers
{
class COLSOG {init = "call compile preprocessFileLineNumbers 'functions\CBASettings.sqf'";};
};
class CfgFunctions
{
#include "functions\COLSOG_CfgFunctions.hpp"
};
class Extended_PostInit_EventHandlers
{
class minedetector_disable_panel
{
init="execVM 'functions\minedetector_disable_panel.sqf';";
};
};
#include "functions\artillery\artillery.hpp"