forked from Windy/Game-Server-Configs
Unified style
This commit is contained in:
parent
2f5ed23d16
commit
b9a315b90d
@ -35,7 +35,7 @@ logFile = "arma3server.log";
|
|||||||
//requiredBuild = 95691
|
//requiredBuild = 95691
|
||||||
|
|
||||||
// Message of the Day (MOTD)
|
// Message of the Day (MOTD)
|
||||||
motd[]={
|
motd[] = {
|
||||||
"Welcome to My Arma 3 Server",
|
"Welcome to My Arma 3 Server",
|
||||||
"TS3 Server: teamspeak.somewhere.com",
|
"TS3 Server: teamspeak.somewhere.com",
|
||||||
"Web: www.example.com"
|
"Web: www.example.com"
|
||||||
@ -68,7 +68,7 @@ disableVoN = 0;
|
|||||||
// 21-30 = 32kHz (ultrawideband).
|
// 21-30 = 32kHz (ultrawideband).
|
||||||
vonCodecQuality = 3;
|
vonCodecQuality = 3;
|
||||||
|
|
||||||
//Persistent Battlefield
|
// Persistent Battlefield
|
||||||
// 0 = disable.
|
// 0 = disable.
|
||||||
// 1 = enable.
|
// 1 = enable.
|
||||||
persistent = 1;
|
persistent = 1;
|
||||||
@ -108,22 +108,22 @@ allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","
|
|||||||
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"};
|
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"};
|
||||||
|
|
||||||
// SCRIPTING ISSUES
|
// SCRIPTING ISSUES
|
||||||
onUserConnected = ""; //
|
onUserConnected = "";
|
||||||
onUserDisconnected = ""; //
|
onUserDisconnected = "";
|
||||||
doubleIdDetected = ""; //
|
doubleIdDetected = "";
|
||||||
|
|
||||||
// SIGNATURE VERIFICATION
|
// SIGNATURE VERIFICATION
|
||||||
// kick = kick (_this select 0)
|
// kick = kick (_this select 0)
|
||||||
// ban = ban (_this select 0)
|
// ban = ban (_this select 0)
|
||||||
onUnsignedData = "kick (_this select 0)";
|
onUnsignedData = "kick (_this select 0)";
|
||||||
onHackedData = "kick (_this select 0)";
|
onHackedData = "kick (_this select 0)";
|
||||||
onDifferentData = "";
|
onDifferentData = "";
|
||||||
|
|
||||||
// HEADLESS CLIENT SUPPORT
|
// HEADLESS CLIENT SUPPORT
|
||||||
// specify ip-adresses of allowed headless clients
|
// specify ip-adresses of allowed headless clients
|
||||||
// if more than one:
|
// if more than one:
|
||||||
// headlessClients[]={"127.0.0.1", "192.168.0.1"};
|
// headlessClients[] = {"127.0.0.1", "192.168.0.1"};
|
||||||
// localClient[]={"127.0.0.1", "192.168.0.1"};
|
// localClient[] = {"127.0.0.1", "192.168.0.1"};
|
||||||
headlessClients[]={"127.0.0.1"};
|
headlessClients[] = {"127.0.0.1"};
|
||||||
localClient[]={"127.0.0.1"};
|
localClient[] = {"127.0.0.1"};
|
||||||
battleyeLicense=1;
|
battleyeLicense = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user