NOTE: SimpleKZ was renamed GOKZ and has moved to a different repository.
- Timer - Obviously!
- Movement Styles - Custom movement mechanics. Includes Legacy (KZTimer) and Competitive styles.
- Customisable Experience - Tonnes of options to provide the best possible experience for players.
- Database Support - Store player times, options and more using either a MySQL or SQLite database.
- Map bonus support, HUD, teleport menu, noclip, !goto, !measure and much, much more.
- SourceMod 1.8+
- 128 Tick
- MovementAPI Plugin (included)
- Download and extract
SimpleKZ-vX.X.X.zip
from the latest GitHub release tocsgo/
in the server directory. - Check
csgo/cfg/sourcemod/simplekz/kz.cfg
is appropriate for the server. - ConVar config files are also generated in that directory after starting the plugins.
- Add a MySQL/SQLite database called
simplekz
tocsgo/addons/sourcemod/configs/databases.cfg
. - Use
!updatemappool
to populate the ranked map pool with those incsgo/cfg/sourcemod/simplekz/mappool.cfg
.
To add a timer button to a map, use a func_button
with a specific name.
- Start button is named
climb_startbutton
. - End button is named
climb_endbutton
. - Bonus start buttons are named
climb_bonusX_startbutton
where X is the bonus number. - Bonus end buttons are named
climb_bonusX_endbutton
where X is the bonus number.
NOTE: Enable both the Don't move
and Toggle
flags to avoid any usability issues.