World Builder - How to get random leader with set civilizations?

SeveronSylvana

Chieftain
Joined
Jan 17, 2014
Messages
10
Hello

I have my own earth map with 40 civ's each have a fixed starting position. Is it possible to have it set so that when the game loads, it loads random leaders instead of the set ones I have to put in, but still with the same civilizations in their starting places.
I can only seem to manage either having random civ's and random leaders but then starting in random positions or fixed leaders with fixed civs in fixed positions.
 
As far as I know, you can't.

But you can have fixed leaders in a random starting place. Or fixed leaders starting randomly on fixed starting locations.
Code:
BeginPlot
	x=6,y=37
	isNOfRiver
	RiverWEDirection=3
	StartingPlot
	TerrainType=TERRAIN_PLAINS
	PlotType=2
EndPlot
 
Back
Top Bottom