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

[General] CAn I add etherel effect without ethereal form?

Status
Not open for further replies.
Level 28
Joined
Sep 26, 2009
Messages
2,520
You cannot make the change fluidly though. The action above just sets the transparency and colors to the set amount. So there's no nicely looking change from solid-looking model into half-transparent one... to do that requires a trigger that fires periodically (e.g. every 0.03 second) and change the values little every time (e.g. by 3%). That will make the change fluid.

The three fields before the transparency are for setting unit's RGB (Red/Green/Blue) values. When all are at 100%, the unit has normal coloring.
Since you want to make it more green, set the values R and B into ~80% while leaving the G value at 100%. You can play with the values as you want to find the coloring you like.
 
Status
Not open for further replies.
Top