• 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.

Need Multiboard.

Status
Not open for further replies.
Level 37
Joined
Aug 6, 2015
Messages
786
Need MultiBoard

Hello Guys, i rly need an multiboard for my map,
MutiBoard need to :
- count nr of untis that are alive for players and ai that are playing
- after player lose, he should be removed from multiboard.
- also if posible to make posibility so i could change the icon and name of player in multiboard.
(will add to credits if someone help me)
 

Ardenian

A

Ardenian

These tutorials explain everything about multiboards:

http://www.hiveworkshop.com/forums/general-mapping-tutorials-278/all-about-multiboards-84942/
http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/multiboards-6402/

1. For units alive, keep track of all units entering playable map area and remove one if it dies, but adding it once it revives.
Alternatively, you could count all units matching condition being alive, but that is performance intense.

2. Re-construct the multiboard based on the tutorial instructions, but leaving out players being defeated.

3. For name, that is a simple string
 
Level 37
Joined
Aug 6, 2015
Messages
786
These tutorials explain everything about multiboards:

http://www.hiveworkshop.com/forums/general-mapping-tutorials-278/all-about-multiboards-84942/
http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/multiboards-6402/

1. For units alive, keep track of all units entering playable map area and remove one if it dies, but adding it once it revives.
Alternatively, you could count all units matching condition being alive, but that is performance intense.

2. Re-construct the multiboard based on the tutorial instructions, but leaving out players being defeated.

3. For name, that is a simple string
if i just had time, for everything. at the moment i work alone on my project, and i can't do everything at once) , so i thought someone will help me and do that system for me.
 
Status
Not open for further replies.
Top