UMMs - Can't Vote on that Map.
I've got UMMs loaded and voting enabled. The UMMs appear on the Call Vote -> Change Map and Set Next Map dialogs, but if I choose a UMM I get the message "Can't vote on that map."
Voting for regular game maps, like Breach or Siege, etc., works fine.
What am I doing wrong?
Voting for regular game maps, like Breach or Siege, etc., works fine.
What am I doing wrong?
Comments
MapVoteList=BDX_Breach_EX
MapVoteList=BDX_Bridge_EX
MapVoteList=BDX_Checkout_EX
MapVoteList=BDX_Crossfire_C4
I set up the MapRotationList and MapVoteList in the AAGame.ini under the [AAGame.AADataStore_OnlineGameSearch] section
MapRotationList="FLO_Ambush$76561198031959356_th"
MapVoteList="FLO_Ambush$76561198031959356_th"
we dont actually use map vote ,but as far as i know you set it the same as rotation list
+MapRotationList="FLO_InsurgentCamp_AC"
First of all find the map on steam you want to add.
We will go with this great map
http://steamcommunity.com/sharedfiles/filedetails/?id=931627153
Now look at the number in the url 931627153 copy that number...
When you have done this go to your game server TCADMIN or cpanel..
Look for the file named AASteamUGCManager.ini .
In there you will see
[SteamUGCManager.SteamUGCManager]
[AALauncher.ClientSettings]
Connection=true
[AALauncher.ServerSettings]
IPAddress=dhcp
SteamPort=80-200,42
GamePort=200-250,300-350,9
QueryPort=400-402,408-900,456456456
GameVersion=1.0.0.0
[AALauncher.LogSuppressionDefaults]
SuppressedLogEntry=SteamUGCManager
SuppressedLogEntry=TriggerSteamUGCMapsUpdate
[IniVersion]
0=1502306210.000000
Under [SteamUGCManager.SteamUGCManager] add this
ServerSubscribedItems=(IdString=931627153)
Remember to add your map number you want on the server
ServerSubscribedItems=(IdString=number from steam url)
So if you adding the map I have linked here it will look like this
ServerSubscribedItems=(IdString=931627153)
Once you have done this if you want them on vote and or rotation go here
Configuration Files DefaultGame.ini and add the map name there like this...
+MapRotationList="FLO_SDHOSPITAL$76561198010761141_ex"
+MapVoteList="FLO_SDHOSPITAL$76561198010761141_ex"
You can find map name on your computer if you have subscribed here
C :\Steam\steamapps\workshop\content\203290
Try not to use AAGame.ini always use DefaultGame.ini this way it will always add the map you want on and you will see the same maps on vote list and admin panel...
Remember when you have done this restart your server.....