Quick Save

Introduction

This extension provides Quick Save and Quick Load functions to the engine, which allows users to either quick save and quick load by using Commands or using Script Call in UI.

Download & Install

Download

Use Extension Manager to install the zip file.

How to use

Added commands

Those commands are added into Scene Commands List and can be used for eventing UI.

1
2
3
4
System
| Save & Load
> Quick Save
> Quick Load

Layout Actions

Those actions can be used with Layout Elements (such as ui.Text).

1
2
{ "name" : "quickSave" }
{ "name" : "quickLoad" }

Modified Layouts:

These layouts and templates are modified. Certain layouts and templates can be deleted for the uses of custom layouts or templates.

1
2
> Template_MessageBox (Can be deleted)
> Template_MessageBoxMenu (Can be deleted)

Version

v1.1.3.0 (2017 - 11 - 18)

  • Added modified layouts for default UI.

v1.0.0.0 (2017 - 11 - 15)

  • First Release.