Browse Source

Update to Squade Config

pull/26/head
Daniel Gibbs 7 years ago
parent
commit
5d93359fa4
  1. 94
      Squad/Admins.cfg
  2. 16
      Squad/MapRotation.cfg
  3. 54
      Squad/Rcon.cfg
  4. 12
      Squad/RemoteBanListHosts.cfg
  5. 34
      Squad/Server.cfg
  6. 2
      Squad/ServerMessages.cfg

94
Squad/Admins.cfg

@ -1,47 +1,47 @@
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
//// Valid access levels are as follows //// Valid access levels are as follows
//// startvote - not used //// startvote - not used
//// changemap //// changemap
//// pause - Pause server gameplay //// pause - Pause server gameplay
//// cheat - Use server cheat commands //// cheat - Use server cheat commands
//// private - Password protect server //// private - Password protect server
//// balance - Group Ignores server team balance //// balance - Group Ignores server team balance
//// chat - Admin chat and Server broadcast //// chat - Admin chat and Server broadcast
//// kick //// kick
//// ban //// ban
//// config - Change server config //// config - Change server config
//// cameraman - Admin spectate mode //// cameraman - Admin spectate mode
//// immunity - Cannot be kicked / banned //// immunity - Cannot be kicked / banned
//// manageserver - Shutdown server //// manageserver - Shutdown server
//// featuretest - Any features added for testing by dev team //// featuretest - Any features added for testing by dev team
//// reserve - Reserve slot //// reserve - Reserve slot
//// demos - Record Demos (not working) //// demos - Record Demos (not working)
//// debug - show admin stats command and other debugging info //// debug - show admin stats command and other debugging info
//// teamchange - No timer limits on team change //// teamchange - No timer limits on team change
//// forceteamchange - Can issue the ForceTeamChange command //// forceteamchange - Can issue the ForceTeamChange command
//// canseeadminchat - This group can see the admin chat and teamkill/admin-join notifications //// canseeadminchat - This group can see the admin chat and teamkill/admin-join notifications
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
// The Format for adding groups is: // The Format for adding groups is:
// Group=<Group Name>:<Permission 1>,<Permission 2>,<Permission 3> // Group=<Group Name>:<Permission 1>,<Permission 2>,<Permission 3>
// //
// For example: // For example:
// Group=MyGroup: pause, demos, changemap // Group=MyGroup: pause, demos, changemap
// //
// The groups below are the defaults, add to or change them as needed: // The groups below are the defaults, add to or change them as needed:
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
Group=Admin:kick,ban,changemap Group=Admin:kick,ban,changemap
Group=Moderator:kick,ban Group=Moderator:kick,ban
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
// The format for adding admins is: // The format for adding admins is:
// Admin=<Steam ID #>:<Group Name> // Admin=<Steam ID #>:<Group Name>
// //
// For example: // For example:
// Admin=123456:Admin // Adam the admin // Admin=123456:Admin // Adam the admin
// Admin=654321:Moderator // Molly the moderator // Admin=654321:Moderator // Molly the moderator
// //
// Add your own below: // Add your own below:
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////

16
Squad/MapRotation.cfg

@ -1,9 +1,9 @@
Logar Logar
Sumari Sumari
Fool's Road Fool's Road
Chora Chora
Kohat Kohat
OP First Light OP First Light
Jensen's Range Jensen's Range
Gorodok Gorodok
Yehorivka Yehorivka

54
Squad/Rcon.cfg

@ -1,28 +1,28 @@
// Edit this IP to bind the RCON socket to an alternate IP address. // Edit this IP to bind the RCON socket to an alternate IP address.
// Alternatively, set this from the command line with the argument: // Alternatively, set this from the command line with the argument:
// RCONIP=0.0.0.0 // RCONIP=0.0.0.0
IP=0.0.0.0 IP=0.0.0.0
// Edit this IP to bind the RCON socket to an alternate port. // Edit this IP to bind the RCON socket to an alternate port.
// Alternatively, set this from the command line with the argument: // Alternatively, set this from the command line with the argument:
// RCONPORT=21114 // RCONPORT=21114
Port=21114 Port=21114
// Set this to enable the usage of RCON with the given password for login. // Set this to enable the usage of RCON with the given password for login.
// Leaving this empty will keep RCON turned off. // Leaving this empty will keep RCON turned off.
// Alternatively, set this from the command line with the argument: // Alternatively, set this from the command line with the argument:
// RCONPASSWORD=MyPassword // RCONPASSWORD=MyPassword
Password= Password=ADMINPASSWORD
// Set this to set the maximum number of allowable concurrent RCON // Set this to set the maximum number of allowable concurrent RCON
// connections to the server. // connections to the server.
// Alternatively, set this from the command line with the argument: // Alternatively, set this from the command line with the argument:
// RCONMAXCONNECTIONS=5 // RCONMAXCONNECTIONS=5
MaxConnections=5 MaxConnections=5
// Edit this to customize the number of seconds without contact from a connected // 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 // 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. // still active, or if it got disconnected. Supports values between 30 and 3600.
// Alternatively, set this from the command line with the argument: // Alternatively, set this from the command line with the argument:
// RCONSECONDSBEFORETIMEOUTCHECK=120 // RCONSECONDSBEFORETIMEOUTCHECK=120
SecondsBeforeTimeoutCheck=120 SecondsBeforeTimeoutCheck=120

12
Squad/RemoteBanListHosts.cfg

@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
//// Place the urls to your ban lists here. The banlists must conform //// //// Place the urls to your ban lists here. The banlists must conform ////
//// to the Bans.cfg format <steamid>:<timestamp of unban> //Reason //// //// to the Bans.cfg format <steamid>:<timestamp of unban> //Reason ////
//// 1 url per line //// //// 1 url per line ////
//// EX: http://mysite.com/banlists/ban-list.cfg //// //// EX: http://mysite.com/banlists/ban-list.cfg ////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

34
Squad/Server.cfg

@ -1,17 +1,17 @@
ServerName="Squad Dedicated Server" ServerName="SERVERNAME"
MaxPlayers=40 MaxPlayers=40
NumReservedSlots=0 NumReservedSlots=0
IsLANMatch=false IsLANMatch=false
ShouldAdvertise=true ShouldAdvertise=true
NumPlayersDiffForTeamChanges=3 NumPlayersDiffForTeamChanges=3
AllowTeamChanges=true AllowTeamChanges=true
PreventTeamChangeIfUnbalanced=true PreventTeamChangeIfUnbalanced=true
EnforceTeamBalance=true EnforceTeamBalance=true
RejoinSquadDelayAfterKick=180 RejoinSquadDelayAfterKick=180
RecordDemos=false RecordDemos=false
ServerMessageInterval=300 ServerMessageInterval=300
VehicleClaimingDisabled=false VehicleClaimingDisabled=false
// Forced on for Licensed servers (Only OWI staff & qa are admins) // Forced on for Licensed servers (Only OWI staff & qa are admins)
AllowCommunityAdminAccess=false AllowCommunityAdminAccess=false
// Forced on for Licensed servers (Only OWI devs) // Forced on for Licensed servers (Only OWI devs)
AllowDevProfiling=false AllowDevProfiling=false

2
Squad/ServerMessages.cfg

@ -1,2 +1,2 @@
Visit www.joinsquad.com for the latest info on Squad! Visit www.joinsquad.com for the latest info on Squad!
Change these messages in Configs/ServerConfigs/ServerMessages.cfg Change these messages in Configs/ServerConfigs/ServerMessages.cfg
Loading…
Cancel
Save