I have an over the shoulder type view thing going on, with the mouse hidden and not being used. The problem I am coming across, is that the unit being followed by the camera is in the middle of the screen, and almost always has the health bar showing, as if the mouse was hovering over the unit. Is there a way to prevent this from happening (data editor-triggers-etc..)? If at all possible, I would still like to be able to view health bars when hitting the alt button.
Lol triggers are my specialty! In the trigger editor, create a new event "Map Initialization" If there isnt already, and then create a new action "set unit state", and change the Unit to the unit in question, and change the "Highlightable" to "Status Bar" and "On" to "Off"
It should read: Turn "Unit X at Postion BLARGH" Status Bar state Off
To maek it viewable with the alt button, create a new trigger which triggers on the alt button being pressed down, and make it turn the status bar on, and then create a new trigger which triggers on the alt button being pressed up, and make it turn the status bar back off.
If that doesnt make sense then tell me and i suppose i cud just use pictures to explain better lol.
I have an over the shoulder type view thing going on, with the mouse hidden and not being used. The problem I am coming across, is that the unit being followed by the camera is in the middle of the screen, and almost always has the health bar showing, as if the mouse was hovering over the unit. Is there a way to prevent this from happening (data editor-triggers-etc..)? If at all possible, I would still like to be able to view health bars when hitting the alt button.
Lol triggers are my specialty! In the trigger editor, create a new event "Map Initialization" If there isnt already, and then create a new action "set unit state", and change the Unit to the unit in question, and change the "Highlightable" to "Status Bar" and "On" to "Off"
It should read: Turn "Unit X at Postion BLARGH" Status Bar state Off
To maek it viewable with the alt button, create a new trigger which triggers on the alt button being pressed down, and make it turn the status bar on, and then create a new trigger which triggers on the alt button being pressed up, and make it turn the status bar back off.
If that doesnt make sense then tell me and i suppose i cud just use pictures to explain better lol.