Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

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

  • #1, by nerd 7 years ago Zitieren
    How do you delete save games? I remember there was some sort of shortcut for it in the engine
  • #2, by afrlme 7 years ago Zitieren
    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.
  • #3, by esmeralda 7 years ago Zitieren
    Do you mean the shortcut to access the folder where the savegames are located?

    Here:

  • #4, by nerd 7 years ago Zitieren
    Do you mean the shortcut to access the folder where the savegames are located?

    Here:

    yes

  • #5, by afrlme 7 years ago Zitieren
    Sorry, I guess my brain automatically went for the complicated solution. grin