Opened 23 months ago

Last modified 23 months ago

#13840 new defect

GameID's should be unique per game version + color bitness

Reported by: n1ckn4m3 Owned by:
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

Right now cloud saving has a potential data sync issue due to how ScummVM handles multiple color bitness versions of the same game.

If I have 4 versions of SQ1SCI on my PC but only 2 on my tablet, "SQ1SCI" and "SQ1SCI-01" won't necessarily associate with the same versions of the game. This can be an issue when on the PC, "SQ1SCI" is the Floppy DOS VGA version but on the Tablet, "SQ1SCI" is the Floppy DOS EGA version.

This can be managed by ensuring that the game ID's match in the launcher per color bitness even if they wouldn't by default, but the lack of savegame compatible unique identifiers can cause ScummVM to not see save games when cloud sync is used with two different gamelists. If SQ1SCI 16 color could load SQ1SCI 256 color savegames (or vice-versa) this wouldn't be an issue, but because they can't and because the game ID is the base name for the savegames, this issue can occur.

It's not game-specific, it applies to all savegame filenames for games that have multiple editions that could use the same filename for saving and loading.

Change History (2)

comment:1 by n1ckn4m3, 23 months ago

Also I guess I shouldn't say the gameID's should or shouldn't be unique, just that the lack of them being unique per game and color bitness coupled with ScummVM using the GameID as the basename for the save game file creates this issue.

comment:2 by digitall, 23 months ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.