-
Notifications
You must be signed in to change notification settings - Fork 7
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
Possible to make cutscenes skippable? #6
Comments
By cutscenes are you referring to the anime-style pre-rendered movies or actual in-game cutscenes? |
I meant the anime per-rendered movies (eg. intro movie, character introductions), sorry I wasn't more clear. Basically some people get stuck on them, black screen appears and the game is non-responsive. I can't progress further than day 1, because I'm stuck on the first character intro movie right after you wake up. |
I could hook in to the video player and make it skip/not even try and load the videos. Though I can't test to make sure this fixes that bug as I haven't experienced it myself. So I'd need your help to test it. If you'd be happy to test out a build and give me feedback then I can work on this as an option. |
Damn that would be amazing, I will very gladly test it and give you feedback. Gotta say tho I don't know anything about programming, so I'm limited in my testing skills lel |
All you need to do is just extract the builds I post in this issue and test them out. No programming knowledge needed. Are you able to describe how far you actually get? Like do you see the main title screen with/without the mod? Can you get in-game? |
Yes, I can get in-game no problem, the first game intro before the main menu doesn't play either, but I can skip it by left clicking mouse on it. Your mod also works perfect since it just skips the intro/logos. The problem arises when the first character is introduced with a cutscene (Priscilla, I think) right after you wake up (after the farm tutorial). So she greets you, then MC says "Mnnn" and then black screen appears instead of per-rendered Priscilla video introduction. I can still see and move the mouse, but the screen is black, if I click anything nothing happens. Basically something prevents these videos from being played, I think just adding the option for skipping them altogether should probably solve the issue. Let me know if you need more info |
Alright, I think that should be enough info. So this build I'm attaching should skip videos, it basically stops a video before it even starts so let's give that a try and see how it does. |
Damn sorry, doesn't work for some reason. Basically still have black screen, mouse icon moving, nothing happens when i click anything. It does multiply my mouse icon now tho when i move it haha |
Alright, makes sense that this will be a bit difficult. I'm basically working in the dark without being able to replicate the issue on my end. Here's a new build to try. |
Understandable! Please, no pressure, I already appreciate you so much trying to fix it. |
So unfortunately on this I think I'm out of ideas. Ideally something to try next would be to patch out cutscene triggers but that's outside of the scope of a BepInEx mod. I think realistically here the best hope for this issue is for the devs to patch it. |
Alright, thanks a lot for trying anyway! Hopefully they'll patch it soon, it's pretty disappointing that they haven't released any patches yet, as there seem to be plenty of bugs around. but oh well |
There is an addon on Nexus to skip dialogue and some cutscenes, might be a good idea to use that or learn from it. |
First of all thank you so much, works great, you are doing god's work! I'm one of the people with the 'black screen instead of cutscenes' bug, so I can't progress in the game, would it be possible to add an option for skipping the cutscenes altogether?
The text was updated successfully, but these errors were encountered: