Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
Viser 1–10 av 16 bidrag
< 1  2 >
Oppdatering: 25. aug. @ 3.21

add devlos credits comment

Oppdatering: 5. aug. @ 6.29

criterias for more voices

Oppdatering: 3. aug. @ 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)

Oppdatering: 2. aug. @ 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

Oppdatering: 27. juli @ 23.43

update name based pitch offset

Oppdatering: 25. juli @ 16.36

merge arcade, mike, and cliffe criterias into one file

Oppdatering: 24. juli @ 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)

Oppdatering: 22. juli @ 5.21

criterias for cliffe

Oppdatering: 21. juli @ 21.20

criterias for mike

Oppdatering: 21. juli @ 17.20

check if key in query first, duhhh