Left 4 Dead 2
[VScript] Base Custom Talker
1–10 из 16
< 1  2 >
Обновление: 25 авг в 3:21
автор: ChapCanai

add devlos credits comment

Обновление: 5 авг в 6:29
автор: ChapCanai

criterias for more voices

Обновление: 3 авг в 18: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)

Обновление: 2 авг в 17: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

Обновление: 27 июл в 23:43
автор: ChapCanai

update name based pitch offset

Обновление: 25 июл в 16:36
автор: ChapCanai

merge arcade, mike, and cliffe criterias into one file

Обновление: 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)

Обновление: 22 июл в 5:21
автор: ChapCanai

criterias for cliffe

Обновление: 21 июл в 21:20
автор: ChapCanai

criterias for mike

Обновление: 21 июл в 17:20
автор: ChapCanai

check if key in query first, duhhh