Icon Atlas trouble

ripple01

Emperor
Joined
Mar 7, 2006
Messages
1,254
Location
New York City
Hi All,

I'm having a strange problem with trying to create an Icon Atlas for my buildings. I've had success creating one with Techonogies that is working great. However, even with following the same procedure to create the Tech one, I still can't get the buildings one to work. I've created the proper size .dds files, added them to Modbuddy, set VFS as True, and I've doublechecked the XML. It just doesn't seem to be working. Is there anything besides the different sizes that I would need to do different for an atlas for buildings?
 
No, should be the same apart from sizes. Try copy your icon atlas here, perhaps someone will be able to spot a mistake.
 
Thanks for the reply. I've attached the .dds files to this post. Hopefully someone can take a look.

Here is the XML I'm using:

Code:
<Row>
			<Atlas>ASCENSION_BUILDING_ATLAS</Atlas>
			<IconSize>256</IconSize>
			<Filename>BuildingIconAtlas256.dds</Filename>
			<IconsPerRow>8</IconsPerRow>
			<IconsPerColumn>8</IconsPerColumn>
		</Row>
		<Row>
			<Atlas>ASCENSION_BUILDING_ATLAS</Atlas>
			<IconSize>128</IconSize>
			<Filename>BuildingIconAtlas128.dds</Filename>
			<IconsPerRow>8</IconsPerRow>
			<IconsPerColumn>8</IconsPerColumn>
		</Row>
		<Row>
			<Atlas>ASCENSION_BUILDING_ATLAS</Atlas>
			<IconSize>80</IconSize>
			<Filename>BuildingIconAtlas80.dds</Filename>
			<IconsPerRow>8</IconsPerRow>
			<IconsPerColumn>8</IconsPerColumn>
		</Row>
		<Row>
			<Atlas>ASCENSION_BUILDING_ATLAS</Atlas>
			<IconSize>64</IconSize>
			<Filename>BuildingIconAtlas64.dds</Filename>
			<IconsPerRow>8</IconsPerRow>
			<IconsPerColumn>8</IconsPerColumn>
		</Row>
 

Attachments

  • Icons.zip
    97.3 KB · Views: 55
Top Bottom