|
|
JimmyCarter 11-24-2002, 02:31 PM Yah, so this is my first attempt at a voice script and I need a little bit of help with the voices.
addPlayChat("rRAPE!", "RAPE!", ~wdeath);
This should work right (global chat)?
Also, what are the other nonstandard voice that are included with tribes. I know that there are some, but I just can't find them. A few scripts have them, but I can't find them and no one will send one to me to look at. You know what I'm talking about, the different "Hey" and "I have the enemy flag, heading back to our base" voices. Any help given will be greatly appreciated. Thanks.
:computer:
Foodey 11-24-2002, 02:40 PM Its true but
the sound are all -w
addPlayChat("rRAPE!", "RAPE!", ~wdeath);
to
addPlayChat("rRAPE!", "RAPE!", ~death);
take a look at vikingpack (viking//chat.cs)
JimmyCarter 11-24-2002, 02:43 PM I'm sorry; I'm not seeing what you're saying. Can you be more explicit? Any other ideas from the scripting community?
PuwWuw 11-24-2002, 03:39 PM what are you trying to do, bind the message to a key or add it to your chatmenu?
JimmyCarter 11-24-2002, 03:41 PM I know how to do that. What I'm asking for are the sound files of the rumored "hidden" sounds. If you know this or know that this is a false rumor then please help. Thanks.
PuwWuw 11-24-2002, 03:46 PM yes there are some funky sonds that were left in. unvol the voices volume and test each file.
·liquid· 11-24-2002, 03:57 PM To add entries to the v menu:
addPlayChat("rRAPE!", "RAPE!", death);
And here are all the 'secret' voices:
deseqip
depobj
depapad
doh
flgtkn2
goto
isbclr
offflg
oops
watchsh
wshoot
death
Note: The death voice will only work in male5, female2, female3 and female5
T2-T1 11-24-2002, 04:19 PM what do they say?
JimmyCarter 11-24-2002, 05:04 PM Originally posted by ·liquid·
To add entries to the v menu:
addPlayChat("rRAPE!", "RAPE!", death);
And here are all the 'secret' voices:
deseqip
depobj
depapad
doh
flgtkn2
goto
isbclr
offflg
oops
watchsh
wshoot
death
Note: The death voice will only work in male5, female2, female3 and female5
edit: Are these supposed to work with all voices (the exception being death)?
·liquid· 11-24-2002, 06:25 PM Yep.
random 11-24-2002, 06:35 PM no
those will only work with male1/female1
Hindsight 11-24-2002, 10:00 PM Originally posted by JimmyCarter
Yah, so this is my first attempt at a voice script and I need a little bit of help with the voices.
addPlayChat("rRAPE!", "RAPE!", ~wdeath);
This should work right (global chat)?
Also, what are the other nonstandard voice that are included with tribes. I know that there are some, but I just can't find them. A few scripts have them, but I can't find them and no one will send one to me to look at. You know what I'm talking about, the different "Hey" and "I have the enemy flag, heading back to our base" voices. Any help given will be greatly appreciated. Thanks.
:computer: Pm me in irc Jimmy ive done at least 5 vp's. I can help you if you need it.
|
|