Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
目前顯示第 1-10 項,共 16 項
< 1  2 >
更新:8 月 25 日 @ 上午 3:21

add devlos credits comment

更新:8 月 5 日 @ 上午 6:29

criterias for more voices

更新:8 月 3 日 @ 下午 6: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)

更新:8 月 2 日 @ 下午 5: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

更新:7 月 27 日 @ 下午 11:43

update name based pitch offset

更新:7 月 25 日 @ 下午 4:36

merge arcade, mike, and cliffe criterias into one file

更新:7 月 24 日 @ 上午 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)

更新:7 月 22 日 @ 上午 5:21

criterias for cliffe

更新:7 月 21 日 @ 下午 9:20

criterias for mike

更新:7 月 21 日 @ 下午 5:20

check if key in query first, duhhh