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.
NUUN Contents Back Visible - NUUN_ContentsBackVisible.js
Plugin desc : Hide content background
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_ContentsBackVisible.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_ContentsBackVisible.js
File name : NUUN_ContentsBackVisible.js
Help of plugin :
* @target MZ * @plugindesc Hide content background * @author NUUN * @version 1.1.2 * @base NUUN_Base * @orderAfter NUUN_Base * * @help * I want to hide the content background (black background). * * "Content background class setting" sets only the applicable window when "Hide content background" is OFF. * Specifies the class name of the window that is not applied when ON. * * When specifying an arbitrary image for the content background with other plug-ins, do not apply the content background hide of the corresponding class. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 4/10/2022 Ver.1.1.2 * Added processing of class specification by identification name specification. * 11/12/2022 Ver.1.1.1 * Changed the display in languages other than Japanese to English. * 5/15/2022 Ver.1.1.0 * Changed specification of applicable class. * Changed to reduce the line height when the content background is hidden. * 12/30/2021 Ver.1.0.0 * first edition. * * @param BackVisible * @text Hide content background * @desc Do not display the content background. * @type boolean * @default true * * @param BackVisibleClass * @text Content background class setting * @desc Specifies the class (distinguished name) for applying or disabling the content background. * @type combo[] * @option 'Window_TitleCommand' * @option 'Window_Options' * @option 'Window_SavefileList' * @option 'Window_MenuCommand' * @option 'Window_MenuStatus' * @option 'Window_MenuActor' * @option 'Window_ItemCategory' * @option 'Window_ItemList' * @option 'Window_SkillType' * @option 'Window_SkillList' * @option 'Window_EquipCommand' * @option 'Window_EquipSlot' * @option 'Window_EquipItem' * @option 'Window_GameEnd' * @option 'Window_ShopCommand' * @option 'Window_ShopBuy' * @option 'Window_ShopSell' * @option 'Window_NumberInput' * @option 'Window_EventItem' * @option 'Window_ChoiceList' * @option 'Window_NameInput' * @option 'Window_BattleStatus' * @option 'Window_PartyCommand' * @option 'Window_ActorCommand' * @option 'Window_BattleSkill' * @option 'Window_BattleItem' * @option 'Window_BattleActor' * @option 'Window_BattleEnemy' * @option 'Window_BattleActorImges' * @option 'Window_BattleActorStatus' * @default ["'Window_SavefileList'","'Window_BattleStatus'","'Window_BattleActorImges'","'Window_BattleActorStatus'"] *