I hate the way you get this modern looking Scotland Yard sticking out like a sore thumb in early eras. So...
In Civ4ArtDefines_Building I put this
In Civ4CityLSystem I put this
But when the scotland yard is in an early era city it simply doesn't show up. Why?
In Civ4ArtDefines_Building I put this
Code:
<BuildingArtInfo>
<Type>ART_DEF_BUILDING_SCOTLAND_YARD</Type>
<LSystem>LSYSTEM_SCOTLAND_YARD</LSystem>
<bAnimated>1</bAnimated>
<fScale>1.75</fScale>
<fInterfaceScale>0.34</fInterfaceScale>
<NIF>Art/Structures/Buildings/ScotlandYard/ScotlandYard.nif</NIF>
<KFM/>
<Button>,Art/Interface/Buttons/Buildings/ScotlandYard.dds,Art/Interface/Buttons/Buildings_Atlas.dds,5,11</Button>
</BuildingArtInfo>
In Civ4CityLSystem I put this
Code:
<ArtRef Name="building:LSYSTEM_SCOTLAND_YARD">
<Attribute Class="Scalar">szNIF:Mods/Rhye's and Fall of Civilization/Assets/Art/Structures/Buildings/Inn/inn.nif</Attribute>
<Attribute Class="Era">ERA_ANCIENT,ERA_CLASSICAL,ERA_MEDIEVAL,ERA_RENAISSANCE,ERA_INDUSTRIAL</Attribute>
<Scale>1.5</Scale>
</ArtRef>
But when the scotland yard is in an early era city it simply doesn't show up. Why?