API:Loading and using your own textures
From TheWarWiki
WAR API Help
To include your own texture use this xml tag.
<Assets>
<Texture name="UNIQUE_TEXTURE_NAME" file="my_texture.dds" />
</Assets>
To include your own texture use this xml tag.
<Assets>
<Texture name="UNIQUE_TEXTURE_NAME" file="my_texture.dds" />
</Assets>