Left 4 Dead 2

Left 4 Dead 2

[VScript] Base Custom Talker
Hiển thị 1-10 trong 16 mục
< 1  2 >
Cập nhật: 25 Thg08 @ 3:21am
bởi ChapCanai

add devlos credits comment

Cập nhật: 5 Thg08 @ 6:29am
bởi ChapCanai

criterias for more voices

Cập nhật: 3 Thg08 @ 6:09pm
bởi 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)

Cập nhật: 2 Thg08 @ 5:05pm
bởi 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

Cập nhật: 27 Thg07 @ 11:43pm
bởi ChapCanai

update name based pitch offset

Cập nhật: 25 Thg07 @ 4:36pm
bởi ChapCanai

merge arcade, mike, and cliffe criterias into one file

Cập nhật: 24 Thg07 @ 2:30am
bởi 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)

Cập nhật: 22 Thg07 @ 5:21am
bởi ChapCanai

criterias for cliffe

Cập nhật: 21 Thg07 @ 9:20pm
bởi ChapCanai

criterias for mike

Cập nhật: 21 Thg07 @ 5:20pm
bởi ChapCanai

check if key in query first, duhhh