Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
GMN Read Me - GMN_ReadMe.js
Plugin desc : Allows ReadMe to be referenced in-game.
License : MIT License
Author : Gemini.
Website : https://github.com/nulluo/GEMINI-RPG-Maker-Plugin/blob/master/MZ/GMN_ReadMe.js
Desc page : https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_ReadMe.js
Download Page : https://raw.githubusercontent.com/nulluo/GEMINI-RPG-Maker-Plugin/master/MZ/GMN_ReadMe.js
File name : GMN_ReadMe.js
Help of plugin :
* @target MZ * @plugindesc Allows ReadMe to be referenced in-game. * @base PluginCommonBase * @url https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_ReadMe.js * @author Gemini. * * @help * Allows ReadMe to be referenced in-game. * Does not provide the ability to display the readme on the game screen. * Please use other plugins or scripts. * * How to use : * 1. In the folder where game.rmmzproject exists * Create a text file named "ReadMe.txt" in the folder where game.rmmzproject exists. 2. * 2. You can call the contents of the text with a global variable called "$ReadMe". * Refer to this in your scripts, etc. * (*) The file name and global variable can be changed in the plug-in parameters. * * (*) PluginCommonBase.js is required to use this plugin. * * 2022/02/06 1.0.0 Published. * * @param variableName * @text Global variable name * @desc Global variable name to refer to the text of the readMe file. * @type string * @default $ReadMe * * @param fileName * @text ReadMe file name * @desc Name of text file to read as ReadMe (including extension). * @type string * @default ReadMe.txt * @type string * @default ReadMe.txt