This is a CS:GO timer which is heavily modified from ckSurf, the original developer (Jonitaikaponi) has quit working on it, I decided to use this as an opportunity to learn SourcePawn, I didn't want to release this yet as a lot of things are hard coded and very messy, but events occurred and well, here it is.
Keep in mind this is my own version of ckSurf, a lot of things are hard coded so perhaps you should look to Nikos or Marcos fork of ckSurf instead.
- Sourcemod 1.8
- MySQL (SQLite may work but is not supported by me)
- DHooks (Included)
The following dependencies are required for the discord functionality, I will make these things optional in the future, sorry:
- Sourcemod-Discord (Included)
- SteamWorks
- SMJansson
- Upload all the files to your csgo server directory
- Add a MySQL database called
surftimer
tocsgo/addons/sourcemod/configs/databases.cfg
If you wish to upgrade from a different fork of cksurf you may run the upgrade sql files located in optional/upgrading/
, this will convert your database schema to this timer, so make sure you backup first!
- Import the ck_zones.sql file if you want to use my pre-made zones
- Import the ck_maptier.sql file if you want to use my pre-made tiers
https://github.com/fluffyst/ckSurf-mapchooser
- I've made a discord so it's easier to discuss changes/additions rather than having to use GitHub issues https://discord.gg/7SFDTvf
- Jonitaikaponi - Original ckSurf creator
- nikooo777 - ckSurf 1.19 Fork
- fluffys
- Jakeey802
- Grandpa Goose