committed by
GitHub
1 changed files with 20 additions and 0 deletions
@ -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…
Reference in new issue