I tried to read tutorials to avoid asking here but it seams most of the layout tutorials here are offline!? I want to acchieve the following two things and I hope somebody can help me:
Hide hotkeys for inventory buttons above the command card (its enough to just not display them, as it looks dump :-D
Remvove the "select army units" and "idle workers" button above the mini map.
Would be great if someone could point me the right direction of better: offer a short tutorial, as I am totally new to layouting.
you can add an image via layout files to any item slot. just add a new frame of type image to the parent container and then hook it with triggers and set the image. if hiding tooltips with alpha= 100 or visible=false doesn't work you still should be able to move it out of the window with an high offset.
i was wrong, you cannot hide the hotkey. as it is part of a template without name to access it. there are nice tutorials about layout files and how to add an image to an already existing frame. here
I must confess I'm kind of dumb in this case. I cant figure out what frame to use or to be more precise: I cant find out the syntax. I just create a new layout file and put the text in... thats it?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi,
I tried to read tutorials to avoid asking here but it seams most of the layout tutorials here are offline!? I want to acchieve the following two things and I hope somebody can help me:
Would be great if someone could point me the right direction of better: offer a short tutorial, as I am totally new to layouting.
For the second point: I solved it myself - hidable via triggers (dont know why i didnt see them).
What I still could not figure out:
@Freddy2287: Go
you can add an image via layout files to any item slot. just add a new frame of type image to the parent container and then hook it with triggers and set the image. if hiding tooltips with alpha= 100 or visible=false doesn't work you still should be able to move it out of the window with an high offset.
Is it also possible to add an image to the inventory container and not to the individual slots?
I have nearly no experience with layout files - can you give me an example for hiding the hotkey and adding an image to slots and containers? :)
@Freddy2287: Go
i was wrong, you cannot hide the hotkey. as it is part of a template without name to access it. there are nice tutorials about layout files and how to add an image to an already existing frame. here
I must confess I'm kind of dumb in this case. I cant figure out what frame to use or to be more precise: I cant find out the syntax. I just create a new layout file and put the text in... thats it?