Welcome to PGMV! 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.
FTKR Ex Meta Data - FTKR_ExMetaData.js
Plugin desc : v1.0.1 Metadata extension plugin
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_ExMetaData.js
File name : FTKR_ExMetaData.js
Help of plugin :
@plugindesc v1.0.1 Metadata extension plugin @author Futokoro @url https://github.com/munokura/futokoro-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- This plugin imports the following metadata (*1) into each object data. (*1) Data written in the <name:data> format 1. Metadata in the annotations on the first page of an Troops battle event is imported into $dataTroops[n].meta when the game starts. (n is the Troops ID) 2. Metadata in the annotations on the first page of an event is imported into $dataMap.events[n].meta when map data is loaded. (n is the event ID) ---------------------------------------------------------------------------- Setup ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ---------------------------------------------------------------------------- License for this plugin ---------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017,2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin source https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.1 - 2018/02/19: Bug fixes 1. Fixed an issue where metadata would disappear when opening and closing the menu. v1.0.0 - 2017/05/05: First version created ----------------------------------------------------------------------------