Left 4 Dead 2

Left 4 Dead 2

46 lượt đánh giá
[VScript] Base Custom Talker
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Game Content: Scripts
Kích cỡ file
Đã đăng
Đã cập nhật
6.462 MB
19 Thg07 @ 6:05pm
25 Thg08 @ 3:21am
16 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
[VScript] Base Custom Talker

Trong 1 bộ sưu tập tạo bởi ChapCanai
Custom Survivor Takeover Collection
91 vật phẩm
Mô tả
The code that is reused by the VScript talkers I upload.

There's an ems cfg at:
"Left 4 Dead 2\left4dead2\ems\custom_talker\settings.cfg"

It's a setting for name based pitch offset, so different 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)

Credits:
2 bình luận
ChapCanai  [tác giả] 8 Thg08 @ 3:01pm 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 8 Thg08 @ 9:14am 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]