public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Fullscreen Plugin messes with Text Windows?

BMM_Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Fullscreen Plugin messes with Text Windows?
  • Original author: ThatPlush
  • Original date: May 16, 2020
  • Source thread: https://forums.rpgmakerweb.com/threads/fullscreen-plugin-messes-with-text-windows.121658/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

Heya! So, I decided to use BearTiger's Fullscreen Plugin as a way to add img borders (as seen below). I didn't want the text boxes to be stretched out and have to edit every single text box in the game so I altered the code resolution from: Graphics.width = 1280; Graphics.height = 720;

Archived First Post

Heya!
So, I decided to use BearTiger's Fullscreen Plugin as a way to add img borders (as seen below). I didn't want the text boxes to be stretched out and have to edit every single text box in the game so I altered the code resolution from:
Graphics.width = 1280;
Graphics.height = 720;
Graphics.boxHeight = 1280;
Graphics.boxWidth = 720;
To:
Graphics.width = 1280;
Graphics.height = 720;
Graphics.boxHeight = 620;
Graphics.boxWidth = 816;

Doing so, has changed the size of the text boxes (just like I wanted), however, when choices are on screen the game seems to steal a chunk of it that is the same size as the choices box (image below as well).
It's obvious that it's due to me changing the numbers of the text box res, but I don't fully understand why, nor how to fix it whilst keeping the aforementioned size change.

Image of aforementioned text glitch. (Note this only happens when both Choices and Textboxes are on screen at the same time. The black box is transparent.
Protected download

Image of what I was going to try and do with the plugin (just incase there is a plugin that does what I wanted that I missed, as well as to keep everyone on the same page as to what it is I'm trying to do).Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

Glitch.PNG
Glitch.PNG
Screen.png
Screen.png
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.

#039#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar