EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-15-2006, 06:23 PM
Rhyssa6 Rhyssa6 is offline
A Young Mystail Rat
 
Join Date: Sep 2006
Server: Antonia Bayle
Posts: 4
Default Hotkey Button Labels

Does anyone know how to get rid of these since the EoF patch? I knew how to delete them before the patch but the xml file doesn't seem to list the labels anywhere now so that I can delete them. Are they now in a different file? For everything else I can wait for one of you experts to get a new ui working, but these labels drive me nuts.
Reply With Quote
  #2  
Unread 11-15-2006, 06:32 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

They are hardcoded can not be removed. Yes, I want them gone as well, or atleast and OPTION to turn them off like the bank selector.
Reply With Quote
  #3  
Unread 11-16-2006, 02:14 PM
texwood texwood is offline
A Coastal Crab
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 1
Default

Try this. Author unknown.
Attached Files
File Type: xml eq2ui_mainhud_hotkey.xml (2.2 KB, 489 views)
Reply With Quote
  #4  
Unread 11-16-2006, 05:07 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

As stated in another thread, the best way to rid the hotkey labels is to go into your EQ2 Options and under Control delete all Hotkey assignments. It works!
Reply With Quote
  #5  
Unread 11-16-2006, 08:52 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Default

Unless you actually want to have keybindings for your hotkeys.
Reply With Quote
  #6  
Unread 11-16-2006, 10:27 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Quote:
Originally Posted by depechenode
They are hardcoded can not be removed. Yes, I want them gone as well, or atleast and OPTION to turn them off like the bank selector.
then I restate my previous statement because yeah maybe I want to assign keys as well, which I DO but without those nasty labels!!!
Reply With Quote
  #7  
Unread 11-16-2006, 11:29 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Default

Indeed.

I have personally found that removing the Font reference in the IconBank section of the xml works better than living without the keybinds. Since I hate using my mouse for everything I really depend on those keybinds for a lot. I can live without the item count text for the time being so I don't have to have the cluttered text all over the hotbars.

It also seems that when you reduce the size of the icons the text doesn't do the same so you end up with huge overlapping text on smaller icons. It just doesn't work well.

They really need to add this option in the game itself as a final solution.
Reply With Quote
  #8  
Unread 11-18-2006, 05:01 PM
mortis42's Avatar
mortis42 mortis42 is offline
A Mist Grinnin
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Antonia Bayle
Posts: 76
Default

I was playing around with the default hotkey window, and changed the "TextMargin" in the IconBank to 50,50,50,50 and it appears to have moved the labels out of site on the icons.

Code:
<?xml version="1.0" encoding="utf-8"?><Page BackgroundColor="#00FF00" clientmarginFrame="10,10,5,10" clientmarginNone="10,10,5,10" eq2usescomwndcontrols="true" Location="60,707" MaximumSize="1024,1024" MinimumSize="70,60" Name="Hotkey" PackLocation="left,bottom" PackLocationProp="0060/0001,-061/0001" ScrollExtent="544,62" Size="544,62" UserMovable="true" UserResizable="true" version="2.0" version_note="Replaced volume page continaing icons with iconbank">
<Page AbsorbsInput="false" Location="9,10" Name="BankPage" ScrollExtent="21,43" Size="21,43">
<Button LocalText="Up" LocalTooltip="Next Bank" Location="3,0" Name="UpArrow" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.arrow_up" Tooltip=":b7d61af6b99ebb95:Next Bank">:b7d61af629ef352d:Up</Button>
<Text AbsorbsInput="false" Color="#F0D0A0" Font="/TextStyles.Normal.NormalStyle" LocalText="6" Location="0,14" Name="CurrentBank" ScrollExtent="23,18" ShadowStyle="/ShadowStylesNew.Outline.style" Size="23,18" TextAlignment="Center" UserMovable="true" UserResizable="true">:b7d61af6e24785eb_1:6</Text>
<Button LocalText="Dn" LocalTooltip="Previous Bank" Location="3,28" Name="DownArrow" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.arrow_down" Tooltip=":b7d61af6404eacdc:Previous Bank">:b7d61af680392b5e:Dn</Button>
</Page>
<IconBank BackgroundOpacity="1.000" Dragable="true" Font="/TextStyles.Normal.NormalStyle" FrameColor="#B5935A" IconStyle="/IconStyles.button" Location="29,10" Name="Icons" PackSize="a,a" PackSizeProp="0039/0001,0019/0001" RenderLabel="false" RenderFrame="true" ScrollExtent="505,43" Size="505,43" TextColor="#FFFFFF" TextMargin="50,50,50,50" TreatAsButton="true"/>
<Page AbsorbsInput="false" Name="WindowFrame" PackSize="a,a" PackSizeProp="0000/0001,0000/0001" ScrollExtent="544,62" Size="544,62">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackSize="a,a" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="544,62" Size="544,62"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Bkg" PackSize="a,a" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.DesktopWindowFrame.data.bkg.rect" ScrollExtent="544,62" Size="544,62"/>
</Page>
</Page>
__________________
Thist

Last edited by mortis42 : 11-18-2006 at 05:07 PM.
Reply With Quote
  #9  
Unread 11-18-2006, 05:09 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

What about charge counter on the icons, they are moved as well out of sight?
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
Forum Jump


All times are GMT -5. The time now is 06:10 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI