mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
bhop-timerbunnyhopcounter-strike-global-offensivecounter-strike-sourcecsgocsshacktoberfestkreedzkzsourcemodsourcepawntimer
* Add Convar to restrict noclip in start zone * remove unused translation file * Require the enum struct size to be passed to natives This should hopefully prevent Invalid memory access from plugins compiled on older version of the timer. If an enum struct is changed then plugins compiled on older version of the timer will be forced to be recompiled to match the version they are using. * Fix save states not tracking preframes Misc. name changes for natives. And a somehow possible exception fixed when getting a record. * Add hitbox/center mass cvar (#930) * Add optional cvar for player center of mass/player hitbox for touching zones * 2.5.7a Final Changes fix spelling mistake add missing optional native tabify spaces Co-authored-by: Nairda <38843773+Nairdaa@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| addons/sourcemod | ||
| maps | ||
| materials/shavit | ||
| sound/shavit | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| FEATURES.md | ||
| LICENSE | ||
| README.md | ||
| smbuild | ||
Build status
shavit's bhop timer
This is (nearly) an all-in-one server plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2 that adds a timer system and many other utilities, so you can install it and run a proper bunnyhop server.
Includes 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, segmented running, a fair & competitive rankings system and more!
Requirements:
- Steam version of Counter-Strike: Source or Counter-Strike: Global Offensive.
- SourceMod 1.10 or above
- A MySQL database (preferably locally hosted) if your database is likely to grow big, or if you want to use the rankings plugin. MySQL server version of 5.5.5 or above (MariaDB equivalent works too) is highly recommended.
Optional requirements, for the best experience:
Installation:
Refer to the wiki page.
Required plugins:
shavit-core - completely required.
shavit-zones - completely required.
shavit-wr - required for shavit-stats, shavit-replay, shavit-rankings and shavit-sounds.
