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.
Through Failed To Load - ThroughFailedToLoad.js
Plugin desc : Plug-in that bypasses load failure errors
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ThroughFailedToLoad.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ThroughFailedToLoad.js
File name : ThroughFailedToLoad.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ThroughFailedToLoad.js @plugindesc Plug-in that bypasses load failure errors @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 ----- Ignores errors that occur when non-existent image or audio material is specified. If audio is specified, nothing will be played, and if image is specified, an empty transparent image will be set. Error logs will be output as usual. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official @param InvalidIfTest @text Disabled during test play @desc The functions of this plugin will be disabled during test play. @type boolean @default true @param InvalidIfWeb @text Disabled on the web version @desc The functionality of this plugin will be disabled when running the web version. @type boolean @default false @param ThroughType @text Ignore Type @desc The type of material to ignore. @type select @default 3 @option Audio only @value 1 @option Image only @value 2 @option all @value 3