I'm having trouble finding what to use to hide the health and energy bars that are displayed when you hover your mouse over a unit. Is there a simple awnser to this?
I'll have to do this for every unit? Is there an option to disable the status bars completely?
I'm perfectly capable of performing the task, but I'd rather save the memory where I can/use an easier option. Either way thanks, that info is what I needed to at least get started.
To elaborate, its under the actor for unit, not the unit itself, it has 6 check box to check for,called status flag bar or smt like that.
They are life/enrgy/shield/progress/duration/cargo.
I'm having trouble finding what to use to hide the health and energy bars that are displayed when you hover your mouse over a unit. Is there a simple awnser to this?
You can use the trigger action "Set unit state" and select "status bar" state off.
@DrakenStark: Go
I'll have to do this for every unit? Is there an option to disable the status bars completely?
I'm perfectly capable of performing the task, but I'd rather save the memory where I can/use an easier option. Either way thanks, that info is what I needed to at least get started.
You can disable it in the data editor too. Still have to do it for every unit though. I'd probably do it the trigger way too.
@Berrala: Go
To elaborate, its under the actor for unit, not the unit itself, it has 6 check box to check for,called status flag bar or smt like that. They are life/enrgy/shield/progress/duration/cargo.
Yeah, that sounds familiar. Didn't remember exactly where I found it when i played around with it at home.
@progammer: Go
Sweet! Nice info and thanks for the help.