RPG Maker MV
Custom Position Message Box
Introduction
It all begins when I want to use a custom box for my message box. It turns out that the text was out of place, and I had to move it so that it doesn’t look weird. I began searching on a way to move the message box manually, and turns out that some people had the same problem and there’s no good solution yet. Thus I made this simple plugin, so I can continue my project and others might find a good use for it.
Features
Move the x and y position of your message box manually, or so, I think.
The Code
License Terms
Attribution-ShareAlike 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. The licensor permits others to distribute derivative works only under the same license or one compatible with the one that governs the licensor's work. Commerical use allowed.
Frequently Asked Questions
If there’s any updates for the script, it’ll be available first on this page :
The Script Page on My WordPress
I’ll update it here too, but just in case that I forget, check the link above first.
Instructions
Put the plugin on your plugin folder and enable it on your RMMV editor.
When you want to enable the manual message box positioning, put this on script call.
black_custom_window = true
To change the message box y position, put this on script call and change “VALUE” into your desired coordinate.
black_custom_window_y = VALUE
To change the message box x position, put this on script call and change “VALUE” into your desired coordinate.
black_custom_window_x = VALUE
Compatibility
– No Compatibility issue yet.
Version History
Version 1.0 (09 January 2016) – Initial design.
Credits & Thanks
Black Mage
Terms & Conditions
Terms of Use :
1. This script can be used on commercial or non commercial games, only if you credit me (Black Mage) properly.
2. Please tell me about your game (Optional). I’ll be happy to play and review your game, assumed I have some times to spare.
Anyway, it’s licensed under Attribution-ShareAlike 3.0 Unported
Comments (6)
Leave a Reply
You must be logged in to post a comment.
Ryan Ferris
Looks good man, I might link this in my current blog as it fits the theme really well! Would that be possible?
black mage
@Ryan Ferris
I'm not quite sure what you meant by that, but feel free to do so. 🙂
Guest
I'd love to be able to use this plugin, because I'm using a custom text box. I can't get it working. When I activate the plugin in the script, set X/Y coords in the script like you say, and load the game, the text doesn't show up at all. I tried tons of different coords but it's always the same result, no text. Can you maybe show a screenshot of how you set it up?
black mage
This is how you set it up. See the text on the red box.
[img]http://i.imgur.com/cATaBhC.png[/img]
Also make sure that you've turn on the plugin.
Guest
I can't make it work, it doesn't do anything.
I'm using yanfly messagecore, could it be a conflict?
black mage
Sorry for the late reply. A bit busy at the moment.
I'm using YEP Message Core myself, and it works fine. Maybe you could tell more about what you're trying to achieve or set a demo so we can look into the problem.