07th-mod / umineko-question

93 stars 9 forks source link

Credits for EP3 don't trigger #49

Closed Yugikun closed 6 years ago

Yugikun commented 7 years ago

Hi again. I was able to play to the end of episode 3, but right before the credits at the end (with the cast and when they died), the game just cuts to a blank screen with Dread of the Grave playing, where nothing happens. I can just skip to the next episode, but I would like to be able to complete the episode for myself (so that I can get the steam achievement, among other things). Is there a way that I can fix this issue?

DoctorDiablo commented 7 years ago

That's really weird, it's working for me. Can you double-check that this image is installed in your Umineko folder? Umineko\en\bmp\background\efe\end_3a.png

Someone else had a problem the other day because another image was missing, so maybe it's the same situation. If the image is actually missing, try reinstalling the patch and see if it adds it in properly.

ItaloKnox commented 7 years ago

Just did a check on the patch and the file is definitely there. This should be an installation issue.

Yugikun commented 7 years ago

...That's weird. I checked and the file is there, named end_3a. https://gyazo.com/bbe627c4486aca9ab0d2c89345a2982d here's a picture. It turned out that there were extra credits stuff that didn't install from the mod, but even when I add them to the file nothing changes, which is weird.

Also, changing the file name to add a .png at the end also doesn't work.

drojf commented 7 years ago

Hey yugikun,

Yugikun commented 7 years ago
drojf commented 7 years ago

This is a long shot but you did remember to update the script file as well yea?

mov $witchh4,"bmp\background\efe\end_3a.jpg

was changed to

mov $witchh4,"bmp\background\efe\end_3a.png

So if you didn't update the script, the image wouldn't display. I say it was a long shot because heaps of stuff should be broken as well if this were the case. But yea, check the script actually contains the .png version and not the .jpg version. You could also try modifying that line to point to "text001.png" and seeing if that displays.

Also, ignore the fact that there is no "en" filename prefix - the game will search in the "en" directory if English mode is enabled (I think).

Yugikun commented 7 years ago

I did update the script. Just in case though, I opted to redownload it, but the problem's still there.

drojf commented 6 years ago

Checked this just now and the ep3 credits does play (albeit too slowly?). Also noticed it overshoots the scroll by about 10 pixels so there's a little black bar when reaching the end of the scroll. I'll just assume this was an installation issue and close this issue.