Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Instalation

Marco Madeira edited this page Jan 11, 2017 · 1 revision

Requirements

Installation

  • Upload the contents of the /csgo/ folder to your /csgo/ folder.
  • Edit the /csgo/addons/sourcemod/config/databases.cfg file, add the following section to the file and add your database information.
"cksurf"
{
	"driver"			"mysql"
	"host"				"0.0.0.0"
	"database"			"your_database"
	"user"				"your_username"
	"pass"				"your_password"
}
  • Add all of your surf maps (one per line) to the /csgo/mapcycle.txt file (This is required even if your map chooser doesn't use this file).
  • Connect to the server with an account that has root access (Z flag) and type !insertmaptiers and !insertmapzones. (This is optional, but it will save you time).

Clone this wiki locally