11-01-2015, 04:23 AM
(This post was last modified: 08-11-2024, 02:38 PM by DerVVulfman.)
Customize/Disable Text Outline + Shadow
Version: v1.1
Version: v1.1
Introduction
I’ve been messing around with the new plugin system in RPG Maker MV. This s my first proper script. It’s very simple script that allows you to customize the text outline in RPG Maker MV. You also have the option to completely remove it if you prefer. It basically just overrides the class for drawing the text outline and makes all the parameters customizable. It lets you change the colour and size of the outline, as well as the HTML5 line join type.
Screenshots
Script
Download from OneDrive: https://onedrive.live.com/prev?cid=18f58...FileEditor
Instructions
Add the script using the Plugin Manager and edit the settings to what you want. There are no additional steps required.
Compatibility
This script directly overrides Bitmap.prototype._drawTextOutline and will conflict with other scripts that do the same. That being said, there is no need for another script to directly override that function unless it does exactly the same as this one.
Terms and Conditions
Do not claim as your own. You're welcome to use this for commercial use if you desire. It's a very basic script anyway.
Change Log
- v1.1 - Added the option to add a shadow.