sp00n
Prince
- Joined
- Jan 4, 2007
- Messages
- 371
You can both increase the size of the map(s) and the minimum distance for the spawn locations.
\Base\Assets\Gameplay\Data\GlobalParameters.xml
I've changed that to 15 and 9.
\Base\Assets\Gameplay\Data\Maps.xml
I changed the huge size to 128x80.
\Base\Assets\Gameplay\Data\GlobalParameters.xml
Code:
<Row Name="START_DISTANCE_MAJOR_CIVILIZATION" Value="XXX" />
<Row Name="START_DISTANCE_MINOR_CIVILIZATION" Value="XXX" />
\Base\Assets\Gameplay\Data\Maps.xml
Code:
<Maps>
<Row MapSizeType="MAPSIZE_DUEL" Name="LOC_MAPSIZE_DUEL_NAME" Description="LOC_MAPSIZE_DUEL_DESCRIPTION" DefaultPlayers="2" GridWidth="44" GridHeight="26" NumNaturalWonders="2" PlateValue="3" Continents="1"/>
<Row MapSizeType="MAPSIZE_TINY" Name="LOC_MAPSIZE_TINY_NAME" Description="LOC_MAPSIZE_TINY_DESCRIPTION" DefaultPlayers="4" GridWidth="60" GridHeight="38" NumNaturalWonders="3" PlateValue="3" Continents="2"/>
<Row MapSizeType="MAPSIZE_SMALL" Name="LOC_MAPSIZE_SMALL_NAME" Description="LOC_MAPSIZE_SMALL_DESCRIPTION" DefaultPlayers="6" GridWidth="74" GridHeight="46" NumNaturalWonders="4" PlateValue="4" Continents="3"/>
<Row MapSizeType="MAPSIZE_STANDARD" Name="LOC_MAPSIZE_STANDARD_NAME" Description="LOC_MAPSIZE_STANDARD_DESCRIPTION" DefaultPlayers="8" GridWidth="84" GridHeight="54" NumNaturalWonders="5" PlateValue="4" Continents="4"/>
<Row MapSizeType="MAPSIZE_LARGE" Name="LOC_MAPSIZE_LARGE_NAME" Description="LOC_MAPSIZE_LARGE_DESCRIPTION" DefaultPlayers="10" GridWidth="96" GridHeight="60" NumNaturalWonders="6" PlateValue="5" Continents="5"/>
<Row MapSizeType="MAPSIZE_HUGE" Name="LOC_MAPSIZE_HUGE_NAME" Description="LOC_MAPSIZE_HUGE_DESCRIPTION" DefaultPlayers="12" GridWidth="106" GridHeight="66" NumNaturalWonders="7" PlateValue="5" Continents="6"/>
</Maps>