WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Requesting FuBar skins (https://www.wowinterface.com/forums/showthread.php?t=4696)

ckknight 05-01-06 03:51 AM

Requesting FuBar skins
 
I changed the skinning system to be a lot more intelligent, and now I'm requesting the community to please make skins for FuBar, since my art skills aren't as up to par as I'd prefer.

All you have to do is change the background.tga file in the FuBar folder to see results.

Some notes:
  • You must have FuBar 1.1.1274 (May 1).
  • TGA file is 256x256, 24-bit.
  • Do not make part of your texture transparent, transparency should be handled by the user.
  • There is absolutely no stretching.
  • The texture is tiled horizontally.
  • There is no vertical tiling.
  • The top half can be considered attributed to the bottom panels, and vice versa.
  • Detached panels get their texture from the center.

If you make multiple skin, that's great, too. The new system lets the user choose what texture they want.

If I end up deciding to include your art in FuBar, I will make sure to give you proper attribution.

When you're satisfied, feel free to send the new tga to [email protected]

Drathal 05-09-06 05:39 AM

Hiya,

here are 3 Textures i made for FuBar: Textures

Ciao
Drathal

PS: here is another one: Thorns

Occam 05-09-06 09:45 AM

Question
 
You mentioned there is a method that allows the user to select the texture they want in game. I see this in the menu, but the only one shown is Default. What format should we use in naming our backgrounds so that it shows up underneath Default?

Thanks,
- Occam

ravagernl 05-09-06 11:36 AM

How do we install the skins or are they provided with the next version? Also it would be nice if somebody could make a titan like skin ( I'm sorry, I couldn't resist asking :o ).

EDIT: Made one myself :D Gotta love photoshops pattern maker. I've sent the skin to ckknight.

Tomcenc 05-15-06 10:23 AM

Well, I've made a Titanpanel skin for myself but I'm not sure I'm allowed to share it here, since it's kinda ripp-off from the original titanpanel texture. Heres a screen: Click here for screen

I've posted screen from my interface otherwise If I'm not allowed to share people would easily be able to download.

Weenja 07-11-06 04:25 PM

How do you install a texture in fubar so that it will recognize it?
I can't seem to do that, I tried putting it in the same folder as the default
not really sure where fubar scans for skins
and I can't find fubar documentation

Thuz 07-11-06 05:39 PM

Quote:

Originally Posted by Weenja
How do you install a texture in fubar so that it will recognize it?
I can't seem to do that, I tried putting it in the same folder as the default
not really sure where fubar scans for skins
and I can't find fubar documentation

Change the name of the texture file to background.tga? :-)

Fritty 07-11-06 06:19 PM

Look here:

http://svn.wowace.com/svnweb/index.c...nk/FuTextures/

Weenja 07-12-06 04:03 AM

Quote:

Originally Posted by Thuz
Change the name of the texture file to background.tga? :-)

I ended up doing that but its a hack FuBar supports multiple skins
and it ends up replacing the original I want to get them setup
for ingame skin switching

Weenja 07-12-06 04:05 AM

Quote:

Originally Posted by Fritty

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?

Fritty 07-12-06 07:32 AM

Quote:

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.

Weenja 07-12-06 03:02 PM

and FuTextures goes in Addons\FuBar? or Addons\FuTextures?
thanks for the thelp.

Fritty 07-12-06 05:17 PM

FuTextures is its own addon, you can see the .toc if you look at the link I posted. That means it goes here in its own folder:
C:\Program Files\World of Warcraft\Interface\AddOns
and NOT in the FuBar folder.

In otherwords the link I posted contains files that would go here:
C:\Program Files\World of Warcraft\Interface\AddOns\FuTextures

In other otherwords, make a folder called FuTextures. Put your texture in it. Edit the FuTexture.lua file that was in the link I gave you so that it includes the path to your texture. Put the other files from that link in the folder.

I think that should cover it. Please keep in mind I am not an editor/coder/whatever I'm just another regular user/person so I'm probably not explaining this well, for which I apologize.

Weenja 07-12-06 06:31 PM

ok I have Fubar and FuTextures installed now and the .lua file contains
the link to all the textures in its own folder FuTextures\
but FuBar still doesn't register anything but the defaulth texture
do I need to use the beta version of FuBar that the FuTextures addod came from?
currently I'm using the current stable FuBar release

Fritty 07-12-06 08:39 PM

I don't know! I'm just a regular person...all I can tell you is that it works with mine :D


All times are GMT -6. The time now is 02:06 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI