I found this plugin helpful for having a "Gallery" command in the Title menu after certain conditions were met. But I noticed a problem with the Options settings not being loaded when starting the game in MV. This change around line 522 fixed it:
ConfigManager.applyData = function(config) {
//BUGFIX: call the original to get the other stuff
ConfigManager_applyData.call(this, config);
this.newGamePlusEnabled = this.readFlag(config, 'newGamePlusEnabled', false);
//The last parameter is the default value in MZ
};
Thank you very much! It is indeed a bug in the plugin. Sorry!
I'll upload the version with the update soon.
Do you mind if I add an acknowledgement line in the plugin description? Does “Thanks to Tarwix <https://tarwix.itch.io/> for the help with a config bug.” sound OK to you?
That would be great, thanks! I'm surprised you responded so quickly, and had been thinking you weren't active anymore. You may want to post on the rpgmakerweb.com forum about this too.
← Return to plugin
Comments
Log in with itch.io to leave a comment.
I found this plugin helpful for having a "Gallery" command in the Title menu after certain conditions were met. But I noticed a problem with the Options settings not being loaded when starting the game in MV. This change around line 522 fixed it:
Thank you very much! It is indeed a bug in the plugin. Sorry!
I'll upload the version with the update soon.
Do you mind if I add an acknowledgement line in the plugin description? Does “Thanks to Tarwix <https://tarwix.itch.io/> for the help with a config bug.” sound OK to you?
—Dmy
That would be great, thanks! I'm surprised you responded so quickly, and had been thinking you weren't active anymore. You may want to post on the rpgmakerweb.com forum about this too.
Thanks! I’ve updated the plugin.
I’m not very active in the RPG Maker community, indeed, but I still plan to upload my other plugins here... eventually.
Once again, thank you very much for your help, and sorry for the bug!
— Dmy