Play tool
Save Load and Rewind System for Game Maker's itch.io pageLink to public repository (Github, Bitbucket, etc)
https://github.com/shubshub/Save-Load-Replay-and-Rewind-for-Game-Maker
Link to documentation
https://github.com/shubshub/Save-Load-Replay-and-Rewind-for-Game-Maker/blob/master/README.md
Do you have a demo (or example) in your project?
Yes, Its just a simple SHMUP that shows Saving, Loading and Rewinding
Leave a comment
Log in with itch.io to leave a comment.
Comments
During review of the submission on Stream, attempting to work alongside with the project repo directly has yielded some unexpected issues. At first it seemed like it was user error, but upon further testing and retries, it seems that this was not thoroughly tested to ensure that:
- The loading accurately loads things back to a previous state (removing instances that should not be there, etc)
- Ensures that it only updates or recreates those missing instances long after the game has been saved. (Instances that don't exist simply causes it to crash)