Removing the swastika?

Openfire

Chieftain
Joined
Jun 25, 2005
Messages
14
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:
 
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)
Code:
		<CivilizationArtInfo>
			<Type>ART_DEF_CIVILIZATION_WW2_GERMANY</Type>
[b]			<Button>Art/Interface/Buttons/Civilizations/GerFlag.dds</Button>
			<Path>Art/Interface/TeamColor/Germany.dds</Path>[/b]
			<bWhiteFlag>1</bWhiteFlag>
		</CivilizationArtInfo>
 
Top Bottom