Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
Zobrazuje se 1–10 z 16 položek
< 1  2 >
Aktualizace: 25. srp. v 3.21
provedl ChapCanai

add devlos credits comment

Aktualizace: 5. srp. v 6.29
provedl ChapCanai

criterias for more voices

Aktualizace: 3. srp. v 18.09
provedl 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)

Aktualizace: 2. srp. v 17.05
provedl 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

Aktualizace: 27. čvc. v 23.43
provedl ChapCanai

update name based pitch offset

Aktualizace: 25. čvc. v 16.36
provedl ChapCanai

merge arcade, mike, and cliffe criterias into one file

Aktualizace: 24. čvc. v 2.30
provedl 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)

Aktualizace: 22. čvc. v 5.21
provedl ChapCanai

criterias for cliffe

Aktualizace: 21. čvc. v 21.20
provedl ChapCanai

criterias for mike

Aktualizace: 21. čvc. v 17.20
provedl ChapCanai

check if key in query first, duhhh