Customize/Disable Text Outline + Shadow (v1.1) - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Plugins and Mods (https://www.save-point.org/forum-74.html) +---- Forum: RPGMaker MV/MZ Engines (https://www.save-point.org/forum-120.html) +---- Thread: Customize/Disable Text Outline + Shadow (v1.1) (/thread-5616.html) |
Customize/Disable Text Outline + Shadow (v1.1) - Zerbu - 11-01-2015 Customize/Disable Text Outline + Shadow
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=18f586082025ee2f&id=18F586082025EE2F%21479&authkey=%21AI-bIVftZvEmos8&v=TextFileEditor 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
RE: Customize/Disable Text Outline + Shadow (v1.1) - DerVVulfman - 11-01-2015 Shared > RPG Maker Scripts > Zerbu_Outline.... Your folder is empty. The script isn't there. RE: Customize/Disable Text Outline + Shadow (v1.1) - Zerbu - 11-01-2015 I've done the same thing I did with the other thread. :) RE: Customize/Disable Text Outline + Shadow (v1.1) - DerVVulfman - 11-01-2015 Yup. In "Zerbu_TextSE Shared > RPG Maker Scripts > Zerbu_TextSE.js", we got the script. |