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 06-09-2003, 09:47 AM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default 30 May 03 - UI Changes on Test Server

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 06-09-2003, 09:47 AM   #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:

<Label item ="OGP_ItemDroppingLabel">
<ScreenID>OGP_ItemDroppingLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>130</Y>
</Location>

CHANGE:

<Location>
<X>200</X>
<Y>130</Y>
</Location>

TO:

<Location>
<X>200</X>
<Y>154</Y>
</Location>

Find:

<Combobox item = "OGP_ItemDroppingCombobox">
<ScreenID>OGP_ItemDroppingCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>200</X>
<Y>150</Y>
</Location>


CHANGE:

<Location>
<X>200</X>
<Y>150</Y>
</Location>


TO:

<Location>
<X>200</X>
<Y>174</Y>
</Location>

Find:

<!-- General options page -->

Immediately before that line, ADD:

<!-- Environment sounds -->
<Button item = "OGP_EnvSoundsCheckbox">
<ScreenID>OGP_EnvSoundsCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>130</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>Environment Sounds</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_PetWindowPopupCheckbox</Pieces>

ADD:

<Pieces>OGP_EnvSoundsCheckbox</Pieces>

Find:

<!-- Mouse sensitivity -->

Immediately before that line, ADD:

<!-- Mouse Wheel Zoom -->
<Button item = "OMP_MouseWheelZoomCheckbox">
<ScreenID>OMP_MouseWheelZoomCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>70</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>Mouse Wheel Zoom</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>OMP_MouseLookCheckbox</Pieces>


ADD:

<Pieces>OMP_MouseWheelZoomCheckbox</Pieces>

Find:

<!-- PC Spells -->

Immediately before that line, ADD:

<Button item = "OFP_DotDamage">
<ScreenID>DotDamage</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>250</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>Dot Damage</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:

<Page item = "OptionsChatPage">

Immediately before that, ADD:

<!-- Critical Melee -->
<Label item ="OFP_NonMeleeLabel">
<ScreenID>NonMeleeLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>190</X>
<Y>210</Y>
</Location>
<Size>
<CX>150</CX>
<CY>14</CY>
</Size>
<Text>Spell Damage</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Combobox item = "OFP_NonMeleeComboBox">
<ScreenID>NonMeleeComboBox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>190</X>
<Y>230</Y>
</Location>
<Size>
<CX>150</CX>
<CY>24</CY>
</Size>
<ListHeight>60</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
<Choices>All</Choices>
<Choices>Me</Choices>
<Choices>Off</Choices>
</Combobox>

Find:

<Pieces>OFP_CriticalMeleeComboBox</Pieces>

ADD:

<Pieces>OFP_NonMeleeLabel</Pieces>
<Pieces>OFP_NonMeleeComboBox</Pieces>

Find:

<Pieces>OFP_PCSpellsComboBox</Pieces>

ADD:

<Pieces>OFP_DotDamage</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 09:59 AM.


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