Help - Search - Members - Calendar
Full Version: Backup System
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS2-Submissions
Rohiaw
Backup System

Version 1.0 Beta
Author Rohiaw
Release Date 6/1/2011

Introduction
A simple script to create a backup dump of your in-game switches and variables, and allows you to load them back whenever you want.
You don't have to use events to save your switches/variables wink.gif
PLEASE NOTE: This script is still in a very early stage. See the 'Future Features' section for more info.


Features - *UPDATED*
- Save and load switches through script calls
- *NEW* Save and load switches through script calls

Future Features
- Customization for which switches/variabes to back up.
- Will also back up party members and their info (Skills, Equipment, EXP, Stats, HP, MP, etc...) [If possible]
- Will also back up Inventory [If possible]
- Will include backup slots

Script
Also Included in the demo:
Show Link

Box.net: Download



Customization
Currently no customization. But there will be in future versions.

Compatibility
Currently, I am not aware of any compatibility issues.
Please report any issues you may find.

Screenshot
None available. [Not needed]

DEMO
Box.net: Dowload

Installation
Plug and Play. Just paste above your 'main' script.

FAQ
So far ... none !!

Terms and Conditions
Just credit me, and everyone's happy smile.gif

Credits
Rohiaw (Myself)
InfinateX
Please say necro post is 2 months! pinch.gif

Can this be used to do missions such as in Call of Duty? That would be an awesome feature!

With this great script-to-be will you be able to disable any feature you want with either script call or in script?
Rohiaw
QUOTE (RPGMakerVX52 @ Jul 6 2011, 09:08 PM) *
Please say necro post is 2 months! pinch.gif

Can this be used to do missions such as in Call of Duty? That would be an awesome feature!


Depends on how you look at it.
The script simply creates a copy of your current switches, so you can load them back later.
But I use it to have replayable episodes of my games.
For example, I create a backup of the switches after episode 1, so that the user of my game can replay episode 2 whenever he/she wants.
So I guess, yea you can use it to create missions.

How it works

Switch #1 = ON
Switch #2 = ON
Switch #3 = OFF

Thus the backup will be:
Backup Switch #1 = ON
Backup Switch #2 = ON
Backup Switch #3 = OFF

This means you can reset or keep modifying your switches, so that if they are : OFF, ON , ON
and you load the backup, they will return to be ON, ON, OFF.


QUOTE
With this great script-to-be will you be able to disable any feature you want with either script call or in script?


Yes, all actions can be done through script calls.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.