Nihilist said:
just throw up the entire thing i posted earlier should be suffice
Ok well i did that and i still have no luck. Here is what i have for settings in regards to VCTF in my ini file.
[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=True
bMapVote=True
bKickVote=False
bMatchSetup=False
KickPercent=51
bAnonymousKicking=True
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=11
GameConfig=(GameClass="XGame.xVehicleCTFGame",Prefix="VCTF",Acronym="VCTF",GameName="VCTF",Mutators=,Options=)
-------------------------
[XGame.xVehicleCTFGame]
bAllowNonTeamChat=False
FriendlyFireScale=0.000000
NetWait=5
bForceRespawn=False
bAdjustSkill=False
bAllowTaunts=True
bAllowTrans=False
SpawnProtectionTime=2.000000
LateEntryLives=1
LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu
bAllowPrivateChat=True
bWeaponStay=True
bAllowWeaponThrowing=True
ResetTimeDelay=0
GoalScore=3
MaxLives=0
TimeLimit=20
---------------------------
[XInterface.MapListVehicleCTF]
MapNum=0
Maps=VCTF-zX-Gallery
Now whats interesting is everytime i go and add the following lines to my ini file, ut2004 removes part of it and adds the entries to the [xVoting.xVotingHandler] section instead. Not sure why or if it suppose to but it does.
[xVoting.DefaultMapListLoader]
bUseMapList=True
MapNamePrefixes=DM,DOM,CTF,BR,AS,ONS,INV,VCTF
so you end up with the [xVoting.xVotingHandler] section looking like this....
[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=True
bMapVote=True
bKickVote=False
bMatchSetup=False
KickPercent=51
bAnonymousKicking=True
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=11
GameConfig=(GameClass="XGame.xVehicleCTFGame",Prefix="VCTF",Acronym="VCTF",GameName="VCTF",Mutators=,Options=)
bUseMapList=True
MapNamePrefixes=DM,DOM,CTF,BR,AS,ONS,INV,VCTF
any thoughts?