
You are viewing a potentially older version of this package. View Latest Version

Improved map/mode voting for Fifty's Server Utilities.
Use my ServerUtils fork to fix the map vote poll overlapping other UI elements in the postmatch screen.
!skip command goes to the postmatch screen, allowing players to see scores and vote for the next match.Copy mod/scripts/vscripts/config.example.nut to mod/scripts/vscripts/config.nut. This is where any config options that don't
fit into a ConVar will go.
SIV_PLAYLIST is the list of available maps/mode combos. Make sure that PLAYLIST_LEN is equal to the number of items in the playlist!SIV_CUSTOM_MAP_NAMES is a table of map name overrides to customize how the poll is displayed.SIV_CUSTOM_MODE_NAMES is a table of mode name overrides to customize how the poll is displayed.SIV_ENABLE_SKIP enables or disables !skip. Default: "1" (enabled)SIV_ENABLE_GAME_VOTE enables or disables voting. When disabled, a random map/mode combo will be picked. Default: "1" (enabled)SIV_MAX_OPTIONS sets the max number of combos presented to players. Should be no more than 7. Default: "5"Provided under the MIT license. Check the LICENSE file for details.