This is a simple plugin intended for facilitating some light playtesting of CS:GO maps, originally created for the MapCore community.
What it does:
- Launches a warmup period when the first client connects
- Once 10 players connect the warmup period resets
- Once warmup ends, the game starts normally
- Polls are given at the 2nd and 2nd-to-last automatically
- 3 things are logged into seperate files: 1) all chat messages, 2) feedback via the !feedback/!b/!gf command, and 3) the output of any polls made
You should be able to get the most recent download from https://github.com/splewis/csgo-map-testing/releases.
You may also download the latest development build if you wish. If you report any bugs from these, make sure to include the build number (when typing sm plugins list
into the server console, the build number will be displayed with the plugin version).
Sourcemod 1.7 is required.
Download maptesting.zip from the downloads section and extract the files to the game server. You can simply upload the addons
and cfg
directories to the server's csgo
directory and be done.
From the download, you should have installed the following (to the csgo
directory):
addons/sourcemod/plugins/maptesting.smx
addons/sourcemod/translations/
(the entire directory)cfg
(the entire directory)
sm_poll <title> <options1> <option2> ...
to create a poll that will be logged automatically
Install the plugin, launch the server, and edit the autogenerated cfg/sourcemod/maptesting.cfg
file.