Left 4 Dead 2
ion's Vocalizer
DaddyJragon 5 ABR 2022 a las 13:38
Nick
So, I want to make nick say a word in the swear category of the original radial menu, and I have the sound files. I have been trying to figure out what code I put in for it though.

reactionnegative20.wav

"East"
{
"command" "vocalize PlayerNegativeReaction08"
"text" "~~~~"
}

Line 3 must be the issue because I haven't been able to properly define that sound file.
Please help as soon as you can I have been working at this for hours.
Última edición por DaddyJragon; 5 ABR 2022 a las 13:39
< >
Mostrando 1-7 de 7 comentarios
ion  [desarrollador] 5 ABR 2022 a las 14:01 
Yes, "command" part is the issue. You can't just vocalize any sound file(s), it's not how the game works. You would need to change the talker to accomplish what you want.
DaddyJragon 5 ABR 2022 a las 14:02 
Publicado originalmente por ion:
Yes, "command" part is the issue. You can't just vocalize any sound file(s), it's not how the game works. You would need to change the talker to accomplish what you want.

Could I get some advice/help on how to do this?
Also thank you for you quick response!
Última edición por DaddyJragon; 5 ABR 2022 a las 14:04
ion  [desarrollador] 5 ABR 2022 a las 14:11 
The easiest way would be to change the response for one of Nick's existing "limited use" lines in my vocalizer's custom scripts to this:

scene "scenes/Gambler/ReactionNegative20.vcd"

Also, this discussion post can help you.
Última edición por ion; 5 ABR 2022 a las 14:25
DaddyJragon 5 ABR 2022 a las 14:42 
Publicado originalmente por ion:
The easiest way would be to change the response for one of Nick's existing "limited use" lines in my vocalizer's custom scripts to this:
scene "scenes/Gambler/ReactionNegative20.vcd"

So you are saying there is no way to replace the Swear radial with one of the swears? For example say I want to replace the No radial with Nick vocalizing ONE of his no phrases?
DaddyJragon 5 ABR 2022 a las 14:49 
Publicado originalmente por ion:
The easiest way would be to change the response for one of Nick's existing "limited use" lines in my vocalizer's custom scripts to this:

scene "scenes/Gambler/ReactionNegative20.vcd"

Also, this discussion post can help you.

I think I figured it out!

I will keep you posted!
DaddyJragon 5 ABR 2022 a las 15:15 
Publicado originalmente por ion:
The easiest way would be to change the response for one of Nick's existing "limited use" lines in my vocalizer's custom scripts to this:

scene "scenes/Gambler/ReactionNegative20.vcd"

Also, this discussion post can help you.

That unfortunately did not help. I wish I could figure this out but none of my code seems to be working. I may have to call it quits. I really looked forward to having this work, but it seems as though my code alterations are not adequate. Maybe someday I will ask again or find one already pre-made. I appreciate you for all of the time you have given me! Have a good day!
ion  [desarrollador] 5 ABR 2022 a las 15:22 
Talker is not so easy to understand. But you can study my vocalizer scripts to see how things are done and then make custom changes you want.
< >
Mostrando 1-7 de 7 comentarios
Por página: 1530 50