Once again i need ur help, can someone please teach me or show me how to remove all UI frames? i want only to see mini map, icons, character animated face and frame icon, as i said i just want to remove frames from UIs.
if they hide too much you have to open the UI-Editor. GameUI is your game UI, everything in there is on your screen. you have to create your own layouts, reference the frames you wanna hide and set alpha = 100, visible to false or move them offscreen.
there is plenty of stuff here which shows how to use layout files in the first place. now you have everything that's needed to do what you want, you just need to spend some time on it
Hey all!
Once again i need ur help, can someone please teach me or show me how to remove all UI frames? i want only to see mini map, icons, character animated face and frame icon, as i said i just want to remove frames from UIs.
thanks in advance :)
go to triggers and look for hide frames action.
if they hide too much you have to open the UI-Editor. GameUI is your game UI, everything in there is on your screen. you have to create your own layouts, reference the frames you wanna hide and set alpha = 100, visible to false or move them offscreen.
useful ingame : alt + F12
useful here: http://www.sc2mapster.com/paste/7445/
useful out there: http://www.helral.eu/SC2LayoutFrames.html
there is plenty of stuff here which shows how to use layout files in the first place. now you have everything that's needed to do what you want, you just need to spend some time on it
ok bro thanks alot! lets see if i can achieve what i want ^^