You are viewing a potentially older version of this package.
View all versions.
ImprovedVote
Improved map/mode voting for Fifty's Server Utils
| Date uploaded | 3 years ago |
| Version | 1.0.2 |
| Download link | Snnag-ImprovedVote-1.0.2.zip |
| Downloads | 253 |
| Dependency string | Snnag-ImprovedVote-1.0.2 |
This mod requires the following mods to function
Fifty-Server_Utilities
A chat command and poll framework for servers. Includes basic commands, map voting, team balancing and admin utils.
Preferred version: 2.0.0README
Snnag's Improved Vote
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.
Features
- Set infinite map/mode combos. Players will be able to vote between a random selection of options.
- Supports any number of maps and modes: voting will automatically disable if there are no options.
- Voting runs during the postmatch screen instead of at a certain time remaining, meaning less interruptions.
- Players always have a chance to vote, even if the match ends early.
- A new
!skipcommand goes to the postmatch screen, allowing players to see scores and vote for the next match. - Voting can be turned off to automatically pick a random map/mode combo at the end of each game. No more repeating playlists!
Setting up
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_PLAYLISTis the list of available maps/mode combos. Make sure thatPLAYLIST_LENis equal to the number of items in the playlist!SIV_CUSTOM_MAP_NAMESis a table of map name overrides to customize how the poll is displayed.SIV_CUSTOM_MODE_NAMESis a table of mode name overrides to customize how the poll is displayed.
ConVars
SIV_ENABLE_SKIPenables or disables!skip. Default:"1"(enabled)SIV_ENABLE_GAME_VOTEenables or disables voting. When disabled, a random map/mode combo will be picked. Default:"1"(enabled)SIV_MAX_OPTIONSsets the max number of combos presented to players. Should be no more than 7. Default:"5"SIV_POSTMATCH_LENGTHsets the duration the postmatch screen and vote are shown. Default:"10"
License
Provided under the MIT license. Check the LICENSE file for details.