Originally Posted by Duilliath
Great idea. I'll need to go and give it a try.
Could you perhaps expand on it a bit further than you've done before ?
Whilst I've gone n fiddled with addons, I haven't done any editing whatsoever.
For example, where exactly would I find the tooltip-border-file ?
Only search results I got for "tooltip" or "border" were inside the addon folder already.
|
Yes that is correct. If you only want the tooltip-border changed without any addons you can do so by only using the tooltip-folder under interface.
The one file you are looking for is called: "UI-Tooltip-Border.blp"
BLP is a graphic-file-format that can be converted into TGA-files and back with a BLP2TGA converter (just look for one on curse.com or use Google).
If you got some graphic program that is capable of handling alpha channels you can edit the TGA-files to your liking. After that just convert them back to BLP.
If you name the BLP file like I did above it will be used in the default UI and "some" addons will find it, but some don't. Why? Well I didn't knew that either but I got lucky and found the rather simple reason. Its important to know how the file is called, if the source reads like this: xyz = "Interface/Tooltips/UI-Tooltip-Border" it will use the original Blizzard tooltip-border. But if you change it to: xyz = "Interface\\Tooltips\\UI-Tooltip-Border" it will work properly.
Now you can run everything with just changing the default tooltip and use just that one file, but if you want another border for some specific addon, just create another BLP and name it to sth like "MyOwnTooltip.blp" and save it into the Tooltips folder. Now you just have to edit your addon, find all the lines where the default tooltip is called and rename it like this: xyz = "Interface\\Tooltips\\MyOwnTooltip". Thats it. It gives you the opportunity to create multiple borders-types.