Page 1 of 1

New Voicetype

Posted: Tue Feb 27, 2007 5:19 pm
by Salombo
Hello
Is it possible to add a new voicetype ( taunts/statements etc ...) with AA.
Right now there are axis1 to 5 and pilot ranger army sas etc ... I'd like to add a british russian and italian set.

Tried adding a set to the uberdialogue without success.
The only way it worked was by replacing an existing set with the new sound files.

Are those voicetypes ( axis 1 2 etc...) hardcoded or is there a script required. I read that MPowell1944 was working on a mod like this a while back. Was it completed? https://map.moh-central.net/forum/viewtopi ... ight=taunt

Thank you for your help

Posted: Wed Feb 28, 2007 5:23 pm
by jv_map
Unfortunately the voicetypes are hardcoded :( - afaik you cannot add one.

Posted: Thu Mar 01, 2007 12:40 am
by Salombo
I had the feeling it would be something like this :cry:
Thanks for the reply !

Even by adding something like:

main:

if(self.model == models/player/allied_manon.tik)
self playsound manon_taunt
else
self playsound player_newtaunt

end

I know :roll: I'm pushing my luck here :D

Regards