View Single Post
  #10  
Unread 01-05-2006, 04:33 PM
Loktha's Avatar
Loktha Loktha is offline
Premium Member
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Server: Crushbone
Posts: 87
Default

Here's the new files. Simply copy and paste them into your UI folder(saying yes to replacing current files).

The hp/power bars shouldn't be a problem anymore, unless you want one bigger or one smaller. I left them the way they were arranged by default. To change them will require moving the location of the splitter bar inside the Bars page. This is no longer moveable in game(this is what caused the bars shifting). On a quick check in game, the bars seem to be locked now.

The Target and Implied Target windows I've removed the ability to resize them in game. If you don't like the size I've set, here's how to change it.

Open either file in a text editor. Look for these two lines of code(they should be at the very top).

<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0001" eq2usescomwndcontrols="true" Location="37,44" MaximumSize="2048,2048" MinimumSize="175,80" Name="Target" PackLocation="left,top" PackLocationProp="0037/0001,0044/0001" ScrollExtent="175,80" Size="175,80" UserMovable="true">

I've highlighted in red the numbers you have to change to increase or decrease the size of the window(currently, 175,80 is the minimum size the windows will allow). You'll just have to do some back and forth between game and editing to find the size you want.

Hope that fixes your problems.
Attached Files
File Type: xml eq2ui_mainhud_impliedtarget.xml (62.2 KB, 343 views)
File Type: xml eq2ui_mainhud_target.xml (61.4 KB, 323 views)
File Type: xml eq2ui_mainhud_player.xml (63.7 KB, 332 views)

Last edited by Loktha : 01-05-2006 at 04:35 PM.
Reply With Quote