Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
正在显示第 1 - 10 项,共 16 项条目
< 1  2 >
更新于:8 月 25 日 上午 3:21
作者:ChapCanai

add devlos credits comment

更新于:8 月 5 日 上午 6:29
作者:ChapCanai

criterias for more voices

更新于:8 月 3 日 下午 6:09
作者:ChapCanai

temp disable parsing sounds table cfg to see if its the cause of a rare bug
(twas indeed the cause of "unable to write out cfg" rare bug thingy idk)

更新于:8 月 2 日 下午 5:05
作者:ChapCanai

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

更新于:7 月 27 日 下午 11:43
作者:ChapCanai

update name based pitch offset

更新于:7 月 25 日 下午 4:36
作者:ChapCanai

merge arcade, mike, and cliffe criterias into one file

更新于:7 月 24 日 上午 2:30
作者:ChapCanai

Setting for changing pitch based on name
So characters can use the same voice but have different pitch

For example:
Jeff and Annie could use the same Counter Strike voice but with this:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]
To make Jeff's voice lower, and Annie's voice higher (sounds more like a chipmunk than a female version tho)

更新于:7 月 22 日 上午 5:21
作者:ChapCanai

criterias for cliffe

更新于:7 月 21 日 下午 9:20
作者:ChapCanai

criterias for mike

更新于:7 月 21 日 下午 5:20
作者:ChapCanai

check if key in query first, duhhh