Alrik2002
Warlord
Hi,
I´ve a graphic error which I can´t fix. I´ve added several builings modular. Some of them are not displayed right in the mouseover of a city. There is just a pink square (see first screenshot). In all the other places they are displayed correctly (see the other screenshots).
I compared the ArtDefinesBuildings.xml of one of the added buildings with the error one added which is displayed correctly but couldn´t see a significant difference which cuases the error. Here are the codes:
Building not working right:
Building correctly displayed:
Could someone please help me. Am I looking at the wrong files?
I´ve a graphic error which I can´t fix. I´ve added several builings modular. Some of them are not displayed right in the mouseover of a city. There is just a pink square (see first screenshot). In all the other places they are displayed correctly (see the other screenshots).
I compared the ArtDefinesBuildings.xml of one of the added buildings with the error one added which is displayed correctly but couldn´t see a significant difference which cuases the error. Here are the codes:
Building not working right:
Code:
<?xml version="1.0"?>
<!-- Sid Meier's Civilization 4 Beyond the Sword -->
<!-- Modified by the Civ Gold Team -->
<!-- -->
<Civ4ArtDefines xmlns="x-schema:Ekal_CIV4ArtDefinesSchema.xml">
<BuildingArtInfos>
<BuildingArtInfo>
<Type>ART_DEF_BUILDING_ASSYRIA_EKAL</Type>
<LSystem>LSYSTEM_2x2</LSystem>
<bAnimated>1</bAnimated>
<fScale>1.0</fScale>
<fInterfaceScale>0.8</fInterfaceScale>
<NIF>Modules/Custom Civilizations/Assyria/Ekal/Mali_mint.nif</NIF>
<KFM/>
<Button>Modules/Custom Civilizations/Assyria/Ekal/Ekal.dds</Button>
</BuildingArtInfo>
</BuildingArtInfos>
</Civ4ArtDefines>
Building correctly displayed:
Code:
<?xml version="1.0"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Firaxis Games (Firaxis Games) -->
<!-- Sid Meier's Civilization 4 -->
<!-- Copyright Firaxis Games 2005 -->
<!-- -->
<!-- Building art path information -->
<Civ4ArtDefines xmlns="x-schema:BeerMod_CIV4ArtDefinesSchema.xml">
<BuildingArtInfos>
<BuildingArtInfo>
<Type>ART_DEF_BUILDING_BREWERY</Type>
<LSystem>LSYSTEM_1x2</LSystem>
<bAnimated>0</bAnimated>
<fScale>1.5</fScale>
<fInterfaceScale>0.9</fInterfaceScale>
<NIF>Modules/BeerMod/Art/Structures/Buildings/Brewery/Brewery.nif</NIF>
<KFM/>
<Button>Modules/BeerMod/Art/Interface/Buttons/Buildings/Brewery.dds</Button>
</BuildingArtInfo>
<BuildingArtInfo>
<Type>ART_DEF_BUILDING_TAVERN</Type>
<LSystem>LSYSTEM_1x1</LSystem>
<bAnimated>0</bAnimated>
<fScale>1.5</fScale>
<fInterfaceScale>0.9</fInterfaceScale>
<NIF>Modules/BeerMod/Art/Structures/Buildings/Tavern/Tavern.nif</NIF>
<KFM/>
<Button>Modules/BeerMod/Art/Interface/Buttons/Buildings/Tavern.dds</Button>
</BuildingArtInfo>
</BuildingArtInfos>
</Civ4ArtDefines>
Could someone please help me. Am I looking at the wrong files?
