Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 08-15-2002, 10:43 AM   #1
OjUI
A Snow Griffin
 
OjUI's Avatar
 
Join Date: Aug 2002
Posts: 59
Default Help with Player Window



Here's my player window and below is the code for it - what I want to do is keep it exactly as it is now except I want the surname (or the entire name) to be removed completely. How would I do this??? It's been driving me me crazy. Thanks in advance.

Quote:
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>


<Gauge item = "Player_HP">
<ScreenID>PlayerHP</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>0</Y>
</Location>
<Size>
<CX>108</CX>
<CY>41</CY>
</Size>
<TextOffsetX>0</TextOffsetX>
<GaugeOffsetY>30</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>1</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 ="PdV">
<ScreenID>PdV</ScreenID>
<EQType>70</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>12</Y>
</Location>
<Size>
<CX>80</CX>
<CY>14</CY>
</Size>
<Text>HitPoints!!!</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>

<Gauge item = "Pet_HP">
<ScreenID>PetHP</ScreenID>
<!--<Font>3</Font>-->
<TextColor>
<R>0</R>
<G>0</G>
<B>0</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>39</Y>
</Location>
<Size>
<CX>108</CX>
<CY>2</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>

<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>16</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>

<Gauge item = "Player_Mana">
<ScreenID>PlayerMana</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>40</Y>
</Location>
<Size>
<CX>108</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>0</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>2</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>

<Gauge item = "Player_Fatigue">
<ScreenID>PlayerFatigue</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>46</Y>
</Location>
<Size>
<CX>108</CX>
<CY>2</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>3</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>

<Gauge item = "ALT_ExpGauge">
<ScreenID>ExpGauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>78</Y>
</Location>
<Size>
<CX>108</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>80</G>
<B>220</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>

<Gauge item = "Casting">
<ScreenID>CastGauge</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</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>240</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</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>
<Gauge item = "normal_xp">
<ScreenID>normalxp</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>68</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>80</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>4</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 ="CA">
<ScreenID>ACLabel</ScreenID>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>AC</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="CANumber">
<ScreenID>CANumberLabel</ScreenID>
<EQType>22</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>23</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="ATTK">
<ScreenID>ATKLabel</ScreenID>
<!--<Font>2</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>ATK</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="ATTKNumber">
<ScreenID>ATTKNumber</ScreenID>
<EQType>23</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>85</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Gauge item = "air">
<ScreenID>airgauge</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>94</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>0</R>
<G>240</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>8</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 ="hpperc">
<ScreenID>hpperc</ScreenID>
<EQType>19</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>25</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="manaperc">
<ScreenID>ManaPerc</ScreenID>
<EQType>20</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>37</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="xpperc">
<ScreenID>xpPerc</ScreenID>
<EQType>26</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>62</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="altxpperc">
<ScreenID>altxpPerc</ScreenID>
<EQType>27</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>74</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Screen item = "PlayerWindow">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>250</X>
<Y>241</Y>
</Location>
<Size>
<CX>150</CX>
<CY>108</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>
<Pieces>Player_HP</Pieces>
<Pieces>Player_Mana</Pieces>
<Pieces>Player_Fatigue</Pieces>
<Pieces>Pet_HP</Pieces>
<Pieces>ALT_ExpGauge</Pieces>
<Pieces>Casting</Pieces>
<Pieces>PdV</Pieces>

<Pieces>normal_xp</Pieces>

<Pieces>ATTK</Pieces>
<Pieces>CANumber</Pieces>
<Pieces>ATTKNumber</Pieces>
<Pieces>CA</Pieces>
<Pieces>manaperc</Pieces>
<Pieces>hpperc</Pieces>
<Pieces>xpperc</Pieces>
<Pieces>altxpperc</Pieces>
</Screen>

</XML>


~Oj
OjUI is offline   Reply With Quote
Old 08-15-2002, 11:00 AM   #2
Pini Uldar
A Shissar Disciple
 
Join Date: Jul 2002
Posts: 135
Default

Maybe set the TextOffset of the Player_HP Gauge to be 800 or something big or maybe negative? The player's name is the Text part of the gauge.

- Pini
Pini Uldar is offline   Reply With Quote
Old 08-15-2002, 11:22 AM   #3
ForinIronshield
Premium Member
 
Join Date: Aug 2002
Server: Tunare
Posts: 25
Interface Author - Click to view interfaces
Send a message via AIM to ForinIronshield Send a message via Yahoo to ForinIronshield
Default Pini is right (again)

Set the gauge text y offset to -50.

It will try to write it outside the gague bounds and it won't be displayed. This is what the default skin does for certain gauges.

Now, some headaches.

Note that the coordinates of the window are relative to its left top corner. The playerHP gauge has a height of 41 (the corresponds to 15 each for 2 rows of text, a three pixel space and 8 for the gauge height). If you make the text go away, you will need to do one of two things:

(1) put different text there

(2) (a) resize the playerHP gauge to be 8 tall,
(b) reset the <y offset> in the gauge to 0 and then
(c) move every piece in your gauge up 33 pixels.
__________________
Forin Ironshield
Paladin of Underfoot
Aegis Wolves
Master Smith, Master Fletcher
Animals die, friends die and I shall die, but one thing never dies....
and that is the reputation we leave behind at our deaths.
ForinIronshield is offline   Reply With Quote
Old 08-15-2002, 01:52 PM   #4
koplal
A Hill Giant
 
Join Date: Aug 2002
Posts: 33
Default

I just set my Text offset to neg 100 and it removed the text and not the gauge.
koplal 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:55 PM.


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