-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.cfg
44 lines (40 loc) · 1.3 KB
/
server.cfg
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
// Security parameters;
battlEye = 0;
verifySignatures = 0;
allowedFilePatching = 0;
allowedLoadFileExtensions[] = { "hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi" };
allowedPreprocessFileExtensions[] = { "hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi" };
allowedHTMLLoadExtensions[] = { "htm","html","xml","txt" };
allowedHTMLLoadURIs[] = {};
passwordAdmin = "test1234";
serverCommandPassword = "test1234";
kickDuplicate = 1;
// General server parameters;
password = "serverPassword";
hostname = "WHAT SHOWS UP IN SERVER BROWSER";
maxPlayers = 15;
motd[] = {"It's time to kick ass and chew bubble gum. But I'm all out of gum.", "Message 2"};
disableVon = 1;
forcedDifficulty = "custom";
steamProtocolMaxDataSize = 100000;
//votingTimeOut = 0;
votingTimeOut[] = {0, 0};
roleTimeOut = 0;
//roleTimeOut[] = {0, 0};
lobbyIdleTimeout = 0;
persistent=1;
timeStampFormat = "short";
logFile = "server.log";
// Headless client
// headlessClients[] = { "127.0.0.1"};
// localClient[] = {"127.0.0.1"};
// Missions;
class Missions
{
class TestMission01
{
template = sandbox.Altis;
difficulty = "custom";
class Params {};
};
};