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.
Title Call - TitleCall.js
Plugin desc : Title Call Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/TitleCall.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/TitleCall.js
File name : TitleCall.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/TitleCall.js @plugindesc Title Call Plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- TitleCall.js Plays the specified sound effect when the title screen is displayed. This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute it without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param name @text SE file name @desc The file name of the SE to play. @type file @dir audio/se @param volume @text Sound Effects Volume @desc This is the volume of the SE being played. @type number @default 90 @max 100 @param pitch @text SE Pitch @desc This is the pitch of the sound effect to be played. @type number @default 100 @min 50 @max 150 @param pan @text SE Phase @desc This is the phase (position) of the SE to be played. @type number @default 0 @min -100 @max 100 @param delay @text Latency (ms) @desc Delays the SE performance by the specified number of milliseconds. @type number @default 0 @max 99999 @param bgmDelay @text BGM Delay (ms) @desc Delays the default title music by the specified number of milliseconds. @type number @default 0 @max 99999 @param randomList @text Random SE File List @desc Once set, the songs will be played randomly from the list. @type file[] @default [] @dir audio/se @param condition @text Activation conditions @desc These are the conditions for triggering the title call. This is for advanced users as it requires writing a script. @type combo @option ConfigManager.Boolean1; // Switch items in CustomizeConfigItem.js