#Midnight UI

7 messages · Page 1 of 1 (latest)

wind reef
#

Got everything just where I want it; hidden!

median wren
#

epic

high matrix
#

How do you get the action bars hidden while mounted?

desert halo
#

probably just set to mouseover

wind reef
# high matrix How do you get the action bars hidden while mounted?

I aggressively hide UI elements I'm not using because I want as nice a view as possible. Inspired by, for example, the Skyrim UI. Here's what it looks like in combat.

Player frame only shows when I'm targeting something, in combat, or not at full health. Bars only show when in combat or targeting too. Here's the visibility conditions I use: [petbattle] hide ; [exists] show ; [combat] show ; [vehicleui] show ; hide

#

if you want to toggle in when mounted though (not a bad idea!) the [mounted] tag seems to work

high matrix