Menu

#1852 FOTAQ: SaveGame names do not depend on target name

closed-rejected
kirben
5
2005-05-25
2004-12-20
No

Hi,

I detected an issue regarding savegames in FOTAQ. I'm
using two different Versions of FOTAQ (English Full
Talkie & German Full Talkie) with ScummVM. Normally
the savegames are seperated for two versions of the
same game (checked with fate of atlantis german and
english), each game has its own savegames. But in
FOTAQ in both versions the same savegames are
provided in the Save/Load window. In scummvm.ini the
two games have different entrys, [fotaq] and [fotaqa].
This behaviour occurs in Win32 Daily Snapshot from
December 18, 2004, German Windows XP SP2.

kind regards

Frank

Discussion

  • Max Horn

    Max Horn - 2004-12-20
    • summary: SaveGames in FOTAQ --> FOTAQ: SaveGame names do not depend on target name
     
  • Gregory Montoir

    Gregory Montoir - 2004-12-20

    Logged In: YES
    user_id=230314

    Seems like we have the same issue for sky/sword1/simon...

     
  • kirben

    kirben - 2004-12-21

    Logged In: YES
    user_id=34715

    Actually as far as I know, save games can be swapped
    between different language versions of Simon the Sorcerer
    1/2 without any problems.

     
  • Gregory Montoir

    Gregory Montoir - 2004-12-21

    Logged In: YES
    user_id=230314

    Language version has no influence on FotAQ savegames neither.

    The problem described is about the filenames, whereas in
    scumm, we generate a filename using something like that :
    sprintf(out, "%s.s%.2d", _targetName.c_str(), slot);

    in queen (and others if I looked correctly), we hardcode the
    filename :
    sprintf(buf, "queen.s%02d", slot);

    which leads to the problem described here...

    Fixing that is rather trivial, but I have no good idea how
    to fix it in a backward compatible way...

     
  • kirben

    kirben - 2004-12-21

    Logged In: YES
    user_id=34715

    In that case, isn't this more of a feature, rather than a bug ?
    why separate saved games, unless they are incompatbile ?

     
  • Gregory Montoir

    Gregory Montoir - 2004-12-21

    Logged In: YES
    user_id=230314

    Good point.
    I don't know what to do with this report... Afterall, maybe
    we should update these 3 engines for "consistency" ?

     
  • kirben

    kirben - 2004-12-22

    Logged In: YES
    user_id=34715

    Would be best to just make the difference clear in the
    documentation. People can always change the save game
    path for each speicifc target. But if we change to only target
    based saved games, people won't be able to share saved
    games between targets anymore.

     
  • Eugene Sandulenko

    Logged In: YES
    user_id=166507

    What is the status of this item?

     
  • kirben

    kirben - 2005-05-25
    • labels: --> Unknown Crash/Other
    • assigned_to: nobody --> kirben
    • status: open --> closed-rejected
     
  • kirben

    kirben - 2005-05-25

    Logged In: YES
    user_id=34715

    Rejected, a person can always set a separate saved game
    directory if they want to.