"Save" option is gone

Subforum for discussion and help with ScummVM's Android port

Moderator: ScummVM Team

Post Reply
Chocwise
Posts: 2
Joined: Thu Sep 14, 2023 11:21 pm

"Save" option is gone

Post by Chocwise »

ScummVM got updated to 2.7.1 on both my Android devices: Phone (Samsung Galaxy S20 FE, Android 13) and Tablet (Samsung Galaxy Tab A7, Android 12). And on both Installations the "Save" option is missing from the Menu (see attachment).
I just got Discworld 1 and 2 and the problem appears on both games. I managed to get the games working again, giving ScummVM the permissions for my games' folders. And the savegame location is still the default value. I haven't changed it since the installation of ScummVM.
Using the game's own save feature (using the virtual keyboard, typing "1" and saving the game from the game's own menu) works just fine. But as you can see in the screenshot, the save button is missing entirely from the ScummVM in-game menu.
What went wrong? :?
Screenshot_20230915-011642_ScummVM.jpg
Screenshot_20230915-011642_ScummVM.jpg (820.67 KiB) Viewed 168 times
User avatar
Praetorian
ScummVM Developer
Posts: 731
Joined: Tue May 08, 2007 8:54 am
Location: Greece
Contact:

Re: "Save" option is gone

Post by Praetorian »

Could you provide some clarification if possible:
- Did this not happen with these two games prior to ScummVM 2.7.1?
- Do you have this issue with all (other) games on Android?
- Can you check on a PC, with the desktop version of ScummVM whether this happens there as well?

It's possible that an engine will only use the game's native save menus and not ScummVM GMM for saving and/or loading. This kind of looks like that, given that the following line in the code is disabled (so it defaults to false) but I'm not very familiar with the Tinsel engine (which is used for the Discworld games) to say for certain.

Disabled code part:
https://github.com/scummvm/scummvm/blob ... C7-L144C32
and the default value:
https://github.com/scummvm/scummvm/blob ... e.cpp#L906

If it's disabled, it's probably on purpose (to avoid possibly corrupted saved games) or never implemented.
Chocwise
Posts: 2
Joined: Thu Sep 14, 2023 11:21 pm

Re: "Save" option is gone

Post by Chocwise »

No. It didn't happen with the previous version. I don't know which version I had used before though. I haven't played Discworld for about 4 months. But the button was still there back then. 🤔

I just set up Broken Sword II, and the Save button is there. So it seems to be as you said.
However, it seems the games' own save function creates the same save files as ScummVM's save option. I can load the savegames just fine with ScummVM's own load option and the load option within the games' own menu. So I'm not sure, if this is an intended behaviour. 🤷‍♂️

I can't test it on my Ubuntu and Windows systems right now for reasons. Sorry. 😗
digitall
ScummVM Developer
Posts: 1151
Joined: Thu Aug 02, 2012 1:40 pm

Re: "Save" option is gone

Post by digitall »

This was disabled by https://github.com/scummvm/scummvm/comm ... b9d01485b9

Best to ask bluegr / md5 about this on Discord...
User avatar
sev
ScummVM Lead
Posts: 2229
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Re: "Save" option is gone

Post by sev »

Chocwise wrote: Fri Sep 15, 2023 1:04 pm No. It didn't happen with the previous version. I don't know which version I had used before though. I haven't played Discworld for about 4 months. But the button was still there back then. 🤔
I am not sure what made you this impression, but this feature was disabled 15 years ago. Discworld engine is one of those where you should use the in-game interface for saving. Using the ScummVM one is not going to work.

What could happen, though, is that previously, perhaps, by launching the menu, you were seeing the game engine-specific save screen and now it is only the ScummVM's game menu.

Do you see this interface?
Screenshot 2023-09-15 at 23.28.46.png
Screenshot 2023-09-15 at 23.28.46.png (831.33 KiB) Viewed 123 times

Eugene
Post Reply