Remove Civ Name

os79

Deity
Joined
Mar 14, 2009
Messages
3,095
Location
Eastern USA Coast
Hello,
A few civ names irritate me and I want to remove these from my game (either deliberately chosen by me in dropdown menu or by random choice by the computer).
How do I go about doing that? To give an example, I want ot remove "Native America" because that name doesn't represent remotely a true civ name. There are few others like that that I want ot remove. (Also, that "Native America" will be replaced by AAranda's few cool civs as well).
Thank you for helping out here :D.
 
What you need is Civ4CivilizationInfos.xml file in Assets/XML/Civilizations folder.
In that file, you can find tags like this:
Code:
<bPlayable>1</bPlayable>
<bAIPlayable>1</bAIPlayable>

Just change 1 to 0 in certain civilization you want to "remove".
 
Back
Top Bottom