[CS:GO] Rushes aka B-Rush 1.2:
The plugin sets up a rush situation in a random site in the map.
The idea was taken from
http://netcodeguides.com/brush/ since the plugin author didn't published it i re-created it for the public i hope you will enjoy
Features:
- Weapon Selection: player can select what weapon he would like to play as ct and if we want to play with awp
- Pistol Round: x first rounds are pistol rounds (change able)
Explanation:
At start of the round the plugin choose random site and depends on the site there is crates walls in the map that blocks players to go to the other site.
Every player get a weapon and there is only 1 awper for each team. There is no grenades
If the CT lose the round all the Ct's switch to T and the top killers of the round in the T switch to the Ct.
If the Ct's win the round the teams will stay the same if balanced.
If the teams aren't balanced the mode will balance the teams (T has 1 player advantage except on 5 v 3)
Convars:
-rushes_pistols - how much pistols round will be. 0 to disable.
-rushes_czchance - How much percent to give a awper a cw by his choice. 0 to disable
-rushes_brush - Only B-Rush (like the original mod)
Requirements:
-Sourcemod 1.6+
-ClientPrefs (comes with sourcemod)
-Updated gamedeta recommending the most update gamedeta from here
http://www.sourcemod.net/snapshots.php
Installation:
-Put rushes.smx at the plugins folder.
-Add the following entry in databases.cfg (support sqlite and mysql)
HTML Code:
"rushes"
{
"driver" "sqlite"
"host" "localhost"
"database" "rushes-sqlite"
"user" "root"
"pass" ""
}
-To add default spawns set by me you need to download the rushes.rar file.
For sqlite:put rushes-sqlite.sq3 at sourcemode/data/sqlite/. and set the database "rushes-sqlite"
For mysql:import rushes.sql to the mysql server.
Configuration:
The basic config file with the cvars will automatically create in config/sourcemod/rushes.cfg
Admin Commands:
sm_add - Add wall.
sm_del - Delete wall by look at it.
sm_edit - Set the server to edit mode the edit mode enables laser that shows the walls.
sm_start - Skip the map load time.
sm_pistols added - Toggle pistol only mode.
Client Commands:
sm_guns - Change weapons preference.
To Do List:
Change Log:
1.2 (1/6/2015)
- Scarmble and auto balance has been fixed
- Grenades has been balanced
- Walls has been edited.
- sm_pistols added - Toggle pistol only mode.
1.1 (1/6/2015)
- Fix all balance and switch team issues
- Added grenades
- Added few walls for more maps
1.0.0 (13/12/2014)