CS2 implementation of retakes written in C# for CounterStrikeSharp. Based on the version for CS:GO by Splewis.
If you appreciate the project then please take the time to star the repository š
addons/counterstrikesharp/plugins
directory.addons/counterstrikesharp/shared
directory.I also recommend installing these plugins for an improved player experience
Although this plugin comes with it's own weapon allocation system, I would recommend using one of the following plugins for a better experience:
When the plugin is first loaded it will create a retakes_config.json
file in the plugin directory. This file contains all of the configuration options for the plugin:
Config | Description | Default | Min | Max |
---|---|---|---|---|
Version | The retakes config version. This is used to automatically migrate the retakes config file for you. ignore this value. | IGNORE | IGNORE | IGNORE |
MaxPlayers | The maximum number of players allowed in the game at any time. (If you want to increase the max capability you need to add more spawns) | 9 | 2 | 10 |
TerroristRatio | The percentage of the total players that should be Terrorists. | 0.45 | 0 | 1 |
RoundsToScramble | The number of rounds won in a row before the teams are scrambled. | 5 | -1 | 99999 |
IsScrambleEnabled | Whether to scramble the teams once the RoundsToScramble value is met. | true | false | true |
EnableFallbackAllocation | Whether to enable the fallback weapon allocation. You should set this value to false if you're using a standalone weapon allocator. | true | false | true |
EnableBombsiteAnnouncementVoices | Whether to play the bombsite announcement voices. The volume for these values is client sided snd_toolvolume . |
true | false | true |
EnableBombsiteAnnouncementCenter | Whether to display the bombsite in the center announcement box. | true | false | true |
ShouldBreakBreakables | Whether to break all breakable props on round start (People are noticing rare crashes when this is enabled). | false | false | true |
ShouldOpenDoors | Whether to open doors on round start (People are noticing rare crashes when this is enabled). | false | false | true |
IsAutoPlantEnabled | Whether to enable auto bomb planting at the start of the round or not. | true | false | true |
QueuePriorityFlag | A comma separated list of CSS flags for queue priority. | @css/vip | n/a | n/a |
IsDebugMode | Whether to enable debug output to the server console or not. | false | false | true |
ShouldForceEvenTeamsWhenPlayerCountIsMultipleOf10 | Whether to force even teams when the active players is a multiple of 10 or not. (this means you will get 5v5 @ 10 players / 10v10 @ 20 players) | true | false | true |
EnableFallbackBombsiteAnnouncement | Whether to enable the fallback bombsite announcement. | true | false | true |
ShouldRemoveSpectators | When a player is moved to spectators, remove them from all retake queues. Ensures that AFK plugins work as expected. | false | false | true |
IsBalanceEnabled | Whether to enable the default team balancing mechanic. | true | false | true |
ShouldPreventTeamChangesMidRound | Whether or not to prevent players from switching teams at any point during the round. | true | false | true |
Command | Arguments | Description | Permissions |
---|---|---|---|
!forcebombsite | <A / B> | Force the retakes to occur from a single bombsite. | @css/root |
!forcebombsitestop | Clear the forced bombsite and return back to normal. | @css/root | |
!showspawns | <A / B> | Show the spawns for the specified bombsite. | @css/root |
!addspawn | <CT / T> <Y / N (can be planter)> | Adds a retakes spawn point for the bombsite spawns currently shown. | @css/root |
!removespawn | Removes the nearest spawn point for the bombsite currently shown. | @css/root | |
!nearestspawn | Teleports the player to the nearest spawn. | @css/root | |
!hidespawns | Exits the spawn editing mode. | @css/root | |
!mapconfig | Forces a specific map config file to load. | @css/root | |
!mapconfigs | Displays a list of available map configs. | @css/root | |
!scramble | Scrambles the teams next round. | @css/admin | |
!voices | Toggles whether or not to hear the bombsite voice announcements. | ||
css_debugqueues | SERVER ONLY Shows the current queue state in the server console. |
Subscribe to release notifications and stay up to date with the latest features and patches:
This was inspired by the CS:GO Retakes project written by splewis.
Looking for reliable server hosting? Dathost offers top-tier performance, easy server management, and excellent support, with servers available in multiple regions across the globe. Whether you're in North America, Europe, Asia, or anywhere else, Dathost has you covered. Use this link to get 30% off your first month. Click here to get started with the discount!