Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > Test Server Changes
User Name
Password

Closed Thread
 
Thread Tools Display Modes
Old 10-16-2003, 09:35 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default 16 Oct 03 UI Changes on Test

Disclaimer: As always, this is a comparision of the new default files to the previous default files. Sizes and locations are specific to those files, and may need to be adjusted to "fit" in your custom files appropriately.

Files changed with this patch:

EQUI_OptionsWindow.xml

(Click on the File Name link to go to the post detailing the changes to that specific file.)
Cairenn is offline   Reply With Quote
Old 10-16-2003, 09:35 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_OptionsWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<!-- Anonymous -->


Immediately before that line, ADD:

<!-- Font Selection -->
<Label item ="OGP_FontLabel">
<ScreenID>OGP_FontLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>220</Y>
</Location>
<Size>
<CX>90</CX>
<CY>14</CY>
</Size>
<Text>Current Font:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="OGP_CurrentFont">
<ScreenID>OGP_CurrentFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>290</X>
<Y>220</Y>
</Location>
<Size>
<CX>80</CX>
<CY>14</CY>
</Size>
<Text>Arial</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Combobox item = "OGP_FontSelector">
<ScreenID>OGP_FontSelector</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>200</X>
<Y>240</Y>
</Location>
<Size>
<CX>110</CX>
<CY>24</CY>
</Size>
<ListHeight>90</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
</Combobox>

<Button item = "OGP_ChangeFont">
<ScreenID>OGP_ChangeFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>316</X>
<Y>240</Y>
</Location>
<Size>
<CX>50</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Accept</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Pieces>OGP_PlayerTradeCombobox</Pieces>


Immediately after that line, ADD:

<Pieces>OGP_FontLabel</Pieces>
<Pieces>OGP_CurrentFont</Pieces>
<Pieces>OGP_FontSelector</Pieces>
<Pieces>OGP_ChangeFont</Pieces>


Find:

<Button item = "OFP_MyPetAttacks">
<ScreenID>MyPetAttacks</ScreenID>


CHANGE that to:

<Button item = "OFP_MyPetHits">
<ScreenID>MyPetHits</ScreenID>


Find:

<Text>My Pet Attacks</Text>


CHANGE that to:

<Text>My Pet Hits</Text>


Find:

<!-- PC Spells -->


Immediately before that, ADD:

<Button item = "OFP_MyPetMisses">
<ScreenID>MyPetMisses</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>290</Y>
</Location>
<Size>
<CX>150</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>My Pet Misses</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find and [color=red]DELETE:

<Pieces>OFP_MyPetAttacks</Pieces>


Then ADD:

<Pieces>OFP_MyPetHits</Pieces>
<Pieces>OFP_MyPetMisses</Pieces>



Find:

<Page item = "OptionsColorPage">


Immediately before that line, ADD:

<Button item = "OCP_UserColor73">
<ScreenID>UserColor73</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>190</X>
<Y>760</Y>
</Location>
<Size>
<CX>150</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>74 - Damage Shield Reports</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Pieces>OCP_UserColor72</Pieces>


Immediately before that line, ADD:

<Pieces>OCP_UserColor73</Pieces>
Cairenn is offline   Reply With Quote
Closed Thread



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

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


All times are GMT -5. The time now is 03:58 AM.


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