Playing unplayable civs

stolenrays

Deity
Joined
Aug 2, 2009
Messages
2,061
To do this, open up the worldbuilder save in a text editor.
In the worldbuilder save, there is a section describing the civilizations; each one gets a block. For example, in the Rhye's 600 AD scenario, this is the block for India:
Code:
BeginPlayer
	LeaderType=LEADER_ASOKA
	CivType=CIVILIZATION_INDIA                 
	Team=1                 
	PlayableCiv=0                 
	Handicap=HANDICAP_PRINCE                 
EndPlayer
Change PlayableCiv=0 to PlayableCiv=1, and India is now playable. You can select India at the scenario screen, and instantly lose because you don't have any cities or units.
 
Top Bottom