Opened 6 months ago
Closed 6 months ago
#15132 closed defect (fixed)
ZVISION: Subtitles addon not showing in Zork Nemesis
Reported by: | BLooperZ | Owned by: | antoniou79 |
---|---|---|---|
Priority: | normal | Component: | Engine: ZVision |
Version: | Keywords: | ||
Cc: | Game: |
Description
It seems there is a regression in Zork Nemesis regarding the subtitles addon
Game installed from GOG with subtitles addon applied according to https://wiki.scummvm.org/index.php/Zork_Nemesis (under Subtitles support)
the subtitles show correctly in 2.8.1
however, with the latest daily build (2.9.0git4545-g4ddad9fcd53) the subtitles are missing.
The subtitles should appear few seconds into the intro video after pressing "new game", along with audio narration.
thanks
Change History (6)
comment:1 by , 6 months ago
comment:2 by , 6 months ago
I've opened a PR for this issue here:
https://github.com/scummvm/scummvm/pull/5796
As of yet, I am only able to test on Windows.
In my game's folder, I've just put the "Addon" folder from the patch (zip) into the game folder. Subtitles seem to now work for me (at least in the intro that I've tested).
comment:3 by , 6 months ago
The crash I saw under Linux is gone, and the subtitles work for me. Thanks! (Now we just need confirmation from BLooperZ too.)
comment:6 by , 6 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I think what may have happened is that the ZVision engine has gotten a lot less tolerant about upper/lower case on files (or at least directories) listed in the index (.ZIX) files. At least on Linux I wasn't even able to get the GOG version to run without editing that. That's obviously not good!
(On the version I've had installed since forever, subtitles still work.)
Note for future debugging: When it failed to open files, it was supposed to open a file inside a directory archive. But apparently because of the case mismatch, it had decided that the archive wasn't a directory so it didn't even try to open it.