RenaissanceFan
Warlord
- Joined
- Mar 15, 2011
- Messages
- 125
Hello again. I'm having some trouble with the icon atlases. Yes, all are marked with VFS=true, but the game always gives a message "error loading texture [Textures(size).dds]".
Here's my code:
And my folder hierarchy, in any case:
Here's my code:
Spoiler :
<IconTextureAtlases>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>256</IconSize>
<Filename>Textures256.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>128</IconSize>
<Filename>Textures128.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>64</IconSize>
<Filename>Textures64.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>45</IconSize>
<Filename>Textures45.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
</IconTextureAtlases>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>256</IconSize>
<Filename>Textures256.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>128</IconSize>
<Filename>Textures128.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>64</IconSize>
<Filename>Textures64.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
<Row>
<Atlas>TEXTURES</Atlas>
<IconSize>45</IconSize>
<Filename>Textures45.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>4</IconsPerColumn>
</Row>
</IconTextureAtlases>
And my folder hierarchy, in any case:
Spoiler :
Mod
---Art
------Textures256.dds
------Textures128.dds
------Textures64.dds
------Textures45.dds
---Buildings
------BuildingClasses.xml
------Buildings.xml - <IconTextureAtlases> tag and references here
---Art
------Textures256.dds
------Textures128.dds
------Textures64.dds
------Textures45.dds
---Buildings
------BuildingClasses.xml
------Buildings.xml - <IconTextureAtlases> tag and references here