rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Add Auto Save System #120

Closed krmbn0576 closed 6 years ago

krmbn0576 commented 7 years ago

Hey everyone, a long time no see! We'll resume our activities.

This time we will provide an auto save system. · Auto save to file 1 when "Transfer Player". · For compatibility, this feature works only when "Auto Save" parameter is set to ON with Community_Basic. (Plugin style)

krmbn0576 commented 7 years ago

I added feature system! New features that include "Destructive" changes, are defined there. Other plugins can know which features are enabled by PluginManager.isFeatureEnabled(featureName).

krmbn0576 commented 6 years ago

In RMMV 1.5.1, the new Plugin Manager was officially announced. So, we adapt it, add @type to plugin patameters. 😇

ghost commented 6 years ago

LGTM.

but, you should separate PR next time.

krmbn0576 commented 6 years ago

I'll be careful in future ;-)

krmbn0576 commented 6 years ago

Hi @krmbn0576 This PR seems cool but I think your implementation of Additional Feature System is overkill. So, I deleted them 😂