An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Menu Sub Member - MenuSubMember.js

Plugin desc : display sub member at menu window and field (Ver1.2.2)

License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed

Author : Sasuke KANNAZUKI (thanks to Yoji Ojima)

Website : https://rpgmakerofficial.com/product/mv/

Download Page :  C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins MenuSubMember.js

File name : MenuSubMember.js

Help of plugin :

* @plugindesc display sub member at menu window and field (Ver1.2.2)
 * @author Sasuke KANNAZUKI (thanks to Yoji Ojima)
 *
 * @param subMemberIdVal1
 * @desc variable id for actor id of sub member 1
 * @default 11
 *
 * @param subMemberIdVal2
 * @desc variable id for actor id of sub member 2
 * @default 12
 *
 * @param subMemberIdVal3
 * @desc variable id for actor id of sub member 3
 * @default 13
 *
 * @param subMemberIdVal4
 * @desc variable id for actor id of sub member 4
 * @default 14
 * 
 * @param displayIfNone
 * @desc when no sub members, whether display the window or not.
 * (1=display, 0=not display)
 * @default 0
 * 
 * @param subMemberText
 * @desc display text that means sub member
 * @default Sub Members
 *
 * @param subMemberNoneText
 * @desc text display when no sub members
 * @default None
 *
 * @param DisplayOnMap
 * @desc whether to display sub members on map at tail of party (1:yes, 0:no)
 * @default 1
 *
 * @param MenuSubMember Display Mode
 * @desc set display mode on window. 0=default, 1=without name
 * @default 0
 *
 * @help This plugin does not provide plugin commands.
 * 
 * this plugin displays sub members under the menu commands.
 * sub member is an actor that not attend battle.
 *
 * [Ver1.1 additional feature]
 * At map scene, it displays sub members after actors.
 * *note* by option setting, this function can invalidate.
 *
 * if no sub members, set variables value be 0.
 *
 * the actors appeared on map are top 4, that attends the battle.
 * sub members in the party appear always every one on map.
 * 
 * [Ver1.2 additional feature]
 * _Enables to utilize this plugin with "TMFollowerEx.js".
 * http://hikimoki.sakura.ne.jp/plugin/plugin_system.html#TMFollowerEx
 *
 * In the case, be sure to put MenuSubMember.js below TMFollowerEx.js.
 *
 * *** Check points to utilize 2 plugins:
 * ・You can insert NPC actor(s) either/both top or tail.
 *   This function is independent from MenuSubMember. 
 * ・You can set the max length of the followers.
 *   It enables you to display all actors and sub members on the map scene.
 * ・"TMFollower.js" suppose menu sub members as the tail of actors.
 *    So you can run plugin commands for followers also to menu sub members.
 * ・If the player obtain more character(actors, NPCs, and menu sub members),
 *   truncate actors and menu sub members from the tail.
 *
 * note: this plugin is only for default menu.
 *  it cannot use on changed layout menu(ex. AltMenuScreen.js).
 * 
 * [License]
 * this plugin is released under MIT license.
 * http://opensource.org/licenses/mit-license.php

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.