Custom Icons..? argh...
Posted: 28 Oct 2006, 20:46
How do you get custom icons to show up for units...
I have the icons in a png format with an alpha layer.. I have the icontype file in gamedata filled out and I have the proper Icontype=xxx; in the unit files..
This is the icontypes setup..
and in a unit i have
IconType=aircraft;
Yet Instead of the triangle icon I specified I get the standard circle..
What is causing this, is there something else Im missing?
I have the icons in a png format with an alpha layer.. I have the icontype file in gamedata filled out and I have the proper Icontype=xxx; in the unit files..
This is the icontypes setup..
and in a unit i have
IconType=aircraft;
Yet Instead of the triangle icon I specified I get the standard circle..
What is causing this, is there something else Im missing?
[icontypes]
{
[default]
{
size=1;
radiusadjust=1;
distance=1;
}
[aircraft]
{
bitmap=triangleicon.png;
size=1;
radiusadjust=2;
distance=1;
}
[ground]
{
bitmap=doticon.png;
size=1;
radiusadjust=1;
distance=1;
}
[sea]
{
bitmap=diamondicon.png;
size=1;
radiusadjust=1;
distance=1;
}
[building]
{
bitmap=squareicon.png;
size=1;
radiusadjust=1;
distance=1;
}
}