• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How Can I Cover The Entire Map In Grass?

Status
Not open for further replies.
Could you give us more information, or screenshots of the actor for the grass?

There really isn't much to it.

This is how I've tested out the model so far.

JASS:
libNtve_gf_UnitSetVariation(lv_u, "DynamicGrassAgria", lv_i, "");

This function when not given a texture "" uses the models default texture. Even so I have looked for the grass texture and not been able to find it. I'm not sure if maybe my editor is just messed up or something about the grass being dynamic means it normally uses a generated texture... I don't know. The problem is it appears black ingame.

Attached pic related.
 

Attachments

  • Black Grass.png
    Black Grass.png
    2.6 MB · Views: 170
Status
Not open for further replies.
Top