Hey Leute,
ich muss für eine LAN noch einen UT2k4 Server vorbereiten für Turniere und hänge gerade ein bisschen an den MapVotes.
Ich habe bereits eine Mapliste erstellt:
Code:
[Tournament MaplistRecord]
DefaultTitle=Tournament
DefaultGameType=XGame.xDeathMatch
DefaultActive=0
DefaultMaps=DM-Rankin
DefaultMaps=DM-1on1-Roughinery
DefaultMaps=DM-DE-Ironic
DefaultMaps=DM-Gael
DefaultMaps=DM-DE-Grendelkeep
DefaultMaps=DM-Deck17
Jetzt möchte ich beim Mapvote auch nur diese Maps anbieten. Folglich habe ich folgendes gebaut:
Code:
[xVoting.xVotingHandler]
VoteTimeLimit=30
ScoreBoardDelay=5
bAutoOpen=True
MidGameVotePercent=50
bScoreMode=False
bAccumulationMode=False
bEliminationMode=False
MinMapCount=2
MapVoteHistoryType=xVoting.MapVoteHistory_INI
RepeatLimit=4
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bMapVote=True
bKickVote=True
bMatchSetup=False
KickPercent=51
bAnonymousKicking=True
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=0
GameConfig=(GameClass="XGame.xCTFGame",Prefix="CTF",Acronym="CTF",GameName="Capture The Flag",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="DM",GameName="DeathMatch",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="Onslaught.ONSOnslaughtGame",Prefix="ONS",Acronym="ONS",GameName="Onslaught",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="DM",GameName="Team DeathMatch",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="XGame.xBombingRun",Prefix="BR",Acronym="BR",GameName="Bombing Run",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="UT2k4Assault.ASGameInfo",Prefix="AS",Acronym="AS",GameName="Assualt",Mutators={{ut2004_server_mutators}},Options=)
GameConfig=(GameClass="XGame.xDoubleDom",Prefix="DOM",Acronym="DOM",GameName="Double Domination",Mutators={{ut2004_server_mutators}},Options=)
[xVoting.DefaultMapListLoader]
bUseMapList=True
MapNamePrefixes=DM,DOM,CTF,BR,AS,ONS,VCTF
Jedoch werden mir beim Mapvote alle Maps angezeigt leider, welche Zeile habe ich falsch konfiguriert?