Browse Source

feat: inital config for Colony Survival

pull/107/head
H3o66 5 years ago
parent
commit
211f2c4386
  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