A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
Go to file
shavitush 86442a4059 Fix sm_specs showing admins.
Thanks to DoNotMiss from YOURGAME bhop server.
2017-09-21 21:59:46 +03:00
configs Make shavit-zones.cfg much easier to read. 2017-08-20 14:14:22 +02:00
gamedata Update shavit.games.txt 2017-08-19 16:25:18 +01:00
maps Generate .nav files 2015-09-21 02:22:43 +03:00
materials/shavit Added new default zone sprite. (#462) 2017-08-06 10:51:50 +03:00
scripting Fix sm_specs showing admins. 2017-09-21 21:59:46 +03:00
sound/shavit remove unused file 2016-08-05 05:30:27 +03:00
translations Merge remote-tracking branch 'origin/master' into rankings 2017-08-22 05:35:22 +03:00
.gitattributes Fix .gitattributes 2016-10-14 17:48:12 +03:00
.gitignore Add my atom-build config to .gitignore 2016-03-07 16:34:08 +02:00
.travis.yml update travis to use SM 1.8 2016-06-18 02:34:02 +03:00
1.2b_todo.md Started using Atom - let it auto indent everything. 2016-03-07 16:14:21 +02:00
1.3b_todo.md Started using Atom - let it auto indent everything. 2016-03-07 16:14:21 +02:00
1.4b_todo.md update todo 2015-09-22 13:35:11 +03:00
CONTRIBUTING.md Added CONTRIBUTING.md. (#437) 2017-07-31 06:22:53 +03:00
FEATURES.md Added rankings to FEATURES.md and README.md. 2017-08-12 20:32:45 +03:00
LICENSE attach GNU GPL v3 license 2016-06-20 17:30:31 +03:00
README.md Added rankings to FEATURES.md and README.md. 2017-08-12 20:32:45 +03:00
smbuild Added rankings rewrite. (#465) 2017-08-12 19:46:27 +03:00

Build status

Build status

AlliedModders thread

Download

shavit's simple bhop timer

a bhop server should be simple

This is (nearly) an all-in-one server plugin for Counter-Strike: Source and Counter-Strike: Global Offensive that adds a timer system and many other utilities, so you can install it and have a proper bunnyhop server running.

Including a records system, map zones (start/end marks etc), bonuses, HUD with useful information, chat processor, miscellaneous such as weapon commands/spawn point generator, bots that replay the best records of the map, sounds, statistics, a fair & competitive rankings system and more!

Mapzones' setup demonstration

Requirements:

Optional requirements:

  • DHooks - required for 250/260 runspeed for all weapons.
  • Bunnyhop Statistics - to show amount of scrolls for non-auto styles in the key display. CS:S only!
  • SteamWorks - for the {serverip} advertisement variable.
  • Chat-Processor - if you're enabling the shavit-chat module.
  • A MySQL database if you want to use the rankings plugin.

Installation:

  1. If you want to use MySQL (VERY RECOMMENDED) add a database entry in addons/sourcemod/configs/databases.cfg, call it "shavit". The plugin also supports the "sqlite" driver. You can also skip this step and not modify databases.cfg.
"Databases"
{
	"driver_default"		"mysql"

	// When specifying "host", you may use an IP address, a hostname, or a socket file path

	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}

	"shavit"
	{
		"driver"         "mysql"
		"host"           "localhost"
		"database"       "shavit"
		"user"           "root"
		"pass"           ""
	}
}
  1. Copy the desired .smx files to your plugins (addons/sourcemod/plugins) folder
    2.1. Copy shavit.games.txt to /gamedata if you have DHooks installed.
  2. Copy base.nav to the maps folder.
  3. Copy the files from the sound folder to the one on your server. Make sure to also have equivalent bz2 files on your FastDL server!
    4.1. Do the same for the materials folder.
  4. Copy the configs folder to your server and modify them if you need to.
    5.1. Changing shavit-prefix.txt to contain your MySQL database prefix might be needed depending on your usage.
  5. Copy the translations folder to your server.
  6. Restart your server.

Required plugins:

shavit-core - compeletely required.
shavit-zones - compeletely required.
shavit-wr - required for shavit-stats, shavit-replay, shavit-rankings and shavit-sounds.