Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

DoubleX RMMV Dynamic Data v1.01d

No permission to download

DoubleX

Adventurer
Xy$
1.65
DoubleX submitted a new resource:

DoubleX RMMV Dynamic Data - Stores the database changes done by users during game executions

Note
This plugin doesn't work on any map data nor data read from the database files upon use

Games using this plugin
None so far

Prerequisites
1. Thorough comprehensions to the other custom plugins to edit their data loaded and cached during game executions

Terms Of Use
You shall keep this plugin's Plugin Info part's contents intact
You shalln't claim that this plugin's written by anyone other than DoubleX or his aliases
None of the above applies to DoubleX or...
Read more about this resource...
[doublepost=1447229314,1446252660][/doublepost]Updates
v1.00b(GMT 0800 11-11-2015):
1. Added descriptions that will be shown in the plugin manager
[doublepost=1447673506][/doublepost]Updates
v1.01a(GMT 1200 16-11-2015):
1. Lets users set which part of the database changes will be saved
2. The aliased functions can be accessed by other custom plugins now
 

DoubleX

Adventurer
Xy$
1.65
Let me cite the description part:

Description

In the default RMMV setting, you can edit the loaded parts of the database but you can't save those changes, as the database's always loaded from the raw json files upon game start.
With this plugin, all the loaded parts of the database will be saved in savefiles and loaded from those savefiles upon loading those savefiles.

So let's say another custom script has a notetag stored in data.meta.
You can always change them on the fly, but those changes won't be saved and the one initially read will be restored upon loading save files.
With this plugin, you can save the changes to those data.meta, which will persist upon loading save files.
 

DoubleX

Adventurer
Xy$
1.65
Updates
v1.01b(GMT 0900 25-11-2015):
1. Fixed missing param dynamic_data_states in the plugin manager bug
2. Fixed accessing private variables inside $gameSystem bug
3. The aliased function names becomes more unique to this plugin
[doublepost=1451090625,1448439649][/doublepost]Updates
v1.01c(GMT 0100 26-12-2015):
1. Fixed corupting the database upon reloading it on the title screen
2. Fixed some syntax errors due to typos
[doublepost=1454028145][/doublepost]Updates
v1.01d(GMT 1400 27-1-2016):
1. Fixed undefined DD and DoubleX_RMMV.Dynamic_Data in defining latter
2. Fixed caching original data before they're completed loaded bug
 
Top