Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
16 sonuçtan 1 ile 10 arası gösteriliyor
< 1  2 >
Güncelleme: 25 Ağu @ 3:21
Güncelleyen: ChapCanai

add devlos credits comment

Güncelleme: 5 Ağu @ 6:29
Güncelleyen: ChapCanai

criterias for more voices

Güncelleme: 3 Ağu @ 18:09
Güncelleyen: 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)

Güncelleme: 2 Ağu @ 17:05
Güncelleyen: 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

Güncelleme: 27 Tem @ 23:43
Güncelleyen: ChapCanai

update name based pitch offset

Güncelleme: 25 Tem @ 16:36
Güncelleyen: ChapCanai

merge arcade, mike, and cliffe criterias into one file

Güncelleme: 24 Tem @ 2:30
Güncelleyen: 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)

Güncelleme: 22 Tem @ 5:21
Güncelleyen: ChapCanai

criterias for cliffe

Güncelleme: 21 Tem @ 21:20
Güncelleyen: ChapCanai

criterias for mike

Güncelleme: 21 Tem @ 17:20
Güncelleyen: ChapCanai

check if key in query first, duhhh