Notebook System - Adds a "Notes" option to the pause menu
Hello guys!I came up with this idea, is pretty similar to Simple Quests System from Pheonix KageDesu.
Basically it adds a new option on the pause menu named Notes, this opens a notebook with two pages were you can manually add entries by script calls, like a diary for the player that can be updated all the time.
You must have these images at img\pictures on your project folder (You can edit them or replace them, just make sure they have the same proportions).
[*]notebook.png
[*]arrowLeft.png
[*]arrowLeftActive.png
[*]arrowRight.png
[*]arrowRightActive.png
This plugin is created for 1280x720 games, if you use diferent dimentions you have to adjust it.
The plugin use CatCafe Font by default, you can download it here (Is in ttf, you must convert it to woff, I'm sorry I can't distribute it, it's against their terms.).
Script for adding a note from an event:
$gameSystem.addNoteEntry("Text", "Title optional");
Title can be omitted or set to null if not desired.
https://forums.rpgmakerweb.com/attachments/capturada-jpg.338489/
You can use this for commercial and non-commercial games, just credit me when you do it (Megum).
Download here!
本贴来自国际rpgmaker官方论坛作者:Megum处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/notebook-system-adds-a-notes-option-to-the-pause-menu.177186/
页:
[1]