Introduction
This plugin will add notification system to RMMV project. You can automate messages when player gains/loses exp/item/gold has level up etc.. Or you can show custom non-interrupting fading messages anytime via script call (for example when new chapter begins)!
This plugin is also integrated to (Yanfly) YEP_QuestJournal plugin, just make sure OcRam_Messages is below YEP_QuestJournal.
NOTE: REQUIRED FOLLOWING GRAPHICS!
./img/pictures/major_message_bg1.png
./img/pictures/major_message_bg2.png
./img/pictures/major_message_bg3.png
./img/pictures/major_message_bg4.png
AND IMAGE WIDTHS SHOULD BE SAME AS YOUR GAME HORIZONTAL RESOLUTION!
example: resolution is 1024px x 768px then image widths should be 1024px!
Use transparent bg if you don't want image drawn so wide.
Spoiler: Plugin parameters
{$name} in this case is item name and {$value} is quantity.
Example image for 'major message bg' template is edit from one (parallax) RTP asset. No need to credit OcRam if using this image. And image is 1104px wide because I use always 1104 x 624 resolution (near HD aspect ratio and divisible by grid size 48).