GameMaker (2.3)
Icon

Easy Saving and Loading

Bukmand

You must be logged in to obtain assets

Description

Features:

Save and Load Structs, Data Structure, Arrays or any variables you want. You can choose to save with Encrypted DS Maps [Doesn't support structs] so that save files can't be transferred to another device or Encrypted JSON Buffers that can be transferred to another device for example if you are using Google Play Services. Instructions on how to use:

Scripts:

scrSaveData(name, key) : name must be string, key can be number or string.

scrLoadData(name, default_value) : name must be string, key can be number or string, This also defines the variables that you put in default_value that doesn't exist in files so you don't have to declare it somewhere else.

Usage is similar to ini files but way faster.

scrSaveGame() Save the game when you need to, for example at checkpoints.

scrLoadGame() Load the game when you need to.

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.0.0. Published November 1, 2022

First Release

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait