I'm sure this has been asked before but I'm having trouble finding a solution.
I started creating a huge map (first mod attempt) but it gets locked in at 12 players. I've included all 22 civs in the Scenario Editor section of world builder and added enough random spawn points for them all. I've also tried editing the XML through modbuddy to increase the default player limit, specifically the <DefaultPlayers> value in this section:
<!-- Enter your Game Data here. -->
<!-- Increase Max Players -->
<Worlds>
<Row>
<Type>WORLDSIZE_HUGE</Type>
<Description>TXT_KEY_WORLD_HUGE</Description>
<Help>TXT_KEY_WORLD_HUGE_HELP</Help>
<DefaultPlayers>22</DefaultPlayers>
<DefaultMinorCivs>24</DefaultMinorCivs>
<GridWidth>128</GridWidth>
<GridHeight>80</GridHeight>
<FogTilesPerBarbarianCamp>35</FogTilesPerBarbarianCamp>
<NumNaturalWonders>7</NumNaturalWonders>
<UnitNameModifier>0</UnitNameModifier>
<TargetNumCities>6</TargetNumCities>
<NumFreeBuildingResources>7</NumFreeBuildingResources>
<BuildingClassPrereqModifier>100</BuildingClassPrereqModifier>
<MaxConscriptModifier>75</MaxConscriptModifier>
<TerrainGrainChange>1</TerrainGrainChange>
<FeatureGrainChange>1</FeatureGrainChange>
<ResearchPercent>130</ResearchPercent>
<NumCitiesUnhappinessPercent>60</NumCitiesUnhappinessPercent>
<NumCitiesPolicyCostMod>7.5</NumCitiesPolicyCostMod>
<AdvancedStartPointsMod>120</AdvancedStartPointsMod>
<IconAtlas>WORLDSIZE_ATLAS</IconAtlas>
<PortraitIndex>5</PortraitIndex>
</Row>
</Worlds>
Regardless, nothing seems to grant more than 12 players when setting up a single player game. Is there something I'm overlooking to allow this?
I started creating a huge map (first mod attempt) but it gets locked in at 12 players. I've included all 22 civs in the Scenario Editor section of world builder and added enough random spawn points for them all. I've also tried editing the XML through modbuddy to increase the default player limit, specifically the <DefaultPlayers> value in this section:
<!-- Enter your Game Data here. -->
<!-- Increase Max Players -->
<Worlds>
<Row>
<Type>WORLDSIZE_HUGE</Type>
<Description>TXT_KEY_WORLD_HUGE</Description>
<Help>TXT_KEY_WORLD_HUGE_HELP</Help>
<DefaultPlayers>22</DefaultPlayers>
<DefaultMinorCivs>24</DefaultMinorCivs>
<GridWidth>128</GridWidth>
<GridHeight>80</GridHeight>
<FogTilesPerBarbarianCamp>35</FogTilesPerBarbarianCamp>
<NumNaturalWonders>7</NumNaturalWonders>
<UnitNameModifier>0</UnitNameModifier>
<TargetNumCities>6</TargetNumCities>
<NumFreeBuildingResources>7</NumFreeBuildingResources>
<BuildingClassPrereqModifier>100</BuildingClassPrereqModifier>
<MaxConscriptModifier>75</MaxConscriptModifier>
<TerrainGrainChange>1</TerrainGrainChange>
<FeatureGrainChange>1</FeatureGrainChange>
<ResearchPercent>130</ResearchPercent>
<NumCitiesUnhappinessPercent>60</NumCitiesUnhappinessPercent>
<NumCitiesPolicyCostMod>7.5</NumCitiesPolicyCostMod>
<AdvancedStartPointsMod>120</AdvancedStartPointsMod>
<IconAtlas>WORLDSIZE_ATLAS</IconAtlas>
<PortraitIndex>5</PortraitIndex>
</Row>
</Worlds>
Regardless, nothing seems to grant more than 12 players when setting up a single player game. Is there something I'm overlooking to allow this?