-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sound replacement file doesn't replace sounds from sentences.txt? #8
Comments
Sound replcacement currently works only with sounds, not sentences. Yep, you're supposed to provide both a custom speech prefix and sound replacement file for talking monsters. Regarding female scientists still screaming male pain sounds - did you use the sound replacement file from the sample mod or write the one by yourself? |
^ I listed all the file names of the female scientists (they're a subset of all the regular scientists' voicelines), then duped that list so that if the female scientist has the file, the regular scientist's files maps to it. This is on the assumption that all sounds are translated including those from sentences.txt. Even if that's not the case at least a subset of that list like the pain sounds will be used. tbf I did made an assumption that the female scientist voice pack didn't omit any sound files that aren't scripted. I have checked them now and confirmed they didn't omit any. |
I don't know what voice pack you're referring to.
For scream/fear sentences they use If you provide the custom Speech Prefix, the monster won't use the original sentence groups. If you defined the sentence groups for the custom speech prefix, could you post it here? Could you detect what exact sound or sentence is playing in male version? Also, the model itself might use sounds and sentences in animation events. The original scientist model does it only in scripted animations. |
I'm swapping some of monster_scientist with female scientists. I was hoping that mapping every female scientist's sound files with a female version in a separate folder in a sound replacement file was enough, but instead all scripted sentences remain as original. I had to resort to duplicating every scientist sentence ids with a female version, and specify sentence prefix as well as sound replacement file.
Just raising this issue for clarification if this is a bug or just replicating the way the equivalent in sohl/sc works.
Also, sound replacement sometimes fail and my female scientists sometimes still scream male pain sounds.
The text was updated successfully, but these errors were encountered: