UPDATE: 1.0.7 - Larger Customized Worlds
Posted: Mon Sep 03, 2018 9:01 pm
Compatible with prototype mod 'ancient_rome'
I noticed in the Scenario Creator the largest world perimeters can only be 80x80; unless I am missing something.
In any event, here is a simple little mod to allow for larger worlds, if that is a desire.
To install, place unzipped folder in the Main Dir/Bin/Mods folder.
README:
Main Dir/Bin/Mods
<CustomizedGameDataTypeOptionMemento id="1" name="Texts.MapGeneratorMapSizeTinyMapSize" description="Texts.MapGeneratorMapSizeTinyMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeTinyMapSizeShortDescription">
<customizedGameDataMapSize width="20" height="14" playerPerMapSizeCoefficient="0.8" />
NOW: width="20" height="20"
<CustomizedGameDataTypeOptionMemento id="2" name="Texts.MapGeneratorMapSizeSmallMapSize" description="Texts.MapGeneratorMapSizeSmallMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeSmallMapSizeShortDescription">
<customizedGameDataMapSize width="31" height="22" playerPerMapSizeCoefficient="0.6" />
NOW: width="40" height="40" --- playerPerMapSizeCoefficient="0.7"
<CustomizedGameDataTypeOptionMemento id="3" name="Texts.MapGeneratorMapSizeStandardMapSize" description="Texts.MapGeneratorMapSizeStandardMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeStandardMapSizeShortDescription">
<customizedGameDataMapSize width="45" height="32" playerPerMapSizeCoefficient="0.55" />
NOW: width="60" height="60" --- playerPerMapSizeCoefficient="0.6"
<CustomizedGameDataTypeOptionMemento id="4" name="Texts.MapGeneratorMapSizeLargeMapSize" description="Texts.MapGeneratorMapSizeLargeMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeLargeMapSizeShortDescription">
<customizedGameDataMapSize width="63" height="45" playerPerMapSizeCoefficient="0.45" />
NOW: width="80" height="80" --- playerPerMapSizeCoefficient="0.5"
<CustomizedGameDataTypeOptionMemento id="5" name="Texts.MapGeneratorMapSizeHugeMapSize" description="Texts.MapGeneratorMapSizeHugeMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeHugeMapSizeShortDescription">
<customizedGameDataMapSize width="89" height="63" playerPerMapSizeCoefficient="0.40" />
NOW: width="100" height="100" --- playerPerMapSizeCoefficient="0.4"
I noticed in the Scenario Creator the largest world perimeters can only be 80x80; unless I am missing something.
In any event, here is a simple little mod to allow for larger worlds, if that is a desire.
To install, place unzipped folder in the Main Dir/Bin/Mods folder.
README:
Main Dir/Bin/Mods
<CustomizedGameDataTypeOptionMemento id="1" name="Texts.MapGeneratorMapSizeTinyMapSize" description="Texts.MapGeneratorMapSizeTinyMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeTinyMapSizeShortDescription">
<customizedGameDataMapSize width="20" height="14" playerPerMapSizeCoefficient="0.8" />
NOW: width="20" height="20"
<CustomizedGameDataTypeOptionMemento id="2" name="Texts.MapGeneratorMapSizeSmallMapSize" description="Texts.MapGeneratorMapSizeSmallMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeSmallMapSizeShortDescription">
<customizedGameDataMapSize width="31" height="22" playerPerMapSizeCoefficient="0.6" />
NOW: width="40" height="40" --- playerPerMapSizeCoefficient="0.7"
<CustomizedGameDataTypeOptionMemento id="3" name="Texts.MapGeneratorMapSizeStandardMapSize" description="Texts.MapGeneratorMapSizeStandardMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeStandardMapSizeShortDescription">
<customizedGameDataMapSize width="45" height="32" playerPerMapSizeCoefficient="0.55" />
NOW: width="60" height="60" --- playerPerMapSizeCoefficient="0.6"
<CustomizedGameDataTypeOptionMemento id="4" name="Texts.MapGeneratorMapSizeLargeMapSize" description="Texts.MapGeneratorMapSizeLargeMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeLargeMapSizeShortDescription">
<customizedGameDataMapSize width="63" height="45" playerPerMapSizeCoefficient="0.45" />
NOW: width="80" height="80" --- playerPerMapSizeCoefficient="0.5"
<CustomizedGameDataTypeOptionMemento id="5" name="Texts.MapGeneratorMapSizeHugeMapSize" description="Texts.MapGeneratorMapSizeHugeMapSizeDescription" shortDescription="Texts.MapGeneratorMapSizeHugeMapSizeShortDescription">
<customizedGameDataMapSize width="89" height="63" playerPerMapSizeCoefficient="0.40" />
NOW: width="100" height="100" --- playerPerMapSizeCoefficient="0.4"