

This plugin adds a simple admin command sm_site to let an admin pick between bombsites being used. To enable them move them up from the addons/sourcemod/plugins/disabled directory to addons/sourcemod/plugins. The following plugins are optional and disabled by default. Note: the plugin automatically saves the changed spawns on map ends to a file in addons/sourcemod/configs/retakes. use sm_deletemapspawns to delete all spawns for the current map.use sm_iteratespawns to fake sm_goto commands every few seconds to visit every spawn in the map.use sm_delete to delete the nearest spawn.Example: !show a in chat will show all spawns for bombsite A. use sm_show to show the spawns for a site.Example: !new ct a in chat will create a new CT spawn for bombsite A where you are standing. Example: !edit in chat on a map whose spawns you want to edit use sm_edit to launch into edit mode, this makes more spawn-editing commands avaliable (you shouldn’t do this on a live, public server).Here is how to operate the spawn editor via commands: Doing this brings up the edit menu which makes it easy to modify spawns. The plugin is currently compiled against sourcemod 1.7.1.Įdit mode can be launched by using the sm_edit command (!edit in chat), which requires the map-change admin flag.

You should make sure you have a relatively recent version of smlib – some changes were made to accommodate sourcemod 1.7 changes. You can still compile retakes.sp without it in the normal fashion, however. The build process is managed by my smbuilder project. You can enable optional addon plugins for more features sm_retakes_ratio_constant: what percentage of players go on the T team.sm_retakes_maxplayers: maximum number of players allowed in the game at once.Here are a few important cvars that are in cfg/sourcemod/retakes/retakes.cfg: You may also tweak the values in cfg/sourcemod/retakes/retakes_game.cfg, which is executed by the plugin each map start. The file cfg/sourcemod/retakes/retakes.cfg will be autogenerated when the plugin is first run and you can tweak it if you wish.

From the download, you should have installed the following (to the csgo directory): Instructionsĭownload the archive and extract the files to the game server. Only Sourcemod 1.7 or later is supported. Releases are compiled using the 1.7.2 compiler and will not work on a server using a sourcemod version earlier than 1.7. Note that this plugin is currently in beta. The idea is that the T players spawn in a bombsite with the bomb, while the CT spawn on rotation routes and try to retake the site and defuse the bomb. This is a CS:GO Sourcemod plugin that creates a competitive-minded gamemode called retakes.
