Forum rules - please read before posting.

Max. number of saves under Save game settings

Is there a maximum number that this field can have? I set it to 120, updated the Save menu's max @ of slots. I have a Unity Prefab with 120 buttons all linked to a button in the menu. Everything works fine until I try to save in slot 50. I don't get an error but it also doesn't save the game.

Comments

  • Welcome to the community, @Valagost.

    Yes, there is currently a hard-limit of 50 with the default save handlers.

    You can amend this by opening up SaveFileHandler_SystemFile and altering the MaxSaves property at the bottom as needed. This property is virtual, however, so the best practice would be to override it in a subclass and then have SaveSystem rely on it.

    Details on this can be found in the Manual's "Custom save formats and handling" chapter, but I can give more specific advice if needed.

  • Thanks! I should be all set. I'll let you know if I need anything else. :)

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.