Created
April 21, 2016 15:27
-
-
Save jameslkingsley/7b2736176759b29527b5bfbb70e99959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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