Results 1 to 3 of 3

Thread: ScummVM autosave?

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Mar 2008
    Posts
    91
    Rep Power
    0

    Default ScummVM autosave?

    Hi, I know I could have asked this elsewhere...

    But I'm hoping that other DC owners have tried this before.

    I don't happen to have a Dreamcast Development environment handy, and if I did..., I wouldn't know where to start.

    So, does anyone know how to disable the auto-saves in the DC port of ScummVM? Or, at the very least change it from 5 minutes to something like 10 minutes between auto-saves?

    I would like to know how to do this with ScummVM version 0.12.0, and if anyone could give step by step instructions how to recompile the source without auto-save, I would be in their debt.

  2. #2

    Default

    Everyone hates the auto-save (I can't tell you how much I hate it) but no one ever got through to Marcus Comstedt to remove it.

  3. #3
    DCEmu Newbie
    Join Date
    Mar 2008
    Posts
    91
    Rep Power
    0

    Default

    Thanks Chris, and your exactly right, "hate" is the correct word. It seems to be a question asked by quite a few people over at the Scumm forums, yet there still isn't a option to change the interval or turn it off.

    Has this ever been sent to the request tracker? I must need to register somewhere, because it doesn't seem to let me send in a request.

    After searching around the forums some more, I came across this: http://forums.scummvm.org/viewtopic.php?t=170&

    look :
    scummvm/scumm/scumm.cpp
    L: 2355

    code:
    // Trigger autosave all 5 minutes.
    if (!_saveLoadFlag && _system->getMillis() > _lastSaveTime + 5 * 60 * 1000) {
    I'm assuming it's in reference to the source code? I don't have the option to install Linux, and I'm not sure I'd want to, for this one thing.


    But, would anyone know if the above code is still vallid? It was at the ScummVM 0.80 stage in the post.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •