Skip to content
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

[Feature Request] [Hack] Add option to force skip fmv #17059

Closed
2 tasks done
ghost opened this issue Mar 6, 2023 · 3 comments
Closed
2 tasks done

[Feature Request] [Hack] Add option to force skip fmv #17059

ghost opened this issue Mar 6, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 6, 2023

What should happen

I'd like to add option in PPSSPP to skip fmv to avoid waiting for some long cutscenes:/
Just like a cheat in Naruto Ultimate Heroes 3 #9591 (comment)

Who would this benefit

Everyone who don't want to watch long cutscenes or this might help some games that crashes during cutscenes 🙂

Platform (if relevant)

None

Games this would be useful in

All

Other emulators or software with a similar feature

Citra mmj?

Checklist

@anr2me
Copy link
Collaborator

anr2me commented Mar 6, 2023

Just like cheats, this is probably going to be game-specific (and may be even game version too), or as part of compat.ini (to disallow skipping) if there is a way to make the skipping code to be general, in case there are some games that became broken when skipped improperly.

Meanwhile, fast forward can be used in general cases (and safer too), although can't be called skipping.

@hrydgard
Copy link
Owner

hrydgard commented Mar 6, 2023

Yeah, I don't think this is a good idea. It might be possible to trick many games that the video is over, but it's quite risky to subvert their logic like this, and could lead to very hard-to-diagnose misbehaviors.

So, as ANR2ME says, fast-forward is gonna remain the best way to get past videos quickly.

@hrydgard hrydgard closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
@iota97
Copy link
Contributor

iota97 commented Mar 13, 2023

There was some more dangerous but faster frameskipping technique who got set off as default if I don't miss remember. It could be possible to have a option to use them during video detecting them like post shaders do?

Probably more harm than good even if this can be done tho' :)

Even stop frameskipping at videos end might be a cool feature to not over skip anything...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants