-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.ext
272 lines (235 loc) · 6.91 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
#include "islandspecific.hpp"
disabledAI = 1;
respawn = 3;
respawndelay = 1;
class Header
{
gameType = Seize;
minPlayers = 4;
maxPlayers = 100;
};
class RscTitles
{
#include "hud_dialog.cpp"
};
class CfgNotifications
{
class DTASNotification
{
title = "%1";
//iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
//iconText = "";
description = "%2"; // Brief description displayed as structured text. Colored by "color", filled by arguments.
color[] = {1,1,1,1}; // Icon and text color
duration = 15; // How many seconds will the notification be displayed
priority = 9; // Priority; higher number = more important; tasks in queue are selected by priority
difficulty[] = {}; // Required difficulty settings. All listed difficulties has to be enabled
};
//class DTASNotificationSuccess : DTASNotification
//{
// iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIconDone_ca.paa";
//};
//class DTASNotificationFail : DTASNotification
//{
// iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIconFailed_ca.paa";
//};
//class DTASNotificationAssigned : DTASNotification
//{
// iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIconCreated_ca.paa";
// priority = 7;
//};
class DTASNotificationCaptureWin : DTASNotification
{
iconPicture = "images\capture_win.paa";
};
class DTASNotificationCaptureLose : DTASNotification
{
iconPicture = "images\capture_lose.paa";
};
class DTASNotificationTimeOutWin : DTASNotification
{
iconPicture = "images\time_out_win.paa";
};
class DTASNotificationTimeOutLose : DTASNotification
{
iconPicture = "images\time_out_lose.paa";
};
class DTASNotificationEnemyTeamDead : DTASNotification
{
iconPicture = "images\enemy_team_dead.paa";
};
class DTASNotificationYourTeamDead : DTASNotification
{
iconPicture = "images\your_team_dead.paa";
};
class DTASNotificationAttackStart : DTASNotification
{
iconPicture = "images\attack_start.paa";
priority = 7;
};
class DTASNotificationDefenseStart : DTASNotification
{
iconPicture = "images\defence_start.paa";
priority = 7;
};
};
class CfgDebriefing
{
class End1
{
title = $STR_YourTeamWon;
//subtitle = "";
description = $STR_TryWinAgain;
//backgroundPicture = "";
//picture = "b_inf";
//pictureColor[] = {0.0,0.3,0.6,1};
};
class End2
{
title = $STR_YourTeamLost;
//subtitle = "";
description = $STR_TryWinNext;
//backgroundPicture = "";
//picture = "b_inf";
//pictureColor[] = {0.0,0.3,0.6,1};
};
};
class params
{
class MaxScore
{
title = $STR_BestOfX;
values[] = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13};
texts[] = {"3", "5", "7", "9", "11", "13", "15", "17", "19", "21", "23", "25"};
default = 5;
};
class TimeLimit
{
title = $STR_RoundTimeLimit;
values[] = {5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
texts[] = {"5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"};
default = 10;
};
class LastPlayersCountdown
{
title = $STR_LastPlayersCountdownSeconds;
values[] = {90, 120, 150, 180, 210, 240, 270, 300};
texts[] = {"90", "120", "150", "180", "210", "240", "270", "300"};
default = 180;
};
class SetupTime
{
title = $STR_PlanningTimeLimit;
values[] = {20, 30, 45, 60, 75, 90, 120, 150, 180, 210, 240, -1};
texts[] = {"20", "30", "45", "60", "75", "90", "120", "150", "180", "210", "240", $STR_Unlimited};
default = 90;
};
class FirstRoundSetupTime
{
title = $STR_FirstRoundPlanningTimeLimit;
values[] = {-2, 40, 60, 90, 120, 150, 180, 240, 300, 360, 420, 480, -1};
texts[] = {$STR_double, "40", "60", "90", "120", "150", "180", "240", "300", "360", "420", "480", $STR_Unlimited};
default = -2;
};
class DefaultAdminPaused
{
title = $STR_AutomaticAdminPause;
values[] = {0, 1, 2};
texts[] = {$STR_Never, $STR_FirstRoundOnly, $STR_Always};
default = 0;
};
class AFKKillTime
{
title = $STR_AFKKillTime;
values[] = {30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 150, 180, 210, 240, 300, 600, 1200, 2400, 3600};
texts[] = {"30", "40", "50", "60", "60", "80", "90", "100", "110", "120", "150", "180", "210", "240", "300", "600", "1200", "2400", "3600"};
default = 180;
};
class nameLength
{
title = $STR_MarkerNameLength;
values[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20};
texts[] = {$STR_NoMarkerNames, "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "15", "20"};
default = 4;
};
// Disabled due to bug 24007
/*class Nightorday
{
title = $STR_NightDay;
values[] = {0, 4, 3, 2, 1};
texts[] = {$STR_Day, $STR_FullMoon, $STR_Moon34, $STR_Moon12, $STR_Moon14};
default = 0;
};
class NightvisionParam
{
title = $STR_Nightvision;
values[] = {2, 1, 0};
texts[] = {$STR_Everyone, $STR_AttackersOnly, $STR_Nobody};
default = 1;
};*/
class DefenderGearQuality
{
title = $STR_DefenderGearQuality;
values[] = {0, 1};
texts[] = {$STR_Standard, $STR_Improved};
default = 0;
};
class OvercastParam
{
title = $STR_Clouds;
values[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
texts[] = {"0", "0.1", "0.2", "0.3", "0.4", "0.5", "0.6", "0.7", "0.8", "0.9", "1"};
default = 0;
};
class FogParam
{
title = $STR_Fog;
values[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
texts[] = {"0", "0.1", "0.2", "0.3", "0.4", "0.5", "0.6", "0.7", "0.8", "0.9", "1"};
default = 0;
};
//class RainParam
//{
// title = $STR_Rain;
// values[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
// texts[] = {"0", "0.1", "0.2", "0.3", "0.4", "0.5", "0.6", "0.7", "0.8", "0.9", "1"};
// default = 0;
//};
class AttackerFactionParam
{
title = $STR_AttackerFactionParam;
values[] = {-1, 0, 1, 2, 3, 4,5,6};
texts[] = {$STR_Automatic, $STR_IDF, $STR_RHS_US_OCP, $STR_RHS_US_UCP, $STR_RHS_RU_EMR, $STR_VanilaUS, $STR_SFP_WOODLAND, $STR_SFP_DESERT};
default = -1;
};
class DefenderFactionParam
{
title = $STR_DefenderFactionParam;
values[] = {-1, 0, 1, 2, 3};
texts[] = {$STR_Automatic, $STR_HamasIDF, $STR_TerroristsHLCAK, $STR_TerroristsRHSAK, $STR_VanillaTerrorists};
default = -1;
};
class minDist
{
title = $STR_MinDist;
values[] = {250, 300, 350, 400, 500, 550, 600, 650, 700, 750, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1750, 2000};
texts[] = {"250", "300", "350", "400", "500", "550", "600", "650", "700", "750", "800", "900", "1000", "1100", "1200", "1300", "1400", "1500", "1750", "2000"};
default = DEFAULT_MINDIST;
};
class capRad
{
title = $STR_CapRad;
values[] = {5, 6, 7, 8, 9, 10, 11, 12, 13, 14 15, 17, 20, 23, 25, 27, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100};
texts[] = {"5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "17", "20", "23", "25", "27", "30", "35", "40", "45", "50", "60", "70", "80", "90", "100"};
default = 10;
};
};
respawnDialog = false;
author = $STR_GalZohar;
onLoadName = $STR_DTAS;
overviewText = $STR_BriefingDescription;
onLoadMission = $STR_BriefingDescription;
loadScreen = "images\dtaslogo.jpg";
overviewPicture = "images\dtaslogo.jpg";
onLoadIntroTime = 0;
joinUnassigned = 0;