Left 4 Dead 2

Left 4 Dead 2

43 평점
[VScript] Base Custom Talker
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Game Content: Scripts
파일 크기
게시일
업데이트일
6.462 MB
2025년 7월 19일 오후 6시 05분
2025년 8월 25일 오전 3시 21분
업데이트 노트 16개 (보기)

다운로드 위해 구독하기
[VScript] Base Custom Talker

ChapCanai님의 1 모음집
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  [작성자] 2025년 8월 8일 오후 3시 01분 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 2025년 8월 8일 오전 9시 14분 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]