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.
Turn Window - TurnWindow.js
Plugin desc : ver1.04/Adds a window to display the number of turns on the battle screen.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/TurnWindow/TurnWindow.js
File name : TurnWindow.js
Help of plugin :
@plugindesc ver1.04/Adds a window to display the number of turns on the battle screen. @author Yana @url https://github.com/munokura/Yana-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/Yana-MV-plugins ). Original plugin by Yana. ----- Adds a window to display the number of turns on the battle screen. Sample image https://github.com/munokura/Yana-MV-plugins/blob/master/Battle/TurnWindow/turn_window.png ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.04: Fixed a bug that prevented some parameters from functioning properly due to full-width spaces. ver1.03: Added support for deleting unnecessary materials. ver1.02: Fixed a bug that prevented the turn window from displaying correctly when all players were Collapse at the start of battle. Fixed a bug that prevented the number of turns from displaying correctly under certain circumstances. Added a process for using it with YEP_BattleEngineCore. ver1.01: Added terms of use information to the Help section. Fixed an issue where the transparency of attached images was incorrect. ver1.00: Released @param Turn Window X @desc The X coordinate of the turn window display value position. @default 712 @param Turn Window Y @desc The Y coordinate of the turn window display position. @default 8 @param Turn Window Width @desc The width of the turn window. @default 96 @param Turn Window Height @desc The vertical width of the turn window. @default 96 @param Turn Window Name @desc This is the "turn" part displayed in the turn window. @default Turn @param Turn Window Use Sprite @desc This setting determines whether to use an image in the turn window. Specify true or false. @default true @param Turn Window Sprite @desc The name of the image to display in the turn window. Prepare the image in the img/system folder. @default turn_window @type file @require 1 @dir img/system/ @param Split LogWindow Back @desc This setting determines whether the log window backsprite is truncated to the width of the window. Set this to true or false. @default true @param Turn Window Font Size Turn @desc The font size of the "turn" part of the turn display. @default 24 @param Turn Window Font Size Count @desc The font size of the numerical part of the turn display. @default 48 @param Turn Window TurnX @desc The X coordinate of the turn display. @default 8 @param Turn Window TurnY @desc The Y coordinate of the turn display. @default 0 @param Turn Window Turn NumX @desc This is the X coordinate of the number part of the turn display. @default 24 @param Turn Window Turn NumY @desc This is the Y coordinate of the number part of the turn display. @default 38