Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > Graphics modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 02-18-2004, 11:26 AM   #1
BeHereNow
A Fire Beetle
 
Join Date: Oct 2003
Posts: 3
Default How do I remove a guage?

Hello all, I'm new to the UI world - been using the standard EverQuest interface forever until a couple days ago.

Anyway, I've been mixing and matching, and finally have it down to where the only thing I don't like is the xp/aaxp guage on my player window. I'd like to have the xp/aaxp percentages shown, but not the whole guage bar. I'm not sure how I would remove just the bar, so any help would be greatly appreciated.

I cannot remember who's file it is that I use, but here is the aaxp information from the .xml file:

<Label item="Player_AAExpLabel">
<ScreenID>PlayerAAExpLabel</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>84</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>AAExp</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Gauge item="Player_AltAdvGauge">
<ScreenID>PlayerAltAdvGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>45</X>
<Y>90</Y>
</Location>
<Size>
<CX>116</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>40</G>
<B>150</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>5</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Label item="Player_AltAdvExpPercentage">
<ScreenID>PlayerAltAdvExpPercentageLabel</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>86</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>27</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Player_AltAdvExpPercentage_Sign">
<ScreenID>PlayerAltAdvExpPercentageSign</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>86</Y>
</Location>
<Size>
<CX>10</CX>
<CY>14</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>


Thanks in advance!
BeHereNow is offline   Reply With Quote
Old 02-18-2004, 11:29 AM   #2
Amitan
a_magician_01
 
Amitan's Avatar
 
Join Date: Aug 2002
Posts: 364
Send a message via ICQ to Amitan Send a message via MSN to Amitan
Default

Make the size 0 or put it way off.. like -2000
__________________
Lord Enzo Powa ~ Arch Magus
Forsaken Realm ~ Mithaniel Marr
"Long Have I Desired to Look Upon the Kings of Old, My Kin"
Amitan is offline   Reply With Quote
Old 02-18-2004, 07:02 PM   #3
BeHereNow
A Fire Beetle
 
Join Date: Oct 2003
Posts: 3
Default

ok thanks for the advice! I was able to reposition everything exactly as I wanted it. Now my window is a bit too large and has a margin on the bottom and right. Any ideas on how to make the window smaller?

Thanks in advance~
BeHereNow is offline   Reply With Quote
Old 02-25-2004, 10:12 AM   #4
Mutley
An Icepaw Kobold
 
Join Date: Sep 2002
Posts: 81
Interface Author - Click to view interfaces
Default

At the bottom of your player xml file you'll find something like this:


<Screen item = "PlayerWindow">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>516</X>
<Y>0</Y>
</Location>
<Size>
<CX>150</CX>
<CY>123</CY>
</Size>
<Text>Player</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>The Breath Meter</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>

Edit the size defined in this last section until you get it right.
Mutley is offline   Reply With Quote
Old 04-08-2004, 09:22 AM   #5
canov
A Gray Wolf
 
Join Date: Mar 2003
Server: Erollisi Marr
Posts: 8
Default

interesting
thanks for the info
__________________
Canov,
The monk formaly know as Whooparse !
canov is offline   Reply With Quote
Reply




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

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


All times are GMT -5. The time now is 05:57 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI