Announcement

Collapse
No announcement yet.

MapVote!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MapVote!!

    Hello,

    Gone through the tutorial on this found here: http://www.unrealadmin.org/modules.p...ticle&artid=40

    Seems easy enough but after I upload my new ini and restart the server I find my ut2004.ini has been changed. The mapvote section is still there but altered. Specifically here are the changes I am seeing.

    Uploaded

    [xVoting.xVotingHandler]
    VoteTimeLimit=70
    ScoreBoardDelay=5
    bAutoOpen=True
    MidGameVotePercent=50
    bScoreMode=False
    bAccumulationMode=False
    bEliminationMode=False
    MinMapCount=2
    MapVoteHistoryType=xVoting.MapVoteHistory_INI
    RepeatLimit=4
    DefaultGameConfig=0
    bDefaultToCurrentGameType=False
    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=,Options=)
    GameConfig=(GameClass="Onslaught.ONSOnslaughtGame" ,Prefix="ONS",Acronym="ONS",GameName="Onslaught",M utators=,Options=)
    GameConfig=(GameClass="XGame.xDeathMatch",Prefix=" DM",Acronym="DM",GameName="DeathMatch",Mutators=,O ptions=)
    GameConfig=(GameClass="XGame.xBombingRun",Prefix=" BR",Acronym="BR",GameName="Bombing Run",Mutators=,Options=)
    GameConfig=(GameClass="UT2k4Assault.ASGameInfo",Pr efix="AS",Acronym="AS",GameName="Assault",Mutators =,Options=)
    GameConfig=(GameClass="XGame.xDoubleDom",Prefix="D OM",Acronym="DOM",GameName="Double Domination",Mutators=,Options=)
    GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM ",Acronym="DM",GameName="Team DeathMatch",Mutators=,Options=)

    After Restart

    [xVoting.xVotingHandler]
    GameConfig=(GameClass="XGame.xDeathMatch",Prefix=, Acronym=,GameName="new",Mutators=,Options=)
    VoteTimeLimit=70
    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=False
    bKickVote=False
    bMatchSetup=False
    KickPercent=51
    bAnonymousKicking=True
    MapListLoaderType=xVoting.DefaultMapListLoader
    ServerNumber=1
    CurrentGameConfig=0

    I can post the rest of my ini if it would help.....

    Thanks!

    #2
    Finally figured this out.... the key was found in a previous thread on this topic. Sorry no link, can't find it again. =)

    Anyways all I had to do was add a bunch of blank lines at the end of my ut2004.ini file and it retained the correct settings. No idea why it chops off the last bit. :/

    Comment

    Working...
    X