I wanted to change the number of players on the included TSL Earth Map. In Base/Assets/Configuration/EarthMaps.XML, in the <mapsizes> tag, for the domain "../../Assets/Maps/EarthMaps/TSLEarthStandard.Civ6Map", I changed the MaxPlayers to 12, i.e.:
<Row Domain="../../Assets/Maps/EarthMaps/TSLEarthStandard.Civ6Map" MapSizeType="MAPSIZE_STANDARD" Name="LOC_MAPSIZE_STANDARD_NAME" Description="LOC_MAPSIZE_STANDARD_DESCRIPTION" MinPlayers="2" MaxPlayers=“12” DefaultPlayers=“8” MinCityStates="12" MaxCityStates="12" DefaultCityStates="12" SortIndex="10" />
This let me add 4 more players in the set-up screen, but when the game actually loaded, there were still only 8. What am missing?
<Row Domain="../../Assets/Maps/EarthMaps/TSLEarthStandard.Civ6Map" MapSizeType="MAPSIZE_STANDARD" Name="LOC_MAPSIZE_STANDARD_NAME" Description="LOC_MAPSIZE_STANDARD_DESCRIPTION" MinPlayers="2" MaxPlayers=“12” DefaultPlayers=“8” MinCityStates="12" MaxCityStates="12" DefaultCityStates="12" SortIndex="10" />
This let me add 4 more players in the set-up screen, but when the game actually loaded, there were still only 8. What am missing?