Left 4 Dead 2

Left 4 Dead 2

39 hodnocení
[VScript] Base Custom Talker
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Game Content: Scripts
Velikost souboru
Přidáno
Aktualizováno
6.462 MB
19. čvc. v 18.05
25. srp. v 3.21
Poznámky ke změnám (16) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
[VScript] Base Custom Talker

V 1 kolekci od uživatele ChapCanai
Custom Survivor Takeover Collection
89 položek
Popis
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:
Počet komentářů: 2
ChapCanai  [autor] 8. srp. v 15.01 
Left 4 Dead 2\left4dead2\ems\custom_talker
Aurelíos 8. srp. v 9.14 
where exactly do i add this?.:
pitch_offsets_names = ["Jeff", "Annie"]
pitch_offsets = [-15, 50]