Lipsync not working due to wrong ModPlayVoiceLS
character number
#36
Labels
bug
Something isn't working
ModPlayVoiceLS
character number
#36
It was reported that in a scene involving Tomita and Okamura, lipsycn was not working for those characters (but some other characters like Rena worked fine).
I investigated it, and it looks like the script just has the wrong character number for
ModPlayVoiceLS
, so even though the voice plays, it doesn't animate the lipsync.In the below example, Tomita has character number 24, but ModPlayVoiceLS uses character number 0. Since they don't match, no lipsync occurs.
minagoroshi/Update/_mina_013.txt
Lines 466 to 478 in 2e2b12d
I'm not sure how much this occurs through our scripts, but it should be something relatively easy to scan for obvious cases (like reference a character who never appears in a file), but slightly harder to scan for cases where a character used to be in the scene but is no longer visible.
Also, the DLL does not emit any warning if this happens, which we probably should do.
The text was updated successfully, but these errors were encountered: