Open CoolLKKPS opened 7 months ago
Fixed for 4 player lobbies in the recent update, over 4 would be a bit difficult to do
TZP voice change doesn’t work for me either on v56 with the most recent morecompany version and just two people in the lobby.
TZP voice change doesn’t work for me either on v56 with the most recent morecompany version and just two people in the lobby.
It's not based on how many people are in the lobby, the actual player limit needs to be set to 4
Confirmed that setting crew size to 4 fixes tzp voice for me! Thank you.
Any reason for this not using AudioSource.pitch
just like the code that handles volume using AudioSource.volume
?
The voice chat overrides the pitch as stated here https://placeholder-software.co.uk/dissonance/docs/Tutorials/Playback-Prefab.html#prefab-components
Ah I see, at that point you'd have to patch dissonance if you'd want to achieve the desired result. Not wanting to do that is understandable.
EDIT: I tried doing this just to see what would happen. The answer is: nothing. The reason Dissonance forces the pitch to be 1, is not because it wants to, but because changing the pitch literally has no effect.
same as topic