Skip to content

Map Configuration

Bara edited this page Dec 8, 2020 · 2 revisions

Map Configuration


Add Maps

Configure
  • Maps can be obtained from various locations across the internet. The most common places being.
  1. Once you have downloaded the maps you wish to have on your server. Locate csgo/maps/. This is the folder you will place your maps in. Map files have a .bsp file extension.

Mapchooser

Configure
  • Included in your SourceMod 1.10 installation is a plugin named "mapchooser". This will allow a map to be chosen when the map time has run out.
    1. This is disabled by default and is located in csgo/addons/sourcemod/plugins/disabled. To enable this plugin simply move the mapchooser.smx out of the disabled folder and into csgo/addons/sourcemod/plugins/
    2. Once enabled and server has been started this will create a config file located in csgo/cfg/sourcemod/ named mapchooser.cfg. There are explanations for each convar and is quite self-explanatory.
    3. Edit as you see fit.
  • Nominations

    Configure
  • Included in your SourceMod 1.10 installation is a plugin named "nominations". This will allow players to nominate the map they want next by using the !nominate command in chat.
    1. This is disabled by default and is located in csgo/addons/sourcemod/plugins/disabled. To enable this plugin simply move the nominations.smx out of the disabled folder and into csgo/addons/sourcemod/plugins/
  • Randomcycle

    Configure
  • Included in your SourceMod 1.10 installation is a plugin named "randomcycle". This will randomize the maps that "mapchooser" selects instead of following the list alphabetically.
    1. This is disabled by default and is located in csgo/addons/sourcemod/plugins/disabled. To enable this plugin simply move the randomcycle.smx out of the disabled folder and into csgo/addons/sourcemod/plugins/
    2. Once enabled and server has been started this will create a config file located in csgo/cfg/sourcemod/ named randomcycle.cfg. There are explanations for each convar and is quite self-explanatory.
    3. Edit as you see fit.
  • Rock the vote

    Configure
  • Included in your SourceMod 1.10 installation is a plugin named "rockthevote". This will allow players to rock the vote (force change map after a certain number of players have rocked the vote) by simply typing rtv in chat.
    1. This is disabled by default and is located in csgo/addons/sourcemod/plugins/disabled. To enable this plugin simply move the rockthevote.smx out of the disabled folder and into csgo/addons/sourcemod/plugins/
    2. Once enabled and server has been started this will create a config file located in csgo/cfg/sourcemod/ named rtv.cfg. There are explanations for each convar and is quite self-explanatory.
    3. Edit as you see fit.
  • Mapcycle

    Configure
  • By default Surftimer will load the map cycle based on the maps found in ck_maptier which is located in your database. Because of this it is not necessary to setup a mapgroup.
    Note: It is important that you do not have maps in ck_maptier that do not exist in your csgo/maps/ folder.
  • Clone this wiki locally