-
Notifications
You must be signed in to change notification settings - Fork 40
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
Game flow rework (pt 7) #2388
Game flow rework (pt 7) #2388
Conversation
The end of level stats don't show after the Qualopec cutscene. They appear fine after Tihocan and Atlantis cutscenes though. |
Sorry, another issue is if you save in Qualopec, reload, then finish the level, the cutscene doesn't show (but the stats do). |
Thanks @lahm86 fixed both issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM
Checklist
Description
This moves the cutscenes in TR1 to its own key. There are several things that needed to be done to make this work:
GFS_EXIT_TO_CUTSCENE
GFS_PLAY_CUTSCENE
from TR2GFL_DUMMY
so that we don't have to change the level count in the main level list (needed for the legacy saves), and at the same time we don't need to provide all the usual information such as paths and whatnot for those levels. I'll later try to remove this type altogether with some heuristics in the savegame reader, but not now.