Original Source
- Original title: Notebook System - Adds a "Notes" option to the pause menu
- Original author: Megum
- Original date: April 24, 2025
- Source thread: https://forums.rpgmakerweb.com/threads/notebook-system-adds-a-notes-option-to-the-pause-menu.177186/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
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).
Archived First Post
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
The plugin use CatCafe Font by default, you can download it here (Is in ttf, you must convert it to woff,
Script for adding a note from an event:
$gameSystem.addNoteEntry("Text", "Title optional");
Title can be omitted or set to null if not desired.
You can use this for commercial and non-commercial games, just credit me when you do it (Megum).
Download here!
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
You can use this for commercial and non-commercial games, just credit me when you do it (Megum). Download here!
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...