API:Loading and using your own textures
From TheWarWiki
WAR API Help
As for now, this is bugged. It was already working but is currently broken. The texture is loaded, but you only get a pink image.
To include your own texture use this xml tag.
<Assets>
<Texture name="UNIQUE_TEXTURE_NAME" file="my_texture.dds" />
</Assets>
