casper667 131 Posted August 21, 2020 (edited) CGMZ Core By: Casper Gaming Last Update: 9/7/2020 Latest Version: 1.2.1 Introduction The core CGMZ plugin which provides many helper functions for my other plugins. This plugin is used extensively by other CGMZ plugins and is likely to be required. Features Plug and play, no setup required Allows the use of the CGMZ Engine How to Use Import into plugin manager and enable the plugin. Plugin Plugin (along with all my other plugins) can be found here: https://www.caspergaming.com/plugins/cgmz/core/ Credit & Terms https://www.caspergaming.com/terms-of-use/ Version Info Spoiler Version 1.0: - Initial Release Version 1.1: - Added function to automatically check if any CGMZ plugin is out of date - Added function to split a string into multiple lines if the string is too long for a window to handle without reducing font size (word wrap). - Added class CGMZ_Window_Scrollable which can scroll vertically with handlers but no visible cursor. A mix between Window_Base, Window_Scrollable, and Window_Selectable - Added CGMZ map name meta access Version 1.2.1: - Updated api call for version check to use semantic versioning - Added link to update directly from console - Cut down on outdated CGMZ plugin warnings in console Edited September 7, 2020 by casper667 Update to 1.2.1 1 Share this post Link to post Share on other sites
casper667 131 Posted August 24, 2020 Hi all, added some new things to my core plugin today which future plugins might depend on: Version 1.1: - Added function to automatically check if any CGMZ plugin is out of date - Added function to split a string into multiple lines if the string is too long for a window to handle without reducing font size (word wrap). - Added class CGMZ_Window_Scrollable which can scroll vertically with handlers but no visible cursor. A mix between Window_Base, Window_Scrollable, and Window_Selectable - Added CGMZ map name meta access Share this post Link to post Share on other sites
casper667 131 Posted September 7, 2020 Update to my core plugin for semantic versioning Version 1.2.1: - Updated api call for version check to use semantic versioning - Added link to update directly from console - Cut down on outdated CGMZ plugin warnings in console Share this post Link to post Share on other sites