Left 4 Dead 2

Left 4 Dead 2

[VScript Talker] Yusuke Kudo Voice
Showing 1-10 of 10 entries
Update: 25 Aug @ 3:51am

a different way to include scripts

Update: 2 Aug @ 5:08pm

Some code refactoring for DRY principle
And deep cloning for instancing 'custom talker base'
Also now using templates for vanilla responses, so that other custom talkers wont have to regenerate all responses again

Update: 27 Jul @ 11:48pm

added model based pitch offset

Update: 21 Jul @ 5:08am

oops forgot a rename

Update: 21 Jul @ 4:43am

settings for volume, soundlevel, and pitch
fix some criterias

Update: 21 Jul @ 12:33am

putting the rules in local scope

Update: 20 Jul @ 5:37pm

temporarily disable bot attention response, cus he keeps spamming "Ready?"

Update: 20 Jul @ 5:19pm

Made some criterias case sensitive so that it wont break L4B2 ai vocal commands
eg:
["concept", "playerleadon"],
["concept", "PlayerLeadOn"],

Update: 19 Jul @ 6:03pm

Separated resuable code into Base custom talker

Added predelays using invoke method

Update: 19 Jul @ 5:09am