A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
Go to file
2016-03-03 17:09:17 +02:00
gamedata update gamedata for csgo 2015-10-10 10:14:17 +03:00
maps Generate .nav files 2015-09-21 02:22:43 +03:00
scripting Add shavit_misc_respawnonteam and hook team changes. 2016-03-03 15:54:49 +02:00
webserver Re-indent code. 2016-03-03 17:09:17 +02:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2015-07-09 20:29:31 +03:00
.gitignore Add a proper .gitignore 2016-02-18 23:04:49 +02:00
1.2b_todo.md 1.4b should we go?! 2015-07-28 09:13:56 +03:00
1.3b_todo.md 1.4b should we go?! 2015-07-28 09:13:56 +03:00
1.4b_todo.md update todo 2015-09-22 13:35:11 +03:00
README.md update todo 2015-10-03 13:21:36 +03:00

AlliedModders thread

Download

shavit's simple bhop timer

a bhop server should be simple

Mapzones' setup demonstration

Requirements:

Optional requirements:

  • DHooks - required for static 250 prestrafe (bhoptimer 1.2b and above)

Installation:

  1. Add a database entry in addons/sourcemod/configs/databases.cfg, call it "shavit"
"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. Restart your server.

Required plugins:

shavit-core - no other plugin will work without it.
shavit-zones - wouldn't really call it required but it's actually needed to get your timer to start/finish.

Todo for 1.5b release

  • Add table prefix

~ shavit-hud:

  • HUD toggling command

~ shavit-replay

  • Add admin interface (delete replay data)
  • Remove replay bot on deletion of the #1 record

~ [NEW PLUGIN] shavit-ranks: