Custom Images

I have the ability to do some really nice art for custom icons and portraits and all that jazz but Im not sure I fully grasp how the dds file works. I opned up the icons dds (well least what i thought to be it) and it has empty spots, just dont know how to get the game to see the new icons or things I make? Has anybody got new buttons to show up and if so can you give me a general guide on how to?
3,074 views 2 replies
Reply #1 Top
You need to edit the brushes files, specifically those that handle icons. They way they work is as follows (buttons in this example) - there are several large files containing textures for all the icons and buttons in all their states (pressed, disabled etc.); the brushes files contain references to those files as well as coordinates (pixelbox) telling the game which part of the image to draw for the button. So if you add new buttons to the game, you need to both add the art in the appropriate file(s) (you can even make a completely new file if the old one has no more room) and then add entries in the appropriate .brushes files so that the game knows what to look for and where. And that's it! Hope it helps!