当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
デバッグ用のプラグイン - Debug.js
シェア用テキスト:
▼デバッグ用のプラグイン(ポテトードラゴン様作) - Debug.js
https://plugin-mz.fungamemake.com/archives/3765
開発中に便利な機能を追加します。
ふりがな:でばっぐようのぷらぐいん
機能概要: 開発中に便利な機能を追加します。
利用規約(ライセンス): MITライセンス
作者:ポテトードラゴン
作者サイト:https://x.com/pota_gon
解説ページ:https://github.com/pota-gon/RPGMakerMZ/wiki
ファイル名:Debug.js
プラグインのヘルプ:
*: @plugindesc デバッグ用のプラグイン Ver1.3.3(2021/8/1) @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/System/Debug.js @base Potadra @orderAfter Potadra @target MZ @author ポテトードラゴン ・アップデート情報 - 全アイテム取得機能を追加 Copyright (c) 2021 ポテトードラゴン Released under the MIT License. https://opensource.org/licenses/mit-license.php @help ## 概要 開発中に便利な機能を追加します。 ## 使い方 以下の機能を提供します。 使いたい機能のパラメータを変更してください。 1. プラグインロードエラースキップ 2. プラグインで画面サイズ(解像度)変更 3. プラグインでフォント変更 4. ヘルプ上部表示モード 5. ボタン下部表示モード @param SkipPluginLoadError @type boolean @text プラグインロードエラースキップ @desc プラグインのロードエラーをスキップするか ONのプラグインがない状態で、ゲームを起動可能になります @on スキップする @off スキップしない @default true @param EnableResolution @type boolean @text 画面サイズ(解像度)変更 @desc プラグインで画面サイズ(解像度)変更するか @on 変更する @off 変更しない @default false @param ResolutionWidth @parent EnableResolution @type number @text 画面サイズ(解像度)の幅 @desc 画面の横の長さ @default 816 @min 0 @max 2000 @param ResolutionHeight @parent EnableResolution @type number @text 画面サイズ(解像度)の高さ @desc 画面の縦の長さ @default 624 @min 0 @max 2000 @param EnableFont @type boolean @text プラグインでフォント変更 @desc フォントをプラグインで切り替えるように変更します @default false @param mainFontFilename @parent EnableFont @type string @text メインフォント @desc メインフォントのファイル名 @default mplus-1m-regular.woff @param numberFontFilename @parent EnableFont @type string @text 数字フォント @desc 数字フォントのファイル名 @default mplus-2p-bold-sub.woff @param isTopHelpMode @type boolean @text ヘルプ上部表示モード @desc ヘルプを上部に表示するように変更します @default false @param isBottomButtonMode @type boolean @text ボタン下部表示モード @desc ボタンを下部に表示するように変更します @default false @param AllItem @type boolean @text アイテム全入手 @desc アイテムを全入手するか @on 入手する @off 入手しない @default false @param ExceptItemName @parent AllItem @type string @text 入手しないアイテムの文字列 @desc この文字が含まれている場合は、アイテムを入手しません。 @default - @param GetItem @parent AllItem @type boolean @text アイテム入手 @desc アイテムを入手するか @on 入手する @off 入手しない @default true @param GetWeapon @parent AllItem @type boolean @text 武器入手 @desc 武器を入手するか @on 入手する @off 入手しない @default true @param GetArmor @parent AllItem @type boolean @text 防具入手 @desc 防具を入手するか @on 入手する @off 入手しない @default true */