Go Back   Warhammer Forums > Gameplay Forums > UI Discussion

Reply
 
Thread Tools Display Modes
Old 12-28-2008, 05:26 AM   #1
cYYAN
WAR Soldier
 
cYYAN's Avatar
 
Join Date: Nov 2008
Career: A Bright Wizard
Server: Karak Azgal
Cant get custom textures working using xpanels..

For some reason i cant get my custom textures to work using any addon, i like xpanel the most so i want it to work!

TextureList.lua
Quote:
if (not xPanels) then return end

xPanels.CustomTextures = {

-- Add your custom textures here. format:
-- YOUR_TEXTURE_NAME = {width, height},

xPanels_Button1 = {256, 64},
xPanels_Buttn2 = {256, 256},
xPanels_Buttn3 = {128,128},
xPanels_Buttn4 = {128, 64},
xPanels_Buttn5 = {512, 256},
xPanels_Buttn6 = {512, 256},
xPanels_Buttn7 = {256, 128},
xPanels_Buttn8 = {64, 16},
xPanels_Buttn9 = {512, 256},
xPanels_Buttn10 = {512, 256},
xPanels_Buttn11 = {512, 256},
xPanels_Buttn12 = {512, 32},
xPanels_Buttn13 = {64, 32},
xPanels_Buttn14 = {256, 128},
xPanels_Buttn15 = {64, 32},
xPanels_Buttn16 = {256, 128},
xPanels_Buttn17 = {64, 16},
xPanels_Buttn18 = {512, 256},
xPanels_Runes = {512, 256},
xPanels_Buttn19 = {256, 256},
xPanels_Buttn20 = {128, 128},
xPanels_Buttn21 = {32, 16},
xPanels_Buttn22 = {128, 128},
xPanels_Buttn23 = {512, 256},
xPanels_Buttn24 = {512, 256},
xPanels_Buttn25 = {128, 32},
xPanels_Buttn26 = {128, 64},
xPanels_Buttn27 = {256, 256},
xPanels_Buttn28 = {512, 256},
xPanels_Buttn29 = {64, 32},
xPanels_Buttn30 = {256, 256},
xPanels_Buttn31 = {64, 32},
xPanels_Buttn32 = {512, 512},
xPanels_Buttn33 = {512, 512},
xPanels_Buttn34 = {512, 512},
xPanels_Buttn35 = {512, 256},


-- don't edit after this line

}
Texturelist.xml
Quote:
<Interface xmlnssi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../Interface.xsd">
<Assets>

<!-- Add your Textures here -->

<Texture name="xPanels_Button1" file="3_button03.dds" />
<Texture name="xPanels_Buttn2" file="SUI3DTARGETBG.dds" />
<Texture name="xPanels_Buttn3" file="SUICABLE.dds" />
<Texture name="xPanels_Buttn4" file="SUIGLOSSOVERLAY.dds" />
<Texture name="xPanels_Buttn5" file="SUIV5TARGET.dds" />
<Texture name="xPanels_Buttn6" file="SUIV5TARGETLEFT.dds" />
<Texture name="xPanels_Buttn7" file="SUIV7CHATFRAME.dds" />
<Texture name="xPanels_Buttn8" file="SUIV7ETOVERLAY.dds" />
<Texture name="xPanels_Buttn9" file="SUIV7MAIN.dds" />
<Texture name="xPanels_Buttn10" file="SUIV7PANEL.dds" />
<Texture name="xPanels_Buttn11" file="V7PARTYEND.dds" />
<Texture name="xPanels_Buttn12" file="SUIV7PARTYMID.dds" />
<Texture name="xPanels_Buttn13" file="SUIV7PETABFRAME.dds" />
<Texture name="xPanels_Buttn14" file="SUIV7POPUPFRAME.dds" />
<Texture name="xPanels_Buttn15" file="SUIV7SMALLBOX.dds" />
<Texture name="xPanels_Buttn16" file="SUIV7SMALLFRAME.dds" />
<Texture name="xPanels_Buttn17" file="SUIV7TOT.dds" />
<Texture name="xPanels_Buttn18" file="SuiV7BD.dds" />
<Texture name="xPanels_Runes" file="c_blue1.dds" />
<Texture name="xPanels_Buttn19" file="v73dtargetbg.dds" />
<Texture name="xPanels_Buttn20" file="v7combat.dds" />
<Texture name="xPanels_Buttn21" file="v7energytick.dds" />
<Texture name="xPanels_Buttn22" file="v7gloss.dds" />
<Texture name="xPanels_Buttn23" file="v7lchat.dds" />
<Texture name="xPanels_Buttn24" file="v7main.dds" />
<Texture name="xPanels_Buttn25" file="v7party.dds" />
<Texture name="xPanels_Buttn26" file="v7pet.dds" />
<Texture name="xPanels_Buttn27" file="v7player.dds" />
<Texture name="xPanels_Buttn28" file="v7rchat.dds" />
<Texture name="xPanels_Buttn29" file="v7smallbox.dds" />
<Texture name="xPanels_Buttn30" file="v7target.dds" />
<Texture name="xPanels_Buttn31" file="v7tot.dds" />
<Texture name="xPanels_Buttn32" file="HM_Left.dds" />
<Texture name="xPanels_Buttn33" file="HM_Middle.dds" />
<Texture name="xPanels_Buttn34" file="HM_Right.dds" />
<Texture name="xPanels_Buttn35" file="SUIV8PANEL.dds" />


<!-- Texture List end -->

</Assets>
</Interface>
Am i doing something wrong?

Screen shot of my file structure:
http://img388.imageshack.us/my.php?image=xpanelsqb2.jpg
cYYAN is offline   Reply With Quote
Old 12-28-2008, 06:30 AM   #2
cYYAN
WAR Soldier
 
cYYAN's Avatar
 
Join Date: Nov 2008
Career: A Bright Wizard
Server: Karak Azgal
fixed

Last edited by cYYAN; 12-28-2008 at 07:35 AM..
cYYAN is offline   Reply With Quote
Old 01-13-2009, 12:52 PM   #3
Haekon
WAR Recruit
 
Haekon's Avatar
 
Join Date: Sep 2008
Career: A Bright Wizard
Server: Dark Crag
Guild: Hate
I'm having a similar problem...what exactly did you do to fix it?
Haekon is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


All times are GMT -7. The time now is 10:52 AM.