View Full Version : Removing the swastika?


Openfire
Nov 18, 2007, 06:45 PM
Hello! I've been playing this mod for a while now, and I have question. How can I remove the swastika in my game? I assume it's a simple file switch or something.

The problem is not that I'm offended by the swastika, but that I don't want to have anybody see my screen filled with them :crazyeye:

Dale
Nov 19, 2007, 02:34 AM
Open Explorer and browse to ..\Sid Meier's Civilization 4\Beyond the Sword\Mods\The Road to War\Assets\XML\Art
Open the file called CIV4ArtDefines_Civilization.xml
Change Germany's entry (3rd down) to the following (changed line in bold)

<CivilizationArtInfo>
<Type>ART_DEF_CIVILIZATION_WW2_GERMANY</Type>
<Button>Art/Interface/Buttons/Civilizations/GerFlag.dds</Button>
<Path>Art/Interface/TeamColor/Germany.dds</Path>
<bWhiteFlag>1</bWhiteFlag>
</CivilizationArtInfo>

Openfire
Nov 20, 2007, 04:27 AM
Perfect. Thanks a lot.