Left 4 Dead 2

Left 4 Dead 2

46 个评价
[VScript] Base Custom Talker
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts
文件大小
发表于
更新日期
6.462 MB
7 月 19 日 下午 6:05
8 月 25 日 上午 3:21
16 项改动说明 ( 查看 )

订阅以下载
[VScript] Base Custom Talker

在 ChapCanai 的 1 个合集中
Custom Survivor Takeover Collection
91 件物品
描述
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 条留言
ChapCanai  [作者] 8 月 8 日 下午 3:01 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 8 月 8 日 上午 9:14 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]