Glacious Posted March 23, 2015 Share Posted March 23, 2015 Hey All I was just wondering if in the latest patch there is a server config/command anywhere to disable or remove voting? Only asking as I am sure it was mention somewhere in previous conversations about this being an option in the next release as its quite frustrating when trying to run a Marathon server and people are voting over and over until it eventually passes for a map change? If there is no command is this quite an easy thing to make via a mutator? Would try myself but honestly have no idea when it comes to coding or making things with Unreal Engine. Cheers in advance. Quote Link to comment Share on other sites More sharing options...
RypeL Posted March 23, 2015 Share Posted March 23, 2015 No there is no config option for it atm. But yes it would be a very easy thing to deactivate it with a mutator. For example you could make a mutator to exchange Rx_VoteMenuChoice_ChangeMap serverside with a new version of it that has no code in the Execute() function. So then the vote would still show up for players but the vote would have no effect. You could then also add a EVA message in the Execute() funcion instead informing the players that the vote is deactivated and therefore has no effect. Quote Link to comment Share on other sites More sharing options...
Glacious Posted March 23, 2015 Author Share Posted March 23, 2015 Cheers for the reply RypeL doesn't mean much to me but I am sure I can try get one of the minions to give this ago Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.