PDA

View Full Version : Problem with MapVote 4.00b11



legacy-Ezequiel
08-05-2003, 10:55 AM
I have put mapvote 4.0b11 to my Dedicated 2225

It listed in the webadmin in the Mutator section and i check it.

But when the end of game arrive, Nothing apper, the server wait one minutes before changing itself the map. No Mapvote.
The server made his own vote, he can change the kind of game: Pass the CTF Game to DM and BBR wathever.


This is my runserver.bat

@echo off
:10
ucc server ?AdminName=xxxxx?AdminPassword=xxxx ini=ut2003.ini log=ucc.log
?mutator=MapVote400b11.MapVote
copy server.log servercrash.log
goto 10

Adn i have add this in My ut2003.ini at the bottom.

[MapVote400b11.MapVote]
VoteTimeLimit=70
ScoreBoardDelay=10
bAutoOpen=True
MidGameVotePercent=50
MinMapCount=2
RepeatLimit=4
bScoreMode=False
bAccumulationMode=False
bEliminationMode=False
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bKickVote=True
KickPercent=51
bRestartWithLastMap=False
bAnonymousKicking=False
MapVoteHistoryType=MapVote400b11.MapVoteHistory1
MapListLoaderType=MapVote400b11.DefaultMapListLoad er
ServerTravelString=
GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="DM",GameName="DeathMatch",Mutators="",Options="")
GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="TDM",GameName="Team DeathMatch",Mutators="",Options="")
GameConfig=(GameClass="XGame.xDoubleDom",Prefix="DOM",Acronym="DOM",GameName="Double Domination",Mutators="",Options="")
GameConfig=(GameClass="XGame.xCTFGame",Prefix="CTF",Acronym="CTF",GameName="Capture The Flag",Mutators="",Options="")
GameConfig=(GameClass="XGame.xBombingRun",Prefix="BR",Acronym="BR",GameName="Bombing Run",Mutators="",Options="")

[MapVote400b11.DefaultMapListLoader]
bUseMapList=False
MapNamePrefixes=DM,CTF,DOM,BR
MapListTypeList=XInterface.MapListDeathMatch
MapListTypeList=XInterface.MapListBombingRun

ProAsm
08-05-2003, 06:59 PM
This is what your Batch file - RunServer.bat should look like.

@echo off
:10
ucc server DM-Anatlus?Game=XGame.xDeathMatch?Mutator=MapVote400b 11.MapVote?AdminName=xxxxx?AdminPassword=xxxx -ini=ut2003.ini -log=ucc.log
copy server.log servercrash.log
goto 10

In your UT2003.ini file add under:

[Engine.GameEngine]
ServerPackages=MapVote400b11