From 6b3fcd2288fe2ee12681fc27456b2bc15258af3d Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 14:52:31 -0500 Subject: [PATCH 1/7] 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 From 416012ee527e11d1d9690b8172222a4210b17a40 Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 14:54:42 -0500 Subject: [PATCH 2/7] Create Bans.cfg --- Squad/Bans.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 Squad/Bans.cfg diff --git a/Squad/Bans.cfg b/Squad/Bans.cfg new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Squad/Bans.cfg @@ -0,0 +1 @@ + From 3c99f37671512e6cc2a9d9d3fa632c7deb6a6778 Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 14:55:00 -0500 Subject: [PATCH 3/7] Create License.cfg --- Squad/License.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 Squad/License.cfg diff --git a/Squad/License.cfg b/Squad/License.cfg new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Squad/License.cfg @@ -0,0 +1 @@ + From 5b8b19d8161391e4c0827a3b28045b944b11957b Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 14:55:18 -0500 Subject: [PATCH 4/7] Create RemoteAdminListHosts.cfg --- Squad/RemoteAdminListHosts.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 Squad/RemoteAdminListHosts.cfg diff --git a/Squad/RemoteAdminListHosts.cfg b/Squad/RemoteAdminListHosts.cfg new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Squad/RemoteAdminListHosts.cfg @@ -0,0 +1 @@ + From 7d9820c66251476b8fa0333c59079b3df098a099 Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 15:00:59 -0500 Subject: [PATCH 5/7] Create README.md --- Squad/README.md | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 Squad/README.md diff --git a/Squad/README.md b/Squad/README.md new file mode 100644 index 0000000..6584683 --- /dev/null +++ b/Squad/README.md @@ -0,0 +1,122 @@ +## Admins.cfg +Admins are now created by groups and groups are assigned to admins. You can create as many groups as you want with any types of permissions. All the permissions will be in the config file commented out. These files will not be over writeable so when we add new permissions you will need to check here or the wiki for updates. The below are just examples. Please note that it needs to be SteamId64. You can convert your ID at steamid.io/lookup/ + +## Bans.cfg +This is where your bans will go. They need to be in the format of `steamid:unix timestamp of unban //comment` So an example file will look like this: +```76561198039509812:0 //Permanent ban for cheating +7862895148978485:1454455855 //team killing +``` + +## MapRotation.cfg +If you add the general map names (such as below without a specific game mode). Our parser will do all variations of it including AAS, INS, etc. Map names can be seen from the DefaultGame.ini file. Each map entry goes on a new line. +```Logar +Kohat +OP First Light +Chora +Fool's Road +Sumari +Gorodok +Yehorivka +Mestia +Jensen's Range +Kokan +Narva +Al Basrah +``` +If you want a specifc map version you can add the below into the rotation file +```Al Basrah +Al Basrah AAS v1 +Al Basrah Invasion v1 +Al Basrah PAAS v1 +Chora +Chora AAS v1 +Chora AAS v2 +Chora INS v1 +Chora Invasion v1 Night +Chora PAAS v1 +Fool's Road +Fool's Road AAS v1 +Fool's Road AAS v1 INF +Fool's Road AAS v2 +Fool's Road AAS v3 +Fool's Road Skirmish +Gorodok +Gorodok AAS v1 +Gorodok AAS v1 INF +Gorodok AAS v2 +Gorodok Conquest v1 +Gorodok Invasion v1 +Jensen's Range +Kohat +Kohat AAS v1 +Kohat AAS v1 INF +Kohat INS v1 +Kohat Invasion v1 +Kokan +Kokan AAS v1 +Kokan AAS v2 +Kokan INS v1 +Kokan PAAS v1 +Logar +Logar PAAS v1 +Logar Valley AAS v1 +Logar Valley AAS v1 INF +Logar Valley INS v1 +Logar Valley INS v1 Night +Mestia PAAS v1 +Mestia Invasion v1 +Mestia Invasion v2 +Mestia AAS v1 +Mestia AAS v2 +Narva +Narva PAAS v1 +Narva Invasion v1 +Narva AAS v1 +Op First Light +Op First Light AAS v1 +Op First Light Conquest v1 +Sumari +Sumari AAS v1 +Sumari AAS v1 INF +Sumari AAS v2 +Sumari AAS v3 +Sumari INS v1 +Sumari ITC v1 +Yehorivka +Yehorivka AAS v1 +Yehorivka AAS v1 INF +Yehorivka AAS v2 +Yehorivka Conquest v1 +Yehorivka Invasion v1 +``` + +## RemoteAdminListHosts.cfg +Each line should contain a URL to the admin file. The admin file will follow the exact same format as above. This should be used if you run multiple servers and would like to have a single admin file for all of them. If a player is listed in multiple files, their permissions will be combined. + +## RemoteBanListHosts.cfg +Each line should contain a URL to the ban file. The ban file will follow the exact same format as above. This should be used if you run multiple servers and would like to have a single admin file for all of them. + +## Server.cfg +This is the general server config file. Each variable should be on its own line. New additions will be added to this wiki. Since we do not overwrite config files you will need to manually add them to your existing server config if you wish to alter the default value. +```ServerName="Squad Dedicated Server" +MaxPlayers=40 +NumReservedSlots=0 +IsLANMatch=false +ShouldAdvertise=true +NumPlayersDiffForTeamChanges=3 +AllowTeamChanges=true +PreventTeamChangeIfUnbalanced=true +EnforceTeamBalance=true +RejoinSquadDelayAfterKick=180 +AllowCommunityAdminAccess=true +RecordDemos=false +ServerMessageInterval=300 +ServerPassword=Password +AllowQA=false +``` + +## ServerMessages.cfg +This will rotate server messages every x seconds (based on Server.cfg setting). Each message should have its own line. This should be used to display server rules and contact information. + +## Rcon.cfg +If you do not want to use RCON, leave the password= empty. NOTE: Leaving the RCONIP=0.0.0.0 will bind it to the public default IP. If your server has multiple IP's please specify the address here. From 8ad97421a4a71547b5d07fa76f3b484983b18a98 Mon Sep 17 00:00:00 2001 From: Moosieus Date: Sat, 6 Jan 2018 15:06:27 -0500 Subject: [PATCH 6/7] Accidental changes from vanilla corrected --- Squad/Server.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Squad/Server.cfg b/Squad/Server.cfg index fec7b01..b675b9b 100644 --- a/Squad/Server.cfg +++ b/Squad/Server.cfg @@ -1,4 +1,4 @@ -ServerName="( ͡° ͜ʖ ͡°)" +ServerName="Squad Dedicated Server" MaxPlayers=40 NumReservedSlots=0 IsLANMatch=false @@ -12,6 +12,6 @@ RecordDemos=false ServerMessageInterval=300 VehicleClaimingDisabled=false // Forced on for Licensed servers (Only OWI staff & qa are admins) -AllowCommunityAdminAccess=true +AllowCommunityAdminAccess=false // Forced on for Licensed servers (Only OWI devs) -AllowDevProfiling=true \ No newline at end of file +AllowDevProfiling=false From 5d93359fa4f1ae49e3b3ef8067813290cc60940a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Jan 2018 17:37:23 +0000 Subject: [PATCH 7/7] Update to Squade Config --- Squad/Admins.cfg | 94 ++++++++++++++++++------------------ Squad/MapRotation.cfg | 16 +++--- Squad/Rcon.cfg | 54 ++++++++++----------- Squad/RemoteBanListHosts.cfg | 12 ++--- Squad/Server.cfg | 34 ++++++------- Squad/ServerMessages.cfg | 2 +- 6 files changed, 106 insertions(+), 106 deletions(-) diff --git a/Squad/Admins.cfg b/Squad/Admins.cfg index c36e791..a12d3ae 100644 --- a/Squad/Admins.cfg +++ b/Squad/Admins.cfg @@ -1,47 +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: -///////////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////////// +//// 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 index 21a6758..23c5e39 100644 --- a/Squad/MapRotation.cfg +++ b/Squad/MapRotation.cfg @@ -1,9 +1,9 @@ -Logar -Sumari -Fool's Road -Chora -Kohat -OP First Light -Jensen's Range -Gorodok +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 index 7da2b15..f7423a1 100644 --- a/Squad/Rcon.cfg +++ b/Squad/Rcon.cfg @@ -1,28 +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 +// 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=ADMINPASSWORD + +// 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 index 2fbeeec..506f9f4 100644 --- a/Squad/RemoteBanListHosts.cfg +++ b/Squad/RemoteBanListHosts.cfg @@ -1,6 +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 //// -////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////// +//// 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 b675b9b..76117ff 100644 --- a/Squad/Server.cfg +++ b/Squad/Server.cfg @@ -1,17 +1,17 @@ -ServerName="Squad Dedicated Server" -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=false -// Forced on for Licensed servers (Only OWI devs) -AllowDevProfiling=false +ServerName="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=false +// Forced on for Licensed servers (Only OWI devs) +AllowDevProfiling=false diff --git a/Squad/ServerMessages.cfg b/Squad/ServerMessages.cfg index 18c8e63..61abc9d 100644 --- a/Squad/ServerMessages.cfg +++ b/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 \ No newline at end of file