• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Moving Button Info up

Status
Not open for further replies.
Level 9
Joined
Dec 21, 2006
Messages
490
hi, is there any known way to move the button info frame in any direction?
if you dont know which frame i mean, i mean that box that appears hovering over an icon, for example an skill

cannot find anything in game data

-----edit-----

ok i managed to use custom sc2layoutfile BUT any offset is an absolute value which means any1 else than me will have a messed screen. any solutions to this?

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type='CommandPanel' name='GameUI/UIContainer/ConsoleUIContainer/CommandPanel' file='GameUI'>
<Frame type="CommandTooltip" name="CommandTooltip">
<Anchor side="Bottom" relative="$parent" pos="Mid" offset="270"/>
<Anchor side="Top" relative="$this" pos="Min" offset="0"/>
<Width val="291"/>
<Height val="286"/>
</Frame>
</Frame>
</Desc>
 
Last edited:

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
Maybe changing where the frame gets anchored to would be enough to acomplish what you are after. Also remember that display resolution effects offsets very little now that most people have some form of HD display so changes might not mess up the large majoritory of resolutions.
 
Status
Not open for further replies.
Top