How can you disable a Civ?

Riker13

King
Joined
Nov 9, 2001
Messages
859
Location
UK
Hi Guys,

Can anybody tell me how I can disable a Civilization from entering a (Single player) game?

Regards
 
Hi Guys,

Can anybody tell me how I can disable a Civilization from entering a (Single player) game?

Regards

Example_MakingAztecUnplayable.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/4/2010 12:23:23 PM -->
<GameData>

	<!-- This example modifies the Aztec entry to have Playable set to 0		-->
	<!-- instead of 1.														-->
	<!-- Alternatively, one could set AIPlayable to 0 which would only		-->
	<!-- allow human players to play as that civilization.					-->
	<!-- If both Playable and AIPlayable is set to 0, the civilization		-->
	<!-- cannot be used at all.-->
	<Civilizations>
		<Update>
			<Where Type="CIVILIZATION_AZTEC" />
			<Set Playable="0" />
		</Update>		
	</Civilizations>
  
</GameData>
 
Gedemon,

Thank you very much for responding.

Thats great :)

All the best.

Riker13 :crazyeye:
 
Back
Top Bottom