• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

enable/disable preselection functionality

Status
Not open for further replies.
Level 7
Joined
Jan 30, 2011
Messages
267
what does this change?
  • Spiel - Deactivate pre-selection functionality (Activate pre-selection circles, life bars, and object info)
i cant see any change ingame
(if you disable the second thing aswell, then there are changes of course)
 
Level 8
Joined
Nov 20, 2011
Messages
202
Well the native which is used is: EnablePreSelect takesboolean state, boolean ui
I tested it a lot. The main problem is that the is buggy. You can't undo each change the native did.
The first boolean has no real effect. Just the second boolean can achieve some changes:
- No hp bars
- No selection circle if you move you mouse over an unit
- No hero information if you move your mouse over a hero
 
Level 7
Joined
Jan 30, 2011
Messages
267
@jonhysone: these are the changes that i mentioned in brackets, they only occur if the second boolean is also "false"
@crigges: thanks, that solves it ;)
 
Level 7
Joined
Jan 30, 2011
Messages
267
When I do dummies, then I make sure they disappear fast upon dying.
To set the duration I use health.
Basically the duration is the amount of health in seconds, as I always set the life regeneration to -1 on dummies.

are you sure you posted into the correct thread?
 
Status
Not open for further replies.
Top