• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

help.

Status
Not open for further replies.
Cant you just use GetLocalPlayer() == Player(x) and then chance vertex colloring of doodads ?

No, doodads / destructables are not able to change their vertex coloring ingame.

btw you know how to make a multiboard there is only showed for one player ?
Sure,
use the hide multiboard action.

And when showing, just do as this:
JASS:
If GetLocalPlayer() = Player(x) then
   call DisplayMultiboard(m, true)
endif

Its just but I hope you get it.
 
No, doodads / destructables are not able to change their vertex coloring ingame.


Sure,
use the hide multiboard action.

And when showing, just do as this:
JASS:
If GetLocalPlayer() = Player(x) then
   call DisplayMultiboard(m, true)
endif

Its just but I hope you get it.

ty just one last question (or i hope so) can you change the size of the images/text in the multiboaeds ?
 
The problem with changing all trees into units is that most of the trees will lose their texture and become white. So there really is not other way than using that method which is described in the link I gave or export all the models from wc3 and then importing them into wc3 again with textures on and then make units which uses those models.
 
Status
Not open for further replies.
Back
Top