Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
16개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 8월 25일 오전 3시 21분
작성자: ChapCanai

add devlos credits comment

업데이트: 2025년 8월 5일 오전 6시 29분
작성자: ChapCanai

criterias for more voices

업데이트: 2025년 8월 3일 오후 6시 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)

업데이트: 2025년 8월 2일 오후 5시 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

업데이트: 2025년 7월 27일 오후 11시 43분
작성자: ChapCanai

update name based pitch offset

업데이트: 2025년 7월 25일 오후 4시 36분
작성자: ChapCanai

merge arcade, mike, and cliffe criterias into one file

업데이트: 2025년 7월 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)

업데이트: 2025년 7월 22일 오전 5시 21분
작성자: ChapCanai

criterias for cliffe

업데이트: 2025년 7월 21일 오후 9시 20분
작성자: ChapCanai

criterias for mike

업데이트: 2025년 7월 21일 오후 5시 20분
작성자: ChapCanai

check if key in query first, duhhh