• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[General] Can i change the unit answer rate?

Status
Not open for further replies.
Level 5
Joined
Mar 16, 2013
Messages
108
Hello hive! I was wondering if there is a way to change the rate units answer to player orders. Its kinda anoying that they talks everytime i click and i wanted to change that, if possible.

Thanks for reading!
 
no idea how to actually do what you want, that's pretty deep in the game mechanics, but if this is for some kind of RPG where there wont be many available units (for something with many different unit types this would be pretty painful to implicate) you could use this workaround:

create a custom soundset (aka rewrite one of the game ones) where each type of sound also has a few alternate sounds (walk2,pissed2 etc' )that have blank sounds that you upload, or just pretty unnoticeable sounds from the game. this will lower the amount of times you hear the units talking.
 
Additionally, you can trigger it all yourself. Give the unit no voice by default and then trigger the responses.

Obviously not a good solution if you want to do this on a grand scale. But if you want to mute a single hero then this would be more reasonable.
 
If going the custom sound route you can append silence onto the end of the tracks to extend their duration. Only 1 order response sound for a unit can be playing at a time so by extending its duration you can limit the rate at which they are repeated. This silence should compress very well so should not significantly raise the compressed size of the track.
Additionally, you can trigger it all yourself. Give the unit no voice by default and then trigger the responses.
This might suffer from network latency which would give a laggy and unpolished feel to the sounds. Similar to triggered keyboard input controlling aspects of gameplay.
 
no idea how to actually do what you want, that's pretty deep in the game mechanics, but if this is for some kind of RPG where there wont be many available units (for something with many different unit types this would be pretty painful to implicate) you could use this workaround:

create a custom soundset (aka rewrite one of the game ones) where each type of sound also has a few alternate sounds (walk2,pissed2 etc' )that have blank sounds that you upload, or just pretty unnoticeable sounds from the game. this will lower the amount of times you hear the units talking.
yes, I contemplated that idea, but if i replace an existing voice im limited a few number of sound files. Thanks anyway <3
 
If going the custom sound route you can append silence onto the end of the tracks to extend their duration. Only 1 order response sound for a unit can be playing at a time so by extending its duration you can limit the rate at which they are repeated. This silence should compress very well so should not significantly raise the compressed size of the track.

This might suffer from network latency which would give a laggy and unpolished feel to the sounds. Similar to triggered keyboard input controlling aspects of gameplay.
that will cause dc between players? :0
 
Status
Not open for further replies.
Back
Top