M@ver!c wrote:How do you correctly setup the mutator, and mapvote.

mapvote is quite easy; there are some very good tutorials on the unrealadmin page:
http://www.unrealadmin.org/forums/forumdisplay.php?f=56. You might want to look at the server setup doc on the chaos website:
http://dynamic4.gamespy.com/~chaotic/in ... ut2004.php.
Sample of my UT2004 DM Server mapvote config (UT2004.ini):
Code: Select all
[xVoting.xVotingHandler]
VoteTimeLimit=70
ScoreBoardDelay=5
bAutoOpen=True
MidGameVotePercent=70
bScoreMode=False
bAccumulationMode=True
bEliminationMode=False
MinMapCount=2
MapVoteHistoryType=xVoting.MapVoteHistory_INI
RepeatLimit=4
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bMapVote=True
bKickVote=False
bMatchSetup=False
KickPercent=60
bAnonymousKicking=False
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=0
GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="DM",GameName="NW DeathMatch",Mutators="none",Options=)
GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="DM",GameName="InstaGib DM",Mutators="XGame.MutInstaGib",Options=)
GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="DM",GameName="Team DeathMatch",Mutators="none",Options=)
Sample of my Chaos UT2 Duel server (ChaosUT2.ini):
Code: Select all
[xVoting.xVotingHandler]
VoteTimeLimit=70
ScoreBoardDelay=5
bAutoOpen=True
MidGameVotePercent=70
bScoreMode=False
bAccumulationMode=True
bEliminationMode=False
MinMapCount=2
MapVoteHistoryType=xVoting.MapVoteHistory_INI
RepeatLimit=4
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bMapVote=True
bKickVote=False
bMatchSetup=False
KickPercent=60
bAnonymousKicking=False
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=0
GameConfig=(GameClass="chaosGames.ChaosDuel",Prefix="Duel",Acronym="Duel",GameName="Chaos Duel",Mutators="none",Options=)
I hope this helps you out!