-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.ext
More file actions
46 lines (35 loc) · 773 Bytes
/
description.ext
File metadata and controls
46 lines (35 loc) · 773 Bytes
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
class CfgFunctions
{
#include "F85_TextureSwap\F85_TextureSwap_functions.hpp"
};
class CfgCommunicationMenu
{
#include "F85_TextureSwap\F85_TextureSwap_CommunicationMenu.hpp"
};
#include "F85_TextureSwap\F85_TextureSwap_configs.hpp"
/*
* Remove everything below this line that you don't need
* This is just part of the demo mission and not needed
*/
enableDebugConsole = 2;
briefing = 0;
debriefing = 0;
overviewPicture = "";
overviewText = "Texture Swap Showcase";
OnLoadName = "Texture Swap Showcase";
author = "Fafnir";
onLoadMission = "";
OnLoadMissionTime = 1;
respawn = 2;
respawnDelay = 3;
respawnDialog = 0;
respawnOnStart = -1;
disabledAI = 1;
aiKills = 0;
joinUnassigned = 0;
class Header
{
gameType = Coop;
minPlayers = 1;
maxPlayers = 16;
};