EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Test Server Changes (http://www.eqinterface.com/forums/forumdisplay.php?f=42)
-   -   20 Oct 03 UI Change on Test (http://www.eqinterface.com/forums/showthread.php?t=10802)

Cairenn 10-20-2003 02:38 PM

20 Oct 03 UI Change 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 10-20-2003 02:38 PM

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:

<!-- Player trade options -->
<Label item ="OGP_PlayerTradeLabel">
<ScreenID>OGP_PlayerTradeLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>210</Y>
</Location>


CHANGE:

<Location>
<X>10</X>
<Y>210</Y>
</Location>

TO:

<Location>
X>200</X>
<Y>205</Y>
</Location>


Find:

<Combobox item = "OGP_PlayerTradeCombobox">
<ScreenID>OGP_PlayerTradeCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>10</X>
<Y>230</Y>
</Location>


CHANGE:

<Location>
<X>10</X>
<Y>230</Y>
</Location>

TO:

<Location>
<X>200</X>
<Y>225</Y>
</Location>


Find and DELETE:

<!-- Load a new UI skin -->
<Button item = "OGP_LoadSkinButton">
<ScreenID>OGP_LoadSkinButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>260</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>Load UI Skin</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:

<Button item = "OGP_SystemInfoButton">
<ScreenID>OGP_SystemInfoButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>280</Y>
</Location>


CHANGE[/b]:

<Location>
<X>10</X>
<Y>280</Y>
</Location>

TO:

<Location>
<X>10</X>
<Y>195</Y>
</Location>


FIND:

<!-- Item dropping options -->


Immediately before that line, ADD:

<!-- Newbie Left-click text -->
<Button item = "OGP_LeftClickHelpText">
<ScreenID>OGP_LeftClickHelpText</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>215</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>Target Click Shows Help</Text>
<TooltipReference>Show help text when you left click on a target object or player.</TooltipReference>
<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>

<!-- Load a new UI skin -->
<Button item = "OGP_LoadSkinButton">
<ScreenID>OGP_LoadSkinButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>245</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>Load UI Skin</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:

<!-- Font Selection -->
<Label item ="OGP_FontLabel">
<ScreenID>OGP_FontLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>220</Y>
</Location>


CHANGE:

<Location>
<X>200</X>
<Y>220</Y>
</Location>

TO:

<Location>
<X>200</X>
<Y>260</Y>
</Location>


Find:

<Label item ="OGP_CurrentFont">
<ScreenID>OGP_CurrentFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>290</X>
<Y>220</Y>
</Location>


CHANGE:

<Location>
<X>290</X>
<Y>220</Y>
</Location>

TO:

<Location>
<X>290</X>
<Y>260</Y>
</Location>


Find:

<Combobox item = "OGP_FontSelector">
<ScreenID>OGP_FontSelector</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>200</X>
<Y>240</Y>
</Location>


CHANGE:

<Location>
<X>200</X>
<Y>240</Y>
</Location>

TO:

<Location>
<X>200</X>
<Y>280</Y>
</Location>


Find:

<Button item = "OGP_ChangeFont">
<ScreenID>OGP_ChangeFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>316</X>
<Y>240</Y>
</Location>


CHANGE:

<Location>
<X>316</X>
<Y>240</Y>
</Location>

TO:

<Location>
<X>316</X>
<Y>280</Y>
</Location>


Find:

<Pieces>OGP_SystemInfoButton</Pieces>


Immediately after that line, ADD:

<Pieces>OGP_LeftClickHelpText</Pieces>


All times are GMT -5. The time now is 08:01 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.