- Event type
- patch note
- Published
- 31 March 2016 - 13:09:29 UTC
- Source
- steam_community_announcements
This update focuses on fixing a number of bugs in the current public version. As always thank you to everyone who reports bugs and sends us suggestions on game improvements. As you can see, it's a huge help! User Made Map (UMM) Changes The game no longer reads .metadata files from the UserMadeMaps folder. Instead, a new ini file -- AASteamUGCManager.ini -- stores the list of Item Ids to run on a server. For each map the server should host, add a new line:ServerSubscribedItems=(IdString= )The is the same as the PublishFileId in the map's .metadata file, or can be found at the end of the URL when looking at the map in the Steam Workshop (e.g. http://steamcommunity.com/sharedfiles/filedetails/?id= ). To emphasize, the UserMadeMaps folder is no longer used on the server (and putting maps there without realizing this could cause errors when starting a server), the game no longer recognizes m...