• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

How do I add new types of unit vocal responses?

Status
Not open for further replies.
Level 28
Joined
Apr 6, 2010
Messages
3,108
I'm replacing a hero unit (Uther)'s voicelines with lines from a different game. However, the Uther soundset lacks a line for when he's just been trained (as with all RoC heroes).

How do I add a "Ready" line to the soundset to get the game to play a "Ready" line on character creation? I guess it can be artificially done with triggers, but increasing the soundset seems more logical to me.

And same question for adding/removing lines for other responses (attack, move, warcry etc.).
 

deepstrasz

Map Reviewer
Level 70
Joined
Jun 4, 2009
Messages
18,967
However, the Uther soundset lacks a line for when he's just been trained
replace the Paladin's?

The World Editor currently doesn't have a soundset editor. You can only replace existing sound files, not remove any or add any.

Yeah, you could do it through triggers instead but it's going to be annoying.
 
Level 29
Joined
Feb 18, 2014
Messages
3,581
How do I add a "Ready" line to the soundset to get the game to play a "Ready" line on character creation? I guess it can be artificially done with triggers, but increasing the soundset seems more logical to me.
Either find another unit soundset that has the "Ready" soundset like Paladin or Mountain King and replace it with those new voicelines or simply use triggers which is more easier imo.
And same question for adding/removing lines for other responses (attack, move, warcry etc.).
You can manually add new sound responses to a unit that don't have them but only with triggers or using a different unit soundset, removing a unit's current voicelines can only be done by importing a mute sound to replace them.
 
Status
Not open for further replies.
Top