FEATURES
This plugin allows you to display messages above characters on the map like ‘speech bubbles’ to show which character is talking. Plugin commands allow changing the windowskin and arrow graphic of the message windows.
These message pop-ups will shift around to try and stay on the screen no matter where the character they are targeted on is standing.
Additionally, you can change the windowskin of the pop or default messages during game, or just temporarily change them for individual messages.
VERSION 2.1 – RPG Maker MZ
Download Plugin file
Download my master demo to view examples of this plugin from:
Galv’s MZ Plugins Home
Been waiting for this one. Thanks, Galv!
I have very tall sprites, but flowers that are 48×48. I know in the plugin I can permanently change the offset of the text box to go above my character, but then the text box above any of my smaller events looks really funky. Is there a way to change it without going to the plugin settings? Perfectly fine if that’s not a feature!
Oops where are my manners! THANK YOU Galv for porting this over to MZ! ♥
I actually have that on my to-do list to be able to specify a different Y offset within the pop call for sprites that are different heights. Hopefully be done in the new few days or week.
Version 1.3 uploaded – now has the ability to change windowskins and also specify a different y offset for individual messages (for the super big boss characters!
Thank you so much for adding these features! I’m glad that what I mentioned was something you had already thought of. ♥
Updated to version 1.4 – added compatibility code for Galv’s Message Busts MZ plugin
Thank you so much! Simple and works beautifully!
Is there any chance to see sound effects added to the script someday? I feel like that’s the only thing missing, a “talking”/”typing” sound.
Other than that, works a charm and am happy to have it in my game. Makes a huge difference.
That’ll be a separate plugin, but it’s coming :)
Updated to version 1.6 for compatibility with my Cam Control zoom functionality.
This plug-in is exactly what I needed! I am really thankful for this!
I wanted to ask though: How difficult would it be to allow the user to make more than one message box at once. (For instance, if two people are talking over each other, two message boxes would pop up simultaneously over their head.)
I don’t know if it could be a system limitation but thought I would ask just in case. Thank you!
I don’t plan to do it with this plugin, but I will be porting one of my MZ plugins that can show multiple message boxes that disappear after a set time.
I’m glad to hear that! Even though this plugin is already wonderful, it would be great if the player can move while the text is being displayed and disappears. I’ll be waiting for it!
Updated with a plugin order fix. Nothing too important.
Hi Galv, thanks for porting over this script! :)
Are you planing on making this compatible with Yanfly core message script?
I receive a “Cannot set property ‘x’ of null” error with both scripts.
Sorry, I am unable to make my plugins compatible with VS plugins.
I thought so, still thanks. :)
Sorry for the stupid question, but are you able to pinpoint me to line of code that is responsible for the speed in which text characters are drawn? Default Speed of MZ is way too fast for certain things. And I’m not talking about the scroll speed event. :)
That’s the only real thing I use from Yanfly’s message core.
Will you be porting other functionalities from MV like outline and transparent options to that script? :o)
I recommend asking for plugin assistance in a forum, I unfortunately don’t have any spare time and would have to search for where to change that.
I don’t have any current plans for upgrades to this plugin as I don’t get much support to work on them these days.
Hi Galv. I have noticed a possible bug with this plugin since upgrading my corescript on RPG Maker MZ. It works fine with version 1.0.0 but with subsequent versions (e.g. 1.10 and 1.2.0) sometimes the characters on the right side of the message boxes are cut off.
I have tried in a new project with no other plugins and the issue is replicated.
Can you please send me the text you use in the text box so I can replicate it with that?
is it possible to hide/show message by a pressing of a designated button?
That functionality is not part of this plugin, sorry.
Hi Galv, I noticed this plugin will crash immediately if combined with Visustella Message Core? This didnt occur back with MV message core? Is there any possibility for these to be compatible one day as id hate to have to pick or choose one. :(
No, I am unable to fix compatibility issues with Visustella plugins.
Hey Galv, Maybe a compatibility issue as it doenst work with Visustella message core, which is odd as this plugin worked fine with the Yep Message core back in the MV days :)
Hello Galv,
Since the last update of rpg maker mz
the dialog windows (message style) no longer adapt to text.
Have you seen that?
I have updated my demo project to MZ corescript 1.2.1 and am not seeing any issues.
Sorry it came from me!
Thank you
How do you also change the window for the choices? There’s the pop window and message window but when I tried them both the window that shows up when using “show choices” doesn’t change and it is still the default.
Show choices window doesn’t change with this plugin, only the message window.
Hey Galv, I’m having a weird bug where message popups have a stray line of pixels to the left of the dialogue window and the input indicator, whenever the popup originates within a certain area of the map (specifically anywhere from 4 spaces to the right between from four spaces from the left). It looks like it’s pulling in a line of pixels from the windowskin sheet, but only when popping up in the that middle swath of the screen. I thought my custom windowskin was the problem, but it happens with default too. Have you seen this before or know what could be causing it?
I haven’t – can you replicate it in the demo?
Hey hey, can you explain a bit how the zoom compensation works ? Is it automatic or do I have to fiddle with the file ? Working with a 1280×720 zoomed 2x.
It should be automatic, calculating the new screen position taking the zoom into account.
I do not see Windowskin in plugin options.
Did you look in the plugin ‘Plugin Command’ event command?
Probably a really silly oversight on my part, but where do I get the “WindowArrow” file for …\img\system\ in RPG maker MZ? Currently, when I start the game after implementing your plug-in is yells at me for not having that file.
You’ll need to get it from the demo project.
Hi Galv, excellent script. I notice your message box in your demo is not full width. Which one of your script controls that if you don’t mind answering?
Hi Galv, excellent script as usual. I noticed in your demo, even your normal message box is not full width. Can I know which of your script controls that?
I think the UI has been set smaller than the screen width hence the message box is smaller. But is there any where in your script where you can control or change the width of the message box?
I am not sure what you are referring to – I don’t see the default message box being smaller than normal
Sorry for not being clear about my question. Can any of your script create this gap? https://drive.google.com/file/d/1FrOysdGwlMuOe-EJAmprkHEzaCa-7zr3/view?usp=sharing
Sorry, can’t view that file. I recommend asking in a forum for what you are after.
Thanks for trying anyway.
Hi Galv, when using MessageBust_MZ is there a way to move the name box to the right?
I don’t believe I implemented that in the plugin, sorry.
Hello Galv, first I want to thank you for your work. I may have come across a bug with this one. If you let the message appear in the box on it’s own it will run out of the box even with the padding added provided in the plugin. If you skip the text to bring all text up at once, the message does not run out of the box and the padding works. I also sent this message to you on facebook messenger with pictures included if you would like to see the text doing this.
Does this happen in the demo?
I will check to see if it happens in demo next week and get back to you about it. Sorry busy season at work so I don’t get lots of time at home right now.
Hey Galv, just checked in your demo. With the same text used, it is actually worse in demo. Since I don’t know how to post a picture of it in demo on here for it, I will send it to you on facebook again.
Looks like you have too much text in the text box to fit on the screen. Don’t put that much text in it.
Hi Galv, I love this plugin and I used it all the time on MV just fine. The MZ version doesn’t seem to work quite right for me. When I enter text into a pop up window, the text is always aligned to the bottom left of the message box instead of the top left of the box. However, when I use a face image, the text aligns to the center left of the box(but still not the top left). I have no idea why that is and any advice would be amazing!
I also have an issue when I increase the font size by one step, the font disappears within the text box as the text box doesn’t resize accordingly and stays small.
I’m using MZ 1.5.0. Any help would be great, thanks.
I would check for plugin conflicts. Other message plugins might cause issues with this one.
Hey Galv, thanks so much for converting this plugin to MZ! I was wondering if there’s any chance this could be compatible with a word-wrapping plugin. I know you mentioned there won’t be compatibility with VisuStella due to their code being obfuscated, but if there’s a way to make it either be built-in or work with others, that’d be super helpful! The word-wrapping plugin I’m using currently is Drag’s, and I haven’t had any luck with it being compatible yet: https://drag-and-plug-in.itch.io/drag-word-wrapping
Hey, sorry – I don’t have much time these days and my to-do list is huge so I don’t do any compatibility updates.
Hi Galv, thanks a lot for your work!
I’m using “Multi-Language System Plugin for RPG Maker MZ” (ODW_MultiLanguageSystem.js) in my project and:
GALV_MessageTimerMZ works fine, but
GALV_MessageStylesMZ doesn’t work.
If in .json file I write:
“\\mt[10]Hello World\\pop[0]”,
or without timer:
“Hello World\\pop[0]”,
MessageStyle plugin doesn’t work.
Any idea? ^_^
EDIT:
I solved. ^_^
Put \pop[0] in Text Event not in .json file:
${M001.EV001.PG01.TX03}\pop[0]
Hello, I searched about rmmv message plugin and finally found your this awsome plugin!
But I have a little problem when I use it. When I wrote ‘₩pop[a1]~~~’ in text, but “[a1] ~~~” in popup.
There is nothing wrong except this. I just don’t want to show []. How can I solve this? Thank you.
You might need to check if another plugin is conflicting with it. Other message plugins are likely to do that.
Hi, I just started using MZ and your plugin is the first plugin i downloaded.
Is there any way to change the fontsize in the pop window?
Thanks!
Does changing it in the Database > System 2 tab work? I haven’t actually tried updating font size with this plugin.
Hi Galv, I love your plugins!
With message styles is there a way to manually make the box go under the sprite? I know I can offset it but then the arrow is in the wrong place.
Thanks!
In the normal “show message” event command, if you tell it to display above or below it will change if it is drawn above or below the event.
Very nice plugin. Is there a way to initiate this from a script like $gameMessage.add(“\pop[0]Hello world”)? When I tried that, it just included “pop[0]” as part of the message text.
Not without changes to the plugin, sorry. It is designed to use the event show message commands.
Thanks for the response. That’s alright – I think I can work with the Script feature in conditional branches, and Show Text outside of scripting. I also wanted to express my interesting in an MZ port of the Timed Message Popups plugin. It would work really well with a game concept I’m working on.