can anyone tell my how to add a texture to futexture would love to get a matching skin for my ui i use royal from xart so it would look really nice with the new royal2 skin for fubar but i dont now how to add the skin have tried and then it will only use the default skin so i must be doing something wrong ^^ so if anyone could tell me how to add it i would be very happy :D
aint there some one who can tell me if this is the right way to put in the new skin/texture in futexture and dont tell just to read the lua file since i already did that and put in this
so if this is not the right way to do it then please tell me what is since this is what the damn lua tells me to do and it wont show up in the list ingame
edit: also, if you have the "--" in the actual code (and you weren't just adding that here in your post for clarity) remove it. The "--" comments a line out of the code.
the 4 files are called
royal2-fubar1.tga
royal2-fubar2.tga
royal2-fubar3.tga
royal2-fubar4.tga
royal2FuBar:RegisterSkin("royal2-fubar1", "Interface\\AddOns\\FuTextures\\royal2-fubar1") --
royal2FuBar:RegisterSkin("royal2-fubar1",
royal2FuBar:RegisterSkin("royal2-fubar2", "Interface\\AddOns\\FuTextures\\royal2-fubar2") -- royal2
FuBar:RegisterSkin("royal2-fubar2",
royal2FuBar:RegisterSkin("royal2-fubar3", "Interface\\AddOns\\FuTextures\\royal3-fubar3") --
royal2FuBar:RegisterSkin("royal2-fubar3",
royal2FuBar:RegisterSkin("royal2-fubar4", "Interface\\AddOns\\FuTextures\\royal2-fubar4") -- royal2
FuBar:RegisterSkin("royal2-fubar4",
so i guess i must be doing it wrong since thsoe lines removed the other skins in place and used default skin instead
(based on Sairen's) -- royal2-fubar1fubar:RegisterSkin("royal2-fubar1","Interface\\Addons\\FuTextures\\royal2-fubar1")
-- royal2-fubar2fubar:RegisterSkin("royal2-fubar2","Interface\\Addons\\FuTextures\\royal2-fubar2")
-- royal2-fubar3fubar:RegisterSkin("royal2-fubar3","Interface\\Addons\\FuTextures\\royal2-fubar3")
-- royal2-fubar4fubar:RegisterSkin("royal2-fubar4","Interface\\Addons\\FuTextures\\royal2-fubar4")
so if this is not the right way to do it then please tell me what is since this is what the damn lua tells me to do and it wont show up in the list ingame
edit: also, if you have the "--" in the actual code (and you weren't just adding that here in your post for clarity) remove it. The "--" comments a line out of the code.
-- feel free to add textures, just leave your name.
FuBar:RegisterSkin("Tree", "Interface\\AddOns\\FuTextures\\tree") -- ckknightFuBar:RegisterSkin("Ripple", "Interface\\AddOns\\FuTextures\\ripple") -- OccamFuBar:RegisterSkin("Brushed", "Interface\\AddOns\\FuTextures\\brushed") -- OccamFuBar:RegisterSkin("Black w/Yellow Border", "Interface\\AddOns\\FuTextures\\blackyellow") -- StylpeFuBar:RegisterSkin("Black w/Orange Border", "Interface\\AddOns\\FuTextures\\blackorange") -- StylpeFuBar:RegisterSkin("Black w/Red Border", "Interface\\AddOns\\FuTextures\\blackred") -- StylpeFuBar:RegisterSkin("Black w/Violet Border", "Interface\\AddOns\\FuTextures\\blackviolet") -- StylpeFuBar:RegisterSkin("Black w/Blue Border", "Interface\\AddOns\\FuTextures\\blackblue") -- StylpeFuBar:RegisterSkin("Black w/Cyan Border", "Interface\\AddOns\\FuTextures\\blackcyan") -- StylpeFuBar:RegisterSkin("Black w/Green Border", "Interface\\AddOns\\FuTextures\\blackgreen") -- StylpeFuBar:RegisterSkin("Black w/no Border","Interface\\Addons\\FuTextures\\blackblack") -- TemFuBar:RegisterSkin("Red sand stone","Interface\\Addons\\FuTextures\\redsandstone") -- OccamFuBar:RegisterSkin("Sand stone","Interface\\Addons\\FuTextures\\sandstone") -- OccamFuBar:RegisterSkin("Titan alternative","Interface\\Addons\\FuTextures\\titanalternative") -- OccamFuBar:RegisterSkin("Patchwork","Interface\\Addons\\FuTextures\\patchwork") -- OccamFuBar:RegisterSkin("Sairen","Interface\\Addons\\FuTextures\\sairen") -- SairenFuBar:RegisterSkin("Bouvi","Interface\\Addons\\FuTextures\\bouvi") -- John DoeFuBar:RegisterSkin("Deep Cave","Interface\\Addons\\FuTextures\\deepcave") -- TeshnorFuBar:RegisterSkin("Fin","Interface\\Addons\\FuTextures\\fin") -- Fin (based on Sairen's)
and the texture i want to add is the new
royal2-fubar1.tga
royal2-fubar2.tga
royal2-fubar3.tga
royal2-fubar4.tga
tryed to rename the 4 files to see if that would help but no it didnt
royal1.tga
royal2.tga
royal3.tga
royal4.tga
i tried to add the .tga and still it wont show in the background list for fubar and if i remove -- them i get a nil value
Any plans for this?