Skip to content

Instantly share code, notes, and snippets.

@jameslkingsley
Created April 21, 2016 15:27
Show Gist options
  • Save jameslkingsley/7b2736176759b29527b5bfbb70e99959 to your computer and use it in GitHub Desktop.
Save jameslkingsley/7b2736176759b29527b5bfbb70e99959 to your computer and use it in GitHub Desktop.
steamPort = 2304;
hostName = "ARCOMM Server (Headless Client)";
password = "donkeysaresocooltheymakemewanttobeacatinthewindwithchocolateforbreakfast";
passwordAdmin = "start";
logFile = "";
motd[] = {
"ARCOMM Main Operation Server"
};
motdInterval = 3;
maxPlayers = 100;
kickduplicate = 0;
verifySignatures = 0;
requiredSecureId = 0;
headlessClients[]={"127.0.0.1","72.229.189.171"};
localClient[]={127.0.0.1,72.229.189.171};
allowedFilePatching = 2;
voteMissionPlayers = 10;
voteThreshold = 1.5;
disableVoN = 1;
vonCodecQuality = 10;
persistent = 1;
timeStampFormat = "short";
BattlEye = 0;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onHackedData = "";
onDifferentData = "";
onUnsignedData = "";
regularCheck = "";
class Missions
{
class Mission_1
{
template = "Sandbox.Altis";
difficulty = "CustomDifficulty";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment