View Single Post
07-12-06, 07:32 AM   #11
Fritty
A Cyclonian
Join Date: Feb 2006
Posts: 47
Originally Posted by Weenja
oh cool, thanks for the link, and the new skins I'll check it out
any idea how to get those skins availible in game to FuBar?
so ppl can switch based on what skin they like ingame
without replacing the default?
Basically the files/folders listed there can be put in a folder called FuTextures which can be put in the Addons folder.

If you want to add a new textures it looks like you need to add the texture to the FuTextures folder and the path to the FuTextures.lua (see what it looks like below).

Code:
-- feel free to add textures, just leave your name.

FuBar:RegisterSkin("Tree", "Interface\\AddOns\\FuTextures\\tree") -- ckknight
FuBar:RegisterSkin("Ripple", "Interface\\AddOns\\FuTextures\\ripple") -- Occam
FuBar:RegisterSkin("Brushed", "Interface\\AddOns\\FuTextures\\brushed") -- Occam
FuBar:RegisterSkin("Black w/Yellow Border", "Interface\\AddOns\\FuTextures\\blackyellow") -- Stylpe
FuBar:RegisterSkin("Black w/Orange Border", "Interface\\AddOns\\FuTextures\\blackorange") -- Stylpe
FuBar:RegisterSkin("Black w/Red Border", "Interface\\AddOns\\FuTextures\\blackred") -- Stylpe
FuBar:RegisterSkin("Black w/Violet Border", "Interface\\AddOns\\FuTextures\\blackviolet") -- Stylpe
FuBar:RegisterSkin("Black w/Blue Border", "Interface\\AddOns\\FuTextures\\blackblue") -- Stylpe
FuBar:RegisterSkin("Black w/Cyan Border", "Interface\\AddOns\\FuTextures\\blackcyan") -- Stylpe
FuBar:RegisterSkin("Black w/Green Border", "Interface\\AddOns\\FuTextures\\blackgreen") -- Stylpe

DISCLAIMER: I AM NOT A CODER OR ANYTHING OF THE SORT! Just trying to be helpful and stuffs and whatnot.

Last edited by Fritty : 07-12-06 at 07:34 AM. Reason: grammar
  Reply With Quote