Left 4 Dead 2
40 คะแนน
[VScript] Base Custom Talker
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Game Content: Scripts
ขนาดไฟล์
โพสต์
อัปเดต
6.462 MB
19 ก.ค. @ 6: 05pm
25 ส.ค. @ 3: 21am
16 หมายเหตุการเปลี่ยนแปลง ( ดู )

สมัครสมาชิกเพื่อดาวน์โหลด
[VScript] Base Custom Talker

อยู่ใน 1 ชุดสะสม โดย ChapCanai
Custom Survivor Takeover Collection
89 รายการ
คำอธิบาย
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 ส.ค. @ 3: 01pm 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 8 ส.ค. @ 9: 14am 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]