How do you delete save games? I remember there was some sort of shortcut for it in the engine

  • #1, by nerdThursday, 14. March 2019, 13:51 5 years ago
    How do you delete save games? I remember there was some sort of shortcut for it in the engine

    Forum Fan

    147 Posts


  • #2, by afrlmeThursday, 14. March 2019, 14:35 5 years ago
    You can delete autosaves. deleting actual savegames, requires it to be selected.

    For autosaves you can do that in the game launch actions.

    delete autosave #?

    or

    if autosave #? exists
     delete autosave #?
    end if

    you could probably also use Lua script to iterate through a bunch of filenames to see if they exist & if they do then delete them, but I'm not going to go into that as it requires using OS functions; & maybe even the LFS functions.

    Imperator

    7278 Posts

  • #3, by esmeraldaThursday, 14. March 2019, 16:12 5 years ago
    Do you mean the shortcut to access the folder where the savegames are located?

    Here:

    Key Killer

    513 Posts

  • #4, by nerdMonday, 25. March 2019, 12:45 5 years ago
    Do you mean the shortcut to access the folder where the savegames are located?

    Here:

    yes

    Forum Fan

    147 Posts

  • #5, by afrlmeMonday, 25. March 2019, 13:01 5 years ago
    Sorry, I guess my brain automatically went for the complicated solution. grin

    Imperator

    7278 Posts