Hi,
I've recently installed LOOM (GOG, Talkie version) which runs with ScummVM support. But it uses an old ScummVM version, which has a glitch with mouse control in up-to-date Windows 10 PCs -- my laptop is affected by that. GOG uses a portable setup of ScummVM as far as I can tell, which it puts in the game's installation folder (in a subfolder) and runs it with a shortcut.
So after saving the game a couple of times, I installed the recent 2.0 stable version of ScummVM -- with a proper installation in Program Files.
But this new ScummVM installation cannot find the save games of the GOG's ScummVM no matter what I try. I can point it to where I clearly see the saved game files but it still won't see them. I've tried setting the Save Path too, but this didn't solve it either.
This is also an issue with other (GOG ScummVM supported) titles that I tried, like the recent release CoMI.
The only (quick and dirty) workaround for this was to copy-paste the ScummVM files from the proper installation (2.0) over the ones in GOG's portable...
Any ideas about what could be the issue?
New scummvm installation cannot find saved games of GOG game
Moderator: ScummVM Team
- Praetorian
- ScummVM Developer
- Posts: 879
- Joined: Tue May 08, 2007 8:54 am
- Location: Greece
- Contact:
- eriktorbjorn
- ScummVM Developer
- Posts: 3557
- Joined: Mon Oct 31, 2005 7:39 am
Re: New scummvm installation cannot find saved games of GOG
I think the file name of the savegames is often based on the game's "ID" (that you can see in the "Edit Game" dialog). If the game got a different ID when you added it in ScummVM 2.0 than it had in GOG's version, you may have to rename the save files.Praetorian wrote: Any ideas about what could be the issue?
- Praetorian
- ScummVM Developer
- Posts: 879
- Joined: Tue May 08, 2007 8:54 am
- Location: Greece
- Contact:
Re: New scummvm installation cannot find saved games of GOG
Yes, this is what's happening!eriktorbjorn wrote:I think the file name of the savegames is often based on the game's "ID" (that you can see in the "Edit Game" dialog). If the game got a different ID when you added it in ScummVM 2.0 than it had in GOG's version, you may have to rename the save files.Praetorian wrote: Any ideas about what could be the issue?
For the case of Loom CD Talkie. Gog's ScummVM (GUI) shows it as just "loom" and official ScummVM shows it as "loom-vga".
For the Curse of Monkey Island, GOG's portable ScummVM has it as gameID: "monkey3" where official ScummVM has it as "comi", even though they are the same build: "2.0.0 Dec 9 2017 07:14:40"
Further checking into this revealed that both of these inconsistencies happen only if I start the games from the GOG launchers who seem to be the ones setting the different gane id. Eg:
Code: Select all
C:\Games\Loom\scummvm\scummvm.exe -c "C:\Games\Loom\loom.ini" loom
Code: Select all
"C:\Games\The Curse of Monkey Island\scummvm\scummvm.exe" -c "..\monkey3.ini" monkey3
Loom.ini has a similar line under [loom] section that sets the id to "loom" (and not "lomm-vga").
Both launchers result is some text being written in ScummVMs console window that seems to be indicative of the issue:
For Loom:
Code: Select all
User picked target 'loom' (gameid 'loom')...
Looking for a plugin supporting this gameid... SCUMM [all games]
Starting 'Loom'
Code: Select all
User picked target 'monkey3' (gameid 'comi')...
Looking for a plugin supporting this gameid... SCUMM [all games]
Starting 'The Curse of Monkey Island'
WARNING: Language file is forced to be ignored!