Multiple unit voices for single commands
Posted: Mon May 18, 2015 5:29 am
I'll try to articulate this as best as I can. What I'm getting at is if I select a sabre, it plays a specific sound. It only plays that sound. What I'm wondering is, if there is some way to make it a 50-50 chance of playing a different sound. For example, if I gave the sabre two sound files for a goto command it can either play one sound, or the other.
goMsg = "ivtank04.wav/ivtankX.wav"
Lets assume "ivtankX.wav" is the other sound it could potentially play.
Or the chance-per-sound could be split to 33%
goMsg = "ivtank04.wav/ivtankX.wav/ivtankX2.wav"
And it would just go on from there. I just think it would add a bit of variety to be able to give the units more voices.
Also, what are these commands for? They're usually empty in the ODF files.
selectOtherMsg = ""
otherMsg = ""
user1Msg = ""
goMsg = "ivtank04.wav/ivtankX.wav"
Lets assume "ivtankX.wav" is the other sound it could potentially play.
Or the chance-per-sound could be split to 33%
goMsg = "ivtank04.wav/ivtankX.wav/ivtankX2.wav"
And it would just go on from there. I just think it would add a bit of variety to be able to give the units more voices.
Also, what are these commands for? They're usually empty in the ODF files.
selectOtherMsg = ""
otherMsg = ""
user1Msg = ""