• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Sound through walking

Status
Not open for further replies.
Level 25
Joined
Sep 26, 2009
Messages
2,378
You can't do it via triggers, because through triggers you can play only 1 sound at a time.
e.g. if multiple units run, only the first unit (the one which fires the trigger as the first) will play the sound, then no sound will be played until the current sound finishes => it will look horribly in game, random and unrealistic.

The only solution is adding the sound to the model itself - something similar to how missile effects work (the model itself is set up so they play/loop specific sound when in specific animation - e.g. when in "birth" animation, a druid of the talon's missile will play "DruidOfTheTalonMissileLaunch" sound).
The good thing is these sounds are not limited like sounds played via triggers, but the downside is that you have to edit each model and you have to know how to do it.
 
Status
Not open for further replies.
Top