How to let players pick leaders in a scenario?

Lehawk

Chieftain
Joined
Nov 3, 2005
Messages
68
I know how to make all civs available in order to pick a leader, but I want to be able to choose a leader with a selection of civs.

Like I can make Russia have Catherine, but I can't let the player pick between her and Peter without unlocking all civs and screwing up the start locations.

From Civ4WorldBuilderSave file:
Code:
BeginPlayer
	Team=1
	LeaderType=LEADER_CATHERINE
	CivType=CIVILIZATION_RUSSIA
	PlayableCiv=1
	StartingX=55, StartingY=49
EndPlayer

That is how small I managed to get the player info and still have it work properly. But I can't seem to change LeaderType to something that lets the player choose. Any solutions or ideas are welcome.
 
Back
Top Bottom