Assistance in removing building art

Matsuda123

Prince
Joined
Jan 1, 2012
Messages
519
I have decided that I would like to take a Civ 5 approach to one of Civ 4's aspects, which is the building art. I would like to only have the City graphics in the city, and not buildings like granaries or barracks. I will however be keeping things like religious buildings, walls, aqueducts, and unique buildings, but other than that, I would like to have the rest out of my city. I thought I had done it correctly by editing the xml and setting the fscale to 0.0 in the civ4artdefinesbuildingxml, but instead I'm left with a gaping hole in my city instead of just nothing. Have I done something wrong?
 
Try
Code:
		<BuildingArtInfo>
			<Type>ART_DEF_BUILDING_WV_SLAVERY</Type>
			<LSystem/>
			<bAnimated/>
			<fScale/>
			<fInterfaceScale/>
			<NIF/>
			<KFM/>
			<Button>Art/Interface/Buttons/Buildings/WorldViewSlavery.dds</Button>
		</BuildingArtInfo>
it works for me.
 
Back
Top Bottom