A downloadable project

Download NowName your own price

Free version is restricted to 2 max title icons

Reward player by achieving something specific, or open new path by 

knowing them the game has been beaten, increased difficulty, and add
more as they beat the game from a NewGame+ mode.

It does NOT save any changes without persistent data plugin.

For MV Users:
I would recommended "Olivia_MetaControls" plugin for it, 
and use Global tag for the switches to save across all saves.

For MZ or MV

I would recommended "Eli_Switches" plugin for it, 
and use Global tag for the switches to save across all saves.
It requires his Eli_Book plugin, so make sure to download it

NOTE:
the plugin linked is free, but saves directly, YOU must edit it in order
to only save it when the game is saved, otherwise, it's directly saved.

to save it only when the game is saved, rule out with ConfigManager.save();
in Olivia_MetaControls (use // to rule out).

in your save plugin (if you use one) do the following:

Scene_Save.prototype.onSaveSuccess = function() {

        SoundManager.playSave();
        ConfigManager.save(); // <= added
        StorageManager.cleanBackup(this.savefileId());
        this.popScene();
};

keep in mind this part can be different, as this is from TSR_Save.
so make sure it's ABOVE StorageManager functions.

If you got any troubles, let me know.

NEW:
Tooltip window in the paid version.
Width needs to be set in the parameter for each Info you set,
I do my best to make this automatically

Download

Download NowName your own price

Click download now to get access to the following files:

SDJB_TitleRewardIcons_Unlicensed.zip 5.8 kB
SDJB_TitleRewardIcons.zip 3 kB
if you pay 3.49€ EUR or more

Leave a comment

Log in with itch.io to leave a comment.