Skip to Main Content
Construct 3 suggestions 21H2 - ARCHIVED

This suggestions platform is now closed and will be shut down on March 1st 2024.

Please ensure any content you care about is backed up before that date.

Feature requests are now handled on GitHub here: https://github.com/Scirra/Construct-feature-requests

9 VOTE
Categories Behaviors
Created by NicotineLL
Created on Aug 26, 2021

Save plugin (opposite of NoSave plugin)

The problem

Projects can get really big quickly and with so many different objects it can be difficult and frustrating to keep track of which objects have NoSave and which don't. Moreover, in some cases the ones that need to be saved are only a selected few.

My most recent case is with creating an Undo/Redo feature for a level editor where I only want to save one family of objects. So instead of referencing a single family to save I need to go through hundreds of other objects to add NoSave to.

The solution

Save plugin (the polar opposite of NoSave plugin). Objects are not saved by default and need to have this plugin enabled in order to save using Save/Load actions.

There can be an option in Project Properties or whatever with a dropdown "Default save behavior" and options "Save all" and "Save selected".

  • Attach files
  • +4