forked from gruppe-adler/TvT_GameOfGuns.Altis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.ext
58 lines (48 loc) · 2.25 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
53
54
55
56
57
58
#define MODULES_DIRECTORY node_modules
#include "cfgParams.hpp"
#include "dialogs\cfgDialogs.hpp"
#include "node_modules\grad-scoreboard\grad_scoreboard.hpp"
class CfgFunctions {
#include "functions\cfgFunctions.hpp"
#include "node_modules\grad-scoreboard\cfgFunctions.hpp"
};
// HEADER ======================================================================
class Header
{
gameType = TDM;
minPlayers = 2;
maxPlayers = 150;
};
// LOAD SCREEN =================================================================
onLoadName = "GAME OF GUNS";
onLoadMission = "";
author = "McDiod für Gruppe Adler, modifziert von Salbei";
loadScreen = "data\logo.paa";
// MISC ========================================================================
respawn = 3;
respawnDelay = 9999;
respawnVehicleDelay = 0;
respawnTemplates[] = {"Base"};
respawnOnStart = -1;
respawnDialog = 0;
disabledAI = 1;
enableDebugConsole = 1;
//SOUNDS =======================================================================
class CfgSounds
{
sounds[] = {};
class switchsound
{
// how the sound is referred to in the editor (e.g. trigger effects)
name = "switchsound";
// filename, volume, pitch
sound[] = {"data\switchsound.ogg", 1, 1};
// subtitle delay in seconds, subtitle text
titles[] = {0, ""};
};
};
//CORPSE MANAGER ===============================================================
corpseManagerMode = 1; // Type of removed bodies: 0 - none, 1 - all, 2 - only respawnable, 3 - only non-respawnable
corpseLimit = 0; // Max number of bodies which can be available at the same time. When exceeded, start deleting immediately.
corpseRemovalMinTime = 5; // Minimal time in seconds a body stays in the scene (can't be removed sooner).
corpseRemovalMaxTime = 10; // Maximal time in seconds after which a dead body is removed (can't stay longer)