
The code for IconTypes doesn't understand capital letters. This is a valid IconType:
Code: Select all
[lordicon]
{
bitmap=icons/lordicon.tga;
size=2;
radiusadjust=1;
distance=1;
}
Code: Select all
iconType=lordicon;
Using capital letters resulted in borked behaviors, every time

Oh, and the image files need to be TGAs with 32-bit alpha channels. They can be whatever size you want, so long as they're square, but powers of 2 work best.