City states selection on YNAMP

Thanos13

Chieftain
Joined
Feb 5, 2017
Messages
5
Hi everyone

Is anyone aware how to alter the code in order to define which city states will appear in civ6?

I have tried messing with the code but the best thing i have achived so far is to produce scenarios with 3 or 4 city states
 
One way to do it:
1.) Set the number of city states using the MapSizes config (MinCityStates + MaxCityStates + DefaultCityStates).
2.) a) Add starting positions for them on a map with the worldbuilder.
or b) Remove all unwanted minor civs from the tables.
or c) Try to use RulesetSupportedValues or MapUnSupportedValues. The last one won't work without fixing a bug in the base code. I also am not sure if that works with minor civs or only major leaders.
 
Back
Top Bottom