Posted February 11, 2026 by Megum
#rpg #rpgmakermz #mz #plugin #update #book #text #indie #indiegames
This update focuses on improving usability and customization, making the Book Reader plugin easier to configure without touching the JavaScript file like before.
Fonts are no longer registered manually inside the plugin code.
You can now manage all fonts directly from the Plugin Manager using the new “Fonts Loaded” parameter.
Add new fonts
Edit existing ones
Remove fonts you don’t need
All without editing the .js file.
Fonts must be placed inside the project’s /fonts/ folder and registered using:
Font Name (used in script calls)
Font File (.ttf file)
The plugin now comes with Mplus_Book and Patung preloaded by default.
The text areas for the left and right pages are now fully configurable from plugin parameters.
This allows you to:
Adjust text positioning to match different book images
Use custom layouts
Adapt the plugin to resolutions or designs beyond 1280Ă—720
Default values are already set to match the original layout, so no changes are required unless you want to customize them.
No more manual code edits for fonts
More flexible page layouts
Easier setup and customization
Same behavior as before, with better control
This update is all about comfort, flexibility, and scalability, while keeping the plugin simple to use.