Browse Source

feat: inital config for Colony Survival (#107)

pull/108/head
Christian 4 years ago
committed by GitHub
parent
commit
a350b0705d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      ColonySurvival/colserver.json

20
ColonySurvival/colserver.json

@ -0,0 +1,20 @@
{
"LaunchArguments" : {
"colserver" : {
"WorldName" : "colserver",
"Seed" : "RNDSEED"
}
},
"ServerSettings" : {
"ServerName" : "SERVERNAME",
"ServerPassword" : "",
"ServerIP" : "0.0.0.0",
"ServerGamePort" : 27004,
"ServerSteamPort" : 27005,
"UseVAC" : true,
"MaxPlayerCount" : 10,
"MaxDrawDistance" : 1024,
"NetworkType" : "SteamOnline",
"RCONPassword" : "ADMINPASSWORD"
}
}
Loading…
Cancel
Save