Disable FFA maps in votemap console command
-
I have Team Objective server. People can vote FFA map using a console command “votechangemap AOCFFA-MapName_p”. How to disable it?
I know about “bEnableVoteChangeMap”. This is not exactly what is right for me. I want to disable a certain type of maps.
-
Mate,
From what i am aware it is disabled to allow only those maps that are in your rotation, so check what is in your rotation via console “GetServerRotation” and that will display your current maps on the server.
Also make sure you Commandline (bat file) opens with a TO map.
And double check your Game.ini CFG.
Are you running the server privately or through Dedicated server hire?
Boots
-
My server was created from Dedicated Server files (downloaded from SteamCMD).
In GetServerRotation server shows me only TO maps. It is right.
Why in console command votechangemap not to make the same restriction? I mean voting a certain type of maps.
-
In your PCServer-UDKGame.ini you can create a limited votemap selection, similar to how you make the map rotation.
e.g.
LimitedVoteMapList=AOCTO-Battlegrounds_v3_P LimitedVoteMapList=AOCTO-Belmez-CM_p LimitedVoteMapList=AOCTO-CastleAssault-CM_P LimitedVoteMapList=AOCTO-Citadel_p LimitedVoteMapList=AOCTO-Coldfront_p LimitedVoteMapList=AOCTO-Cove-CM_p LimitedVoteMapList=AOCTO-Darkforest_p LimitedVoteMapList=AOCTO-DrunkenBazaar-CM_p LimitedVoteMapList=AOCTO-Hillside_P LimitedVoteMapList=AOCTO-KingsGarden-CM_p LimitedVoteMapList=AOCTO-Outpost_p LimitedVoteMapList=AOCTO-Stoneshill_P LimitedVoteMapList=AOCTO-Hideout-CM_p LimitedVoteMapList=AOCTO-Irilla-CM_P LimitedVoteMapList=AOCTO-Shore-CM_p
-
Does not work for console command “votechangemap”… This only works in the menu section “Map vote”…
-
Huh? Pretty sure it is supposed to work for the console commands too.
-
Unfortunately it is not working :)