One server with multiple game types?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

-=Worm=-

New Member
Sep 11, 2004
26
0
0
I host a dedicated server. I joined servers that have diffrent game types to vote for. For instance, I want to start up a deathmatch game type server. And then during the game I can vote for diffrent game type such as LMS or CTF. How do I get this to happen on my server? Thanks.
 

I_LoveToKill

Danish Bastard!
Nov 11, 2001
480
0
0
Denmark
In your server.ini find:

[xVoting.xVotingHandler]
...
...
bMapVote=True

There should be all the gametypes to vote for by default so you will
have to remove those that you don't want.

If you don't have access to your server.ini you can do it from the
webadmin console like this (Remove the 'say' part first):

To see what the current setting is type:
get xVoting.xVotingHandler bMapVote

set xVoting.xVotingHandler bMapVote True