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.
TM Succu Navi - TMSuccuNavi.js
Plugin desc : The swinging succubus will support you on your adventure.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMSuccuNavi.js
File name : TMSuccuNavi.js
Help of plugin :
@plugindesc The swinging succubus will support you on your adventure. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Swaying Succubus ver. 1.0.3 How to Use: Save the following images distributed with the plugin into the img/pictures folder. The file names cannot be changed. SuccubusBody.png SuccubusBust.png SuccubusHead.png SuccubusHeadC.png SuccubusLArmT.png SuccubusLHairB.png SuccubusLHairT.png SuccubusLLegB.png SuccubusLLegT.png SuccubusLWing.png SuccubusRArmB.png SuccubusRArmT.png SuccubusRHairB.png SuccubusRHairT.png SuccubusRLegB.png SuccubusRLegT.png SuccubusRWing.png SuccubusShadow.png SuccubusTail.png Also, please save the following images to the img/System folder: TMSuccuNaviArrow.png https://github.com/munokura/tomoaky-MV-plugins/blob/master/img/TMSuccuNavi_img.zip When the following Event's Contents is executed, a succubus will automatically appear and a message will be displayed. - Increase/decrease money - Increase/decrease items - Increase/decrease weapons - Increase/decrease armor This plugin has been tested with RPG Maker MV Version 1.5.0. This plugin is distributed under the MIT License and is free for commercial use, modification, redistribution, and other uses. Plugin Commands: sucuStop Stops the automatic message function. sucuStart Restarts stopped automatic messages. sucuClear Deletes all pending messages. sucuMes Text Adds text to the end of pending messages. sucuForce Text Adds text to the beginning of pending messages. If the number of pending messages has reached its limit, executing the force command will push out and delete the most recently added message. @param messageX @desc X coordinate of the message window. Default: 8 @default 8 @type string @param messageY @desc Y coordinate of the message window. Default: 572 @default 572 @type string @param messageWidth @desc Message window width. Default: 640 @default 640 @type number @param succuX @desc Succubus X coordinate offset. Default: 80 @default 80 @type string @param succuY @desc Y coordinate offset for succubus. Default: 80 @default 80 @type string @param succuIdleTopY @desc The Y coordinate of the succubus' standby position when displayed on the top. Default: -40 @default -40 @type string @param succuIdleBottomY @desc Y coordinate of the succubus' standby position when displayed on the bottom. Default: 844 @default 844 @type string @param messageCloseTimer @desc Time until message window closes. Default: 180 @default 180 @type number @param messageFastCloseTimer @desc Time until message window closes in fast forward mode. Default: 30 @default 30 @type number @param messageDuration @desc Time until standby. Default: 180 @default 180 @type number @param messagePause @desc Pauses during normal message display. Default: ON (false = OFF disabled / true = ON enabled) @default true @type boolean @param messageFast @desc Number of pending messages before moving to fast forward state. Default: 8 @default 8 @type number @param messageMax @desc Maximum number of messages that can be held. Default: 16 @default 16 @type number @param messageGainGold @desc Message displayed when money is acquired. Default: %1¥G Got it! @default %1¥G Got it! @type string @param messageLostGold @desc Message when money is lost. Default: %1¥G Lost... @default %1¥G Lost… @type string @param messageGainItem @desc Message displayed when obtaining an item. Default: %1 Got it! @default %1 Got it! @type string @param messageLostItem @desc Message displayed when items are lost. Default: %1 Lost... @default %1 Lost… @type string @param messageGainItems @desc Message displayed when multiple items are acquired. Default: %1% Got 2 items! @default %1% Got 2 items! @type string @param messageLostItems @desc Message displayed when multiple items are lost. Default: %1% 2 items lost... @default %1% 2 items lost... @type string