[Scummvm-tracker] [ScummVM :: Bugs] #12622: TRECISION: Cutscene gets cut off
ScummVM :: Bugs
trac at scummvm.org
Sat Jun 19 09:23:38 UTC 2021
#12622: TRECISION: Cutscene gets cut off
------------------------+-----------------------------------------------
Reporter: Kurufinwe21 | Owner: bluegr
Type: defect | Status: closed
Priority: normal | Component: Engine: Trecision
Version: | Resolution: fixed
Keywords: | Game: Nightlong: Union City Conspiracy
------------------------+-----------------------------------------------
Changes (by bluegr):
* owner: SupSuper => bluegr
* status: pending => closed
* resolution: pending => fixed
Comment:
Thanks for your report!
This should be fixed in commit 84d00f364a74293ebc1edca7237eee8bc4a95aed:
https://github.com/scummvm/scummvm/commit/84d00f364a74293ebc1edca7237eee8bc4a95aed
The game can play parts of each video, depending on the selected dialog
choice or the current game flags. It does so by calculating the end frame
from the total playing time of the subtitles shown. For longer videos,
which do not have choices, the calculated end video length isn't always
right, and results in the last seconds being cut off. For these videos, we
can just play them fully, instead of showing only the calculated frames.
I've played most of the game videos with this change, and they all seem to
work as expected.
The fix should be available in the next daily version of ScummVM.
--
Ticket URL: <https://bugs.scummvm.org/ticket/12622#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list