Removing a civ?

Lager

Chieftain
Joined
Sep 10, 2002
Messages
9
Apologies in advance if I post in the wrong place or am overlooking an obvious answer. I can find all sorts of information about how to add civs but very little on how to remove them. Any tips would be much appreciated.

As to why I am doing this... To be perfectly honest there are some civs that I don't know the first thing about which are accordingly less satisfying to grind under an iron heel. :mad:

I suppose the same goes for religion, is there a way to disable certain religions from the game? I have always been stretched trying to imagine Rome and or Mecca as beacons of buddism or taoism.
 
To disable a civ, go to:

Assets\XML\Civilizations and find CIV4CivilizationInfos.xml

For each civ there are two flags:

<bPlayable>1</bPlayable>
<bAIPlayable>1</bAIPlayable>

Change the flag from 1 to 0 to make it not playable.
 
Back
Top Bottom