Left 4 Dead 2
[VScript] Base Custom Talker
Mostrando 1-10 de 16 aportaciones
< 1  2 >
Actualización: 25 AGO a las 3:21

add devlos credits comment

Actualización: 5 AGO a las 6:29

criterias for more voices

Actualización: 3 AGO a las 18:09

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)

Actualización: 2 AGO a las 17:05

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

Actualización: 27 JUL a las 23:43

update name based pitch offset

Actualización: 25 JUL a las 16:36

merge arcade, mike, and cliffe criterias into one file

Actualización: 24 JUL a las 2:30

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)

Actualización: 22 JUL a las 5:21

criterias for cliffe

Actualización: 21 JUL a las 21:20

criterias for mike

Actualización: 21 JUL a las 17:20

check if key in query first, duhhh