I have run a dedicated sever a couple times. The map vote showed up in the menu between map loads. I was trying a listen server and didn't see the map vote option. Only works on dedicated?
Announcement
Collapse
No announcement yet.
No vote with listen server?
Collapse
X
-
I just start it from the game menu, not the console. Here is the ini. file. Map vote is set to true. Vote just doesn't show up.
[UTGame.UTGame]
BotRatio=1.000000
GoalScore=25
bTournament=false
bPlayersMustBeReady=false
NetWait=15
ClientProcessingTimeout=30
RestartWait=30
MinNetPlayers=0
bWaitForNetPlayers=False
LateEntryLives=1
TimeLimit=20
GameDifficulty=+5.0
EndTimeDelay=4.000000
bAllowMapVoting=true
VoteDuration=45
ResetTimeDelay=0
MaxCustomChars=12
bForceRespawn=False
bWarmupRound=False
bForceMidGameMenuAtStart=False
ServerSkillLevel=0
WarmupTime=0
MaxLives=0
MapCycleIndex=-1
GameSpecificMapCycles=(GameClassName="UTOnslaughtG ame",Maps=("WAR-Downtown","WAR-SinkHole","WAR-Dusk","WAR-Islander","WAR-Avalanche","WAR-MarketDistrict","WAR-OnyxCoast","WAR-Powersurge","WAR-Serenity","WAR-FloodGate","WAR-Torlan"))
GameSpecificMapCycles=(GameClassName="UTDeathmatch ",Maps=("DM-Arsenal","DM-Biohazard","DM-CarbonFire","DM-Deck","DM-Defiance","DM-Diesel","DM-Fearless","DM-Gateway","DM-HeatRay","DM-RisingSun","DM-Sanctuary","DM-Sentinel"))
GameSpecificMapCycles=(GameClassName="UTCTFGame_Co ntent",Maps=("CTF-Coret"))
GameSpecificMapCycles=(GameClassName="UTVehicleCTF Game_Content",Maps=("vCTF-Sandstorm"))
GameSpecificMapCycles=(GameClassName="UTOnslaughtG ame_Content",Maps=("WAR-Torlan"))
Comment
-
Well, first of all, depending on the gametype you play there is a section created in the ini.
[UTGame.UTDeathmatch] for DM
[UTGameContent.UTOnslaughtGame_Content] for Warfare
and so on
In these sections you can set the gametype specific options, including the bAllowMapVoting option. This one will override the setting in [UTGame.UTGame].
So make sure it's set to true there as well.
Also make sure bChangeLevels=True at the top of the ini.
Comment
-
Hello,
I'm having the same problem with a quirk:
I play LAN games between an XP PC and Vista laptop. I used to be only able to host on the laptop but since upgrading XP to SP3 I can now host on the PC aswell. However, I never get the map vote option if hosting on the PC. I always get it if hosting on the laptop.
I changed all the "bAllowMapVoting" occurences to "True" in both ini files but still no luck.
If anybody has any idea how to fix this Iwould be most grateful.
Thank you!
Comment
Comment