-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.ext
98 lines (79 loc) · 2.35 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
// https://community.bistudio.com/wiki/Description.ext#forceRotorLibSimulation
forceRotorLibSimulation = 2;
// https://community.bistudio.com/wiki/Description.ext#disableChannels
disableChannels[] = {0, 2};
author = "Exile Mod Team";
loadScreen = "exile_client\texture\mod\logo.paa";
onLoadMission= "www.exilemod.com";
OnLoadIntro = "";
OnLoadIntroTime = false;
OnLoadMissionTime = false;
onLoadName = "Exile Mod";
class Header
{
gameType = Sandbox;
minPlayers = 1;
maxPlayers = 100;
};
// DO NOT CHANGE THIS! +
showHUD[] =
{
true, // Scripted HUD (same as showHUD command)
true, // Vehicle + soldier info
true, // Vehicle radar
true, // Vehicle compass
true, // Tank direction indicator
true, // Commanding menu
false, // Group Bar
true // HUD Weapon Cursors
};
respawn = "BASE";
respawnDelay = 120;
respawnDialog = 0;
respawnOnStart = 0;
respawnButton = 1;
respawnTemplates[] = {"Exile"};
// These are broken as fuck, do not use them!
corpseManagerMode = 0;
corpseLimit = 20;
corpseRemovalMinTime = 1800;
corpseRemovalMaxTime = 3600;
wreckManagerMode = 0;
wreckLimit = 2;
wreckRemovalMinTime = 60;
wreckRemovalMaxTime = 360;
// DO NOT CHANGE THIS! -
// When scripted player is enabled, game no longer shows "No player select" error message upon mission start when no player unit is present.
scriptedPlayer = 1;
// Automatically take a free slot in lobby
joinUnassigned = 0;
// Removes all playable units which do not have a human player.
disabledAI = true;
// Disable dropping items while swimming
enableItemsDropping = 0;
// Briefing will still be displayed until all clients are connected and done loading :(
briefing = 0;
// Defines if the debriefing is shown or not at the end of the mission.
debriefing = 0;
// Allow RPT loging
allowFunctionsLog = 1;
// Allows access to the Debug Console outside of the editor during normal gameplay.
// 0 = Default behavior, available only in editor
// 1 = Available in SP and for hosts / logged in admins
// 2 = Available for everyone
enableDebugConsole = 0; // 2 = dangerous in MP
// NO NO NO
allowFunctionsRecompile = 0;
#include "config.cpp"
#include "infiSTAR_Exile_AdminMenu.hpp"
#include "CfgRemoteExec.hpp"
#include "R3F_LOG\desc_include.h"
class CfgMusic
{
tracks[]={};
class intro
{
name = "";
sound[] = {"\custom\IntroSong.ogg", db+1,1};
};
};