Can't get Invasion to work right....UT2K3

  • 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.

cpiman

New Member
Feb 5, 2004
1
0
0
I just installed Mapvote 4.00 beta 11 and I have it working but the problum is that when I leave the server it goes back to deathmatch and I want it to stay on Invasion....What am I doing wrong....The one part I don't really get would be this config line This is what I am using....Is there something wrong with this?

GameConfig=GameClass=SkaarjPack.Invasion?MaxLives=0?AutoAdjust=True?Mutator=AntiTCC110.MutAntiTCC,XGame.MutInstaGib,UnrealGame.MutLowGrav,XGame.MutQuadJump,XGame.MutRegen?GameStats=True?MinPlayers=0?MaxPlayers=7?MaxSpectators=0?difficulty=3

Please help me.....Here is the rest of it to just make shure it is right.......

[MapVote400b11.MapVote]
VoteTimeLimit=45
ScoreBoardDelay=10
bAutoOpen=True
MidGameVotePercent=50
MinMapCount=2
RepeatLimit=4
bScoreMode=False
bAccumulationMode=False
bEliminationMode=False
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bKickVote=False
KickPercent=51
bRestartWithLastMap=False
bAnonymousKicking=False
MapVoteHistoryType=MapVote400b11.MapVoteHistory1
MapListLoaderType=MapVote400b11.DefaultMapListLoader
GameConfig=GameClass=SkaarjPack.Invasion?MaxLives=0?AutoAdjust=True?Mutator=AntiTCC110.MutAntiTCC,XGame.MutInstaGib,UnrealGame.MutLowGrav,XGame.MutQuadJump,XGame.MutRegen?GameStats=True?MinPlayers=0?MaxPlayers=7?MaxSpectators=0?difficulty=3

[MapVote400b11.DefaultMapListLoader]
bUseMapList=False
MapNamePrefixes=DM


Thanks,
cpiman
 
Last edited:

BDB

New Member
May 9, 2000
398
0
0
NC, USA
www.planetunreal.com
Change your GameConfig line to :
Code:
GameConfig=(GameClass="SkaarjPack.Invasion",Prefix="DM",Acronym="INV",GameName="Invasion",Mutators="AntiTCC110.MutAntiTCC,XGame.MutInstaGib,UnrealGame.MutLowGrav,XGame.MutQuadJump,XGame.MutRegen",Options="MaxLives=0?AutoAdjust=True?GameStats=True?MinPlayers=0?MaxPlayers=7?MaxSpectators=0?difficulty=3
")