diff --git a/PostScriptum/Admins.cfg b/PostScriptum/Admins.cfg new file mode 100644 index 0000000..a12d3ae --- /dev/null +++ b/PostScriptum/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/PostScriptum/Bans.cfg b/PostScriptum/Bans.cfg new file mode 100644 index 0000000..e69de29 diff --git a/PostScriptum/License.cfg b/PostScriptum/License.cfg new file mode 100644 index 0000000..e69de29 diff --git a/PostScriptum/MapRotation.cfg b/PostScriptum/MapRotation.cfg new file mode 100644 index 0000000..20e29de --- /dev/null +++ b/PostScriptum/MapRotation.cfg @@ -0,0 +1,21 @@ +Heelsum Single 01 +Driel Single 01 +Oosterbeek Single 01 +Driel Single 02 +Heelsum Single 02 +Driel Single 03 +Oosterbeek Single 02 +Driel Single 06 +Heelsum Single 03 +Driel Single 07 +Oosterbeek Single 03 +Driel Double 01 +Heelsum Single 06 +Oosterbeek Single 06 +Heelsum Single 07 +Oosterbeek Single 07 +Heelsum Single 08 +Oosterbeek Double 01 +Heelsum Double 01 +Oosterbeek Double 02 +Heelsum Double 02 \ No newline at end of file diff --git a/PostScriptum/Rcon.cfg b/PostScriptum/Rcon.cfg new file mode 100644 index 0000000..e217371 --- /dev/null +++ b/PostScriptum/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 + + +// 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/PostScriptum/RemoteAdminListHosts.cfg b/PostScriptum/RemoteAdminListHosts.cfg new file mode 100644 index 0000000..e69de29 diff --git a/PostScriptum/RemoteBanListHosts.cfg b/PostScriptum/RemoteBanListHosts.cfg new file mode 100644 index 0000000..506f9f4 --- /dev/null +++ b/PostScriptum/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/PostScriptum/Server.cfg b/PostScriptum/Server.cfg new file mode 100644 index 0000000..5eec061 --- /dev/null +++ b/PostScriptum/Server.cfg @@ -0,0 +1,16 @@ +ServerName="Post Scriptum Dedicated Server" +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 \ No newline at end of file diff --git a/PostScriptum/ServerMessages.cfg b/PostScriptum/ServerMessages.cfg new file mode 100644 index 0000000..0d9a562 --- /dev/null +++ b/PostScriptum/ServerMessages.cfg @@ -0,0 +1 @@ +This is a development build and may be subject to bugs. \ No newline at end of file diff --git a/README.md b/README.md index 53d921b..ce9abb6 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ **Game Server Config Files** -note: this repo is very new an missing most config files currently. More will be added over time. +Note: This repo is very new and currently missing most config files. More will be added over time. -This is a repo of config files designed to be a starting point for setup of various game servers. +This is a repo of config files designed to be a starting point for the setup of various game servers. **The Issue** -Game server configs can be found on many different forums and websites some are better than others. There is also misinformation, confusion or lack of information about what you need in a config file and how you should setup a game server. +Game server configs can be found on many different forums and websites. Some are better than others. There can also be misinformation, confusion or lack of information about what you need in a config file and how you should setup a game server. -**Aim of this Repo** +**Aim of This Repo** -The aim of this repository is to put together config files for game servers and keep them as generic/vanilla and standardised as possible. Providing all the important settings server admins need to get started with there game server and avoiding over complicating the configs. +The aim of this repository is to put together config files for game servers and keep them as generic/vanilla and as standardized as possible. Providing all the important settings server admins need to get started with their game server and avoiding overcomplicating the configs. -**What this repo provides** +**What This Repo Provides** - A basic server config with all the essential settings to get started with vanilla game server. - A list of all command variables for the vanilla game servers. -**What do you mean by vanilla/generic?** +**What Do You Mean by Vanilla/Generic?** -A vanilla server is unchanged from what the game developer intended. Without mods or major tweaks to the servers settings that would make a custom server. \ No newline at end of file +A vanilla/generic server is unchanged from what the game developer intended. It excludes mods or major tweaks to the server settings that are found in a custom server.