07th-mod / umineko-question

93 stars 9 forks source link

Delayed text,while audio is playing #86

Closed newby24 closed 6 years ago

newby24 commented 6 years ago

I had encountered a small bug, which consists of audio being played 2 or 3s before the text corresponding to that audio, shows up.

it is the line: W-w-what? Y-Y-you're joking, right?

Line numbers 50305 -50307

script](https://user-images.githubusercontent.com/36610110/36457612-3acef2b2-16ab-11e8-92ab-303fb64f4772.jpg) I am attaching screenshot of the scene as well script

drojf commented 6 years ago

I think this is the same issue as: https://github.com/07th-mod/umineko-answer/issues/11...we must have forgotten to update the question arcs. Since you know how to edit the script, try changing the !s0 to !s1 on those lines and see if it fixes the problem (I haven't tested it yet).

I guess later i'll run my replacer script which should fix this.

newby24 commented 6 years ago

That fixes it. Thank you.

drojf commented 6 years ago

cool, don't go fixiing it manually, I'll apply the patch to ep1-4 soon

drojf commented 6 years ago

Ok i've applied the fix. I think you can get the changes by doing git rebase master but maybe talk to me on discord to sort things out.