[ scummvm-Bugs-895511 ] LOOMCD: Subtitles config option is not honored
SourceForge.net
noreply at sourceforge.net
Thu Feb 12 08:48:02 CET 2004
Bugs item #895511, was opened at 2004-02-12 08:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=895511&group_id=37116
Category: Script bugs
Group: Loom CD/Talkie
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: LOOMCD: Subtitles config option is not honored
Initial Comment:
With the current development version of ScummVM, Loom
CD does not honor the subtitles option in the config file.
This is because we sync the config setting with the
VAR_NOSUBTITLES variable. There are at least three
scripts that manipulate this variable, and thus the
config setting:
Script 1 sets VAR_NOSUBTITLES to 0 so that the "Please
choose your skill level" text is displayed. This is
probably necessary, because if I force the subtitles to
be disabled at this point it's the "EXPERT" text that's
removed when the message times out.
Script 44 sets VAR_NOSUBTITLES to 1. This happens
during the first half of the intro, so if you escape
the intro early enough you will have subtitles.
Otherwise, you won't.
Script 5 handles, among other things, the F9 key which
is used to toggle the subtitles. It will both read and
write the VAR_NOSUBTITLES variable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=895511&group_id=37116
More information about the Scummvm-tracker
mailing list