A new, completely independent implementation of a map vote mutator with various improvements compared to its peers:
- A clean UI
- Quicker than average synchronization of map lists
- No limits on number of maps or presets
- Support for custom URL parameters
- Does not interrupt you while you're typing a message to open its UI

Server Installation
Release versions of VoteSys have package names like VoteSys_v3, VoteSys_v4, etc.. The main mutator contained in those packages is called MutVoteSys.
I would suggest adding MutVoteSys to the startup line of your server and the VoteSys package to your ServerPackages.
Example startup line
Code: Select all
ucc-bin server CTF-Klondike-S6?game=NewCTF.NewCTF?Mutator=VoteSys_v4.MutVoteSys,UTCmds.UTCmds?ini=UnrealTournament.ini -log=ut.log -nohomedir
Example ServerPackages list
Code: Select all
[Engine.GameEngine]
ServerPackages=SoldierSkins
ServerPackages=CommandoSkins
ServerPackages=FCommandoSkins
ServerPackages=SGirlSkins
ServerPackages=BossSkins
ServerPackages=Botpack
ServerPackages=VoteSys_v4
ServerPackages=UTCmds
VoteSys development happens here: https://github.com/Deaod/VoteSys
Released can be found here: https://github.com/Deaod/VoteSys/releases