Forum rules - please read before posting.

Saved Game List

I'd like to display a specific game list to allow player load only specific games.

For example, I'd like to load only games that start with "Current", without changing the save extension.

Ex.

1) CurrentSave1.save
2) CurrentSave2.save
3) Save3.save

Will display only 1 and 2.

Could you please let me know which script I need to work on?
Thank you very much.

Comments

  • SaveSystem's GetProjectName function.  Return the name you want (no extension) save files to have.
  • edited December 2014
    I didn't mean to change the name of the files (I could also change them using the setting manager and changing the settingsManager.saveFileName from there).

    The question was related to the "save lists" showed to load a game.

    The plan is to create a load menu that shows only some games and not all ones.

    For example I'd like to change the following list of saved games to show just 1 and 2 and not 3.
    image

    I need to find the script and the method that create (and show) the list.
  • It's "GatherSaveFiles", at the top of the same script.  However, know that you can also limit a SaveList menu element to just show a particular slot - by creating two separate slots for "1" and "2", you could achieve the same effect.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.