[Scummvm-tracker] [ScummVM :: Bugs] #13218: Beneath A Steel Sky: Can Populate More Than One Save Slot At A Time
ScummVM :: Bugs
trac at scummvm.org
Fri Jan 14 09:54:25 UTC 2022
#13218: Beneath A Steel Sky: Can Populate More Than One Save Slot At A Time
--------------------+----------------------------------
Reporter: alayGit | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Sky
Version: | Resolution:
Keywords: | Game: Beneath a Steel Sky
--------------------+----------------------------------
Comment (by digitall):
Replicated on latest Git master.
The SKY engine saves an extra file, SKY-VM.SAV which contains the save
names. This file is gzip compressed by default, but once decompressed, it
is just a bare array of the savegame names as per:
https://github.com/scummvm/scummvm/blob/master/engines/sky/metaengine.cpp#L159
It looks like the "original" dialog code has a bug where the names are
saved even if the save is not selected. The save is not present i.e. SKY-
VM.007 and thus can not be loaded.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13218#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list