PluginName: ShadowDragon_TRI (Title Reward Icons)
Author: ShadowDragon
TERMS OF USE:
Credit ShadowDragon
You are allowed to use it in Non-commercial and commercial games when credits are given.
You may edit the plugin, but NOT redistribute the plugin, but link back to this thread.
Do not remove the header!
The idea behind this plugin:
The idea come from MegaMan BattleNetwork where you get the reward on top
of your achievements.
I wanted to see if I could replicate the effect, as I dont know how persistent switches work,
I took Olivia's MetaControls for a test and it does work really nicely.
It can bring up some possibilities how you use it across the game.
HOW IT WORKS:
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.
I would recommended "
Olivia_MetaControls" plugin for it, and
use <global> for the switches to save across all saves.
Spoiler: Preview Image
the top 3 are icons added as progress is made

Free version is restricted by 2 icons.
Spoiler: Download
NOTE:
if you want the persistent switches/variable be saved when the game is saved, you need
need to alter the code of the MetaControls plugin and your save plugin.
if you use TSR_Save, find this function:
Spoiler: Code modification TSR_Save
JavaScript: - Scene_Save.prototype.onSaveSuccess = function() {
- SoundManager.playSave();
- ConfigManager.save(); // <= added
- StorageManager.cleanBackup(this.savefileId());
- this.popScene();
- };
复制代码
in Olivia's MetaControls, scroll down where you see "ConfigManager.save()"
and rule them out with // before it, in both Variables and Switches.
the only issue left if GameEnd which I need to figure it out, F5 and Reboot game works.
For any Issues, let me know.
History:
26-6-2022 first public release
20-7-2023 Update + new features. (Compability for MZ users). (free and paid)
- Tooltip window to add your info how it is achieved on mouse over.
- set Tooltip Width and color for its frame, no color = black!
- Tooltip Info, leave blank for not showing.
Issues:
None
本贴来自国际rpgmaker官方论坛作者:ShadowDragon处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/title-reward-icons.148901/