-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.ext
More file actions
70 lines (54 loc) · 1.52 KB
/
description.ext
File metadata and controls
70 lines (54 loc) · 1.52 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
/*
author = Reimchen
edit = Redd, Andx
description = n.a.
*/
#include "reim_teleporter\dialog.hpp"
#include "andx_loadouts\dialog.hpp"
#include "reim_text\dialog.hpp"
#include "VVS\menu.h"
class CfgFunctions {
#include "redd_actions\CfgFunctions.hpp"
#include "reddZugSB\CfgFunctions.hpp"
#include "reddCasSB\CfgFunctions.hpp"
#include "reddAtG\CfgFunctions.hpp"
#include "reim_explosive\CfgFunctions.hpp"
#include "reim_parcour\CfgFunctions.hpp"
#include "reim_teleporter\CfgFunctions.hpp"
#include "andx_loadouts\CfgFunctions.hpp"
#include "reim_text\CfgFunctions.hpp"
#include "spec_fullheal\CfgFunctions.hpp"
#include "spec_medic\CfgFunctions.hpp"
#include "spec_mortar\CfgFunctions.hpp"
#include "target_range\CfgFunctions.hpp"
#include "VVS\Functions.h"
};
class CfgSounds {
sounds[] = {};
#include "spec_fullheal\CfgSounds.hpp"
};
class Header {
gameType = "coop";
minPlayers = "1";
maxPlayers = "92";
};
respawn = 3;
respawnDelay = 5;
respawnDialog = false;
corpseLimit = 0;
corpseRemovalMinTime = 0;
corpseRemovalMaxTime = 1;
onLoadMission = "Train hard, Play smart!";
OnLoadMissionTime = true;
author="Tactical Training Team";
OnLoadName = "TTT Trainingsmap";
loadScreen = "pictures\onLoad_mission.jpg";
disabledAI = 1;
class Params {
class ttt_main_medicalSettings {
title = "TTT Medic Settings";
values[] = {0, 1, 2};
texts[] = {"KAM Standard", "KAM Einfach", "KAM Training"};
default = 0;
};
};