-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.ext
88 lines (70 loc) · 2.16 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
#include "bon_recruit_units\dialog\common.hpp"
#include "bon_recruit_units\dialog\recruitment.hpp"
dev = $STR_SPE_MISSIONS_AUTHOR_ALIVE_OPCOBRA;
author = $STR_SPE_MISSIONS_AUTH_MISSION_ALIVE_OPCOBRA;
overviewPicture = "x\alive\addons\missions\MPScenarios\ALiVE_Operation_Cobra.SPE_Normandy\pics\splash.paa";
overviewText = $STR_SPE_MISSIONS_DESC_MISSION_ALIVE_OPCOBRA;
onLoadName = $STR_SPE_MISSIONS_TITLE_MISSION_ALIVE_OPCOBRA;
onLoadMission = $STR_SPE_MISSIONS_DESC_MISSION_ALIVE_OPCOBRA;
loadScreen = "x\alive\addons\missions\MPScenarios\ALiVE_Operation_Cobra.SPE_Normandy\pics\splash.paa";
disabledAI = 1;
aiKills = 0;
joinUnassigned = 1;
saving = 0;
enableDebugConsole = 1;
allowFunctionsLog = 1;
allowFunctionsRecompile = 0;
respawn = 3;
respawnOnStart = -1;
respawnTemplates[] = {"MenuPosition", "Spectator"};
respawnDelay = 15;
RespawnDialog = 0;
respawnButton = 1;
corpseManagerMode = 2;
corpseLimit = 50;
corpseRemovalMaxTime = 450;
minPlayerDistance = 150;
allowProfileGlasses = 0;
briefing = 1;
debriefing = 1;
class Header {
gametype = ALIVE;
minPlayers = 1;
maxPlayers = 20;
playerCountMultipleOf = 1;
};
#include "CfgFunctions.inc"
class Params
{
#include "params\paramDaytimeHour.hpp"
// #include "params\paramRespawnTickets.hpp"
class Disablestamina {
title = $STR_SPE_COALIVE_PARAMS_STAMINA_OPCOBRA;
isGlobal = 1;
values[] = {0, 1};
texts[] = {$STR_DISP_OPT_DISABLED, $STR_DISP_OPT_ENABLED};
default = 1;
function = "spe_alivems_fnc_params_stamina";
};
class Disableweaponsway {
title = $STR_SPE_COALIVE_PARAMS_AIMCOEF_OPCOBRA;
isGlobal = 1;
values[] = {0, 1};
texts[] = {$STR_DISP_OPT_DISABLED, $STR_DISP_OPT_ENABLED};
default = 1;
function = "spe_alivems_fnc_params_aimCoef";
};
class Difficultylevel {
title = $STR_SPE_COALIVE_PARAMS_DIFFLVL_OPCOBRA;
isGlobal = 1;
values[] = {0, 1};
texts[] = {$STR_SPE_DIFF_DISABLED, $STR_SPE_DIFF_ENABLED};
default = 1;
function = "spe_alivems_fnc_params_difflvl";
};
};
class Extended_Init_EventHandlers {
class LandVehicle {
init = "_this call (compile preprocessFileLineNumbers 'Scripts\vehicleInit.sqf')";
};
};