[Scummvm-tracker] [ScummVM :: Bugs] #15346: GRAPHICS: Text Boxes Not Appearing in External Captures
ScummVM :: Bugs
trac at scummvm.org
Thu Oct 3 07:42:30 UTC 2024
#15346: GRAPHICS: Text Boxes Not Appearing in External Captures
---------------------------------+----------------------------
Reporter: JoLiKMC | Owner: (none)
Type: defect | Status: new
Priority: low | Component: Engine: AGI
Version: | Resolution:
Keywords: OBS, recording, text | Game: Space Quest 1
---------------------------------+----------------------------
Comment (by bluegr):
The issue here is that if there is no screen update (e.g. from mouse
movement), no frame is emitted to OBS. Sometimes, this happens right
before a text box is shown.
Recently, a new implementation has been added where ScummVM will *always*
update the screen, even if there isn't any change.
To enable this:
- Open your scummvm.ini file (for Windows, this is located in
C:\Users\<user>\AppData\Roaming\ScummVM)
- Add the following under the [scummvm] tag, at the very top:
force_frame_update=50
- Make sure you're using the OpenGL backend (Global Options -> Graphics
mode -> set to OpenGL)
I've just tested the change above, and it seems to solve the issue with
OBS. Could you please verify it works for you?
--
Ticket URL: <https://bugs.scummvm.org/ticket/15346#comment:12>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list