From 6b3fcd2288fe2ee12681fc27456b2bc15258af3d Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 14:52:31 -0500 Subject: [PATCH] Added up-to-date server config files for Squad --- Squad/Admins.cfg | 47 ++++++++++++++++++++++++++++++++++++ Squad/MapRotation.cfg | 9 +++++++ Squad/Rcon.cfg | 28 +++++++++++++++++++++ Squad/RemoteBanListHosts.cfg | 6 +++++ Squad/Server.cfg | 33 +++++++++++++------------ Squad/ServerMessages.cfg | 2 ++ 6 files changed, 109 insertions(+), 16 deletions(-) create mode 100644 Squad/Admins.cfg create mode 100644 Squad/MapRotation.cfg create mode 100644 Squad/Rcon.cfg create mode 100644 Squad/RemoteBanListHosts.cfg create mode 100644 Squad/ServerMessages.cfg diff --git a/Squad/Admins.cfg b/Squad/Admins.cfg new file mode 100644 index 0000000..c36e791 --- /dev/null +++ b/Squad/Admins.cfg @@ -0,0 +1,47 @@ +///////////////////////////////////////////////////////////////////////////////////////////// +//// Valid access levels are as follows +//// startvote - not used +//// changemap +//// pause - Pause server gameplay +//// cheat - Use server cheat commands +//// private - Password protect server +//// balance - Group Ignores server team balance +//// chat - Admin chat and Server broadcast +//// kick +//// ban +//// config - Change server config +//// cameraman - Admin spectate mode +//// immunity - Cannot be kicked / banned +//// manageserver - Shutdown server +//// featuretest - Any features added for testing by dev team +//// reserve - Reserve slot +//// demos - Record Demos (not working) +//// debug - show admin stats command and other debugging info +//// teamchange - No timer limits on team change +//// forceteamchange - Can issue the ForceTeamChange command +//// canseeadminchat - This group can see the admin chat and teamkill/admin-join notifications +///////////////////////////////////////////////////////////////////////////////////////////// + +///////////////////////////////////////////////////////////////////////////////////////////// +// The Format for adding groups is: +// Group=:,, +// +// For example: +// Group=MyGroup: pause, demos, changemap +// +// The groups below are the defaults, add to or change them as needed: +///////////////////////////////////////////////////////////////////////////////////////////// + +Group=Admin:kick,ban,changemap +Group=Moderator:kick,ban + +///////////////////////////////////////////////////////////////////////////////////////////// +// The format for adding admins is: +// Admin=: +// +// For example: +// Admin=123456:Admin // Adam the admin +// Admin=654321:Moderator // Molly the moderator +// +// Add your own below: +///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/Squad/MapRotation.cfg b/Squad/MapRotation.cfg new file mode 100644 index 0000000..21a6758 --- /dev/null +++ b/Squad/MapRotation.cfg @@ -0,0 +1,9 @@ +Logar +Sumari +Fool's Road +Chora +Kohat +OP First Light +Jensen's Range +Gorodok +Yehorivka \ No newline at end of file diff --git a/Squad/Rcon.cfg b/Squad/Rcon.cfg new file mode 100644 index 0000000..7da2b15 --- /dev/null +++ b/Squad/Rcon.cfg @@ -0,0 +1,28 @@ +// Edit this IP to bind the RCON socket to an alternate IP address. +// Alternatively, set this from the command line with the argument: +// RCONIP=0.0.0.0 +IP=0.0.0.0 + +// Edit this IP to bind the RCON socket to an alternate port. +// Alternatively, set this from the command line with the argument: +// RCONPORT=21114 +Port=21114 + +// Set this to enable the usage of RCON with the given password for login. +// Leaving this empty will keep RCON turned off. +// Alternatively, set this from the command line with the argument: +// RCONPASSWORD=MyPassword +Password= + +// Set this to set the maximum number of allowable concurrent RCON +// connections to the server. +// Alternatively, set this from the command line with the argument: +// RCONMAXCONNECTIONS=5 +MaxConnections=5 + +// Edit this to customize the number of seconds without contact from a connected +// console before the server checks with that computer to see if the session is +// still active, or if it got disconnected. Supports values between 30 and 3600. +// Alternatively, set this from the command line with the argument: +// RCONSECONDSBEFORETIMEOUTCHECK=120 +SecondsBeforeTimeoutCheck=120 \ No newline at end of file diff --git a/Squad/RemoteBanListHosts.cfg b/Squad/RemoteBanListHosts.cfg new file mode 100644 index 0000000..2fbeeec --- /dev/null +++ b/Squad/RemoteBanListHosts.cfg @@ -0,0 +1,6 @@ +////////////////////////////////////////////////////////////////////////// +//// Place the urls to your ban lists here. The banlists must conform //// +//// to the Bans.cfg format : //Reason //// +//// 1 url per line //// +//// EX: http://mysite.com/banlists/ban-list.cfg //// +////////////////////////////////////////////////////////////////////////// diff --git a/Squad/Server.cfg b/Squad/Server.cfg index 246d03e..fec7b01 100644 --- a/Squad/Server.cfg +++ b/Squad/Server.cfg @@ -1,16 +1,17 @@ -ServerName="SERVERNAME" -MaxPlayers=40 -NumReservedSlots=0 -IsLANMatch=false -ShouldAdvertise=true -NumPlayersDiffForTeamChanges=3 -AllowTeamChanges=true -PreventTeamChangeIfUnbalanced=true -EnforceTeamBalance=true -RejoinSquadDelayAfterKick=180 -RecordDemos=false -ServerMessageInterval=300 -// Forced on for Licensed servers (Only OWI staff & qa are admins) -AllowCommunityAdminAccess=false -// Forced on for Licensed servers (Only OWI devs) -AllowDevProfiling=false +ServerName="( ͡° ͜ʖ ͡°)" +MaxPlayers=40 +NumReservedSlots=0 +IsLANMatch=false +ShouldAdvertise=true +NumPlayersDiffForTeamChanges=3 +AllowTeamChanges=true +PreventTeamChangeIfUnbalanced=true +EnforceTeamBalance=true +RejoinSquadDelayAfterKick=180 +RecordDemos=false +ServerMessageInterval=300 +VehicleClaimingDisabled=false +// Forced on for Licensed servers (Only OWI staff & qa are admins) +AllowCommunityAdminAccess=true +// Forced on for Licensed servers (Only OWI devs) +AllowDevProfiling=true \ No newline at end of file diff --git a/Squad/ServerMessages.cfg b/Squad/ServerMessages.cfg new file mode 100644 index 0000000..18c8e63 --- /dev/null +++ b/Squad/ServerMessages.cfg @@ -0,0 +1,2 @@ +Visit www.joinsquad.com for the latest info on Squad! +Change these messages in Configs/ServerConfigs/ServerMessages.cfg \ No newline at end of file