Actually you're looking for the group of Iconstyles towards the bottom of the file. The first is named CLST, the last is named ZONE.
For each of those you'll see FrameRec="x1,y1,x2,y2"
followed by FrameResource="pathtofile"
basicly FrameRec defines a rectangle within the graphic resource "pathtofile" that will be used as the normal icon image. x1 is the horizontal starting possition, y1 is the vertical starting possition, x2 and y2 are the ending possitions.
Its likely this rectangle is larger than it needs to be. If the icon is 12x12 and the rectangle is 20x20, you can shave 8 pixels off the height and width of the rectangle. The trick is knowing which bits to shave off. If you have UIBuilder setup, you can double-click the FrameRec and it will popup a tool for tweaking the rectangle. I recomend using UIBuilder to figure out the right cords, then copy paste them to Notepad. Then edit the file in Notepad.
DON'T EVER edit and save the Map from UIBuilder!
You may want to do the same for the Mouseover and Pressed cords.
Even easier, if the mod that you got the icon DDS from included a style file with this stuff in it, just copy the Iconstyles from there and paste them over those in the Fetish version.
|