Left 4 Dead 2
46 оценки
[VScript] Base Custom Talker
   
Награда
Добавяне към любими
В любими
Премахване от любими
Game Content: Scripts
Размер на файла
Публикуван на
Обновен на
6.462 MB
19 юли в 18:05
25 авг. в 3:21
16 бележки за промени ( преглед )

Абониране, за да се свали
[VScript] Base Custom Talker

В 1 колекция от ChapCanai
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 авг. в 15:01 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 8 авг. в 9:14 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]