当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
KRD 情報コマンド (用語集と図鑑) - KRD_MZ_Info.js
シェア用テキスト:
▼KRD 情報コマンド (用語集と図鑑)(くろうど様作) - KRD_MZ_Info.js
https://plugin-mz.fungamemake.com/archives/4155
情報コマンド (用語集と図鑑)
ふりがな:じょうほうこまんど (ようごしゅうとずかん)
機能概要: 情報コマンド (用語集と図鑑)
利用規約(ライセンス): MITライセンス
作者:くろうど
作者サイト:https://x.com/kuroudo119/
解説ページ:https://github.com/kuroudo119/RPGMZ-Plugin
ダウンロードページ:https://raw.githubusercontent.com/kuroudo119/RPGMZ-Plug…
ファイル名:KRD_MZ_Info.js
プラグインのヘルプ:
*: * @target MZ * @plugindesc 情報コマンド (用語集と図鑑) * @url https://twitter.com/kuroudo119/ * @url https://github.com/kuroudo119/RPGMZ-Plugin * @author kuroudo119 (くろうど) * * @noteParam KRD_picture * * @param infoCommand * @text 起動コマンド * * @param nameInfo * @text 情報コマンド名 * @desc タイトル画面とメニュー画面に表示するコマンド名です。デフォルトは「情報」です。 * @default 情報 * @type string * @parent infoCommand * * @param titleCommand * @text タイトル画面表示 * @desc タイトル画面に表示する:ON(true)、表示しない:OFF(false) * @default true * @type boolean * @parent infoCommand * * @param menuCommand * @text メニュー画面表示 * @desc メニュー画面に表示する:ON(true)、表示しない:OFF(false) * @default true * @type boolean * @parent infoCommand * * @param infoSection * @text 情報項目 * * @param nameGameInfo * @text ゲーム情報コマンド名 * @desc ゲーム情報の表示名です。デフォルトは「ゲーム情報」です。 * @default ゲーム情報 * @type string * @parent infoSection * * @param dataGameInfo * @text ゲーム情報データ * @desc ゲーム情報のデータです。 * @type struct<infoData>[] * @parent infoSection * * @param nameHelp * @text ヘルプコマンド名 * @desc ヘルプの表示名です。デフォルトは「ヘルプ」です。 * @default ヘルプ * @type string * @parent infoSection * * @param dataHelp * @text ヘルプデータ * @desc ヘルプのデータです。 * @type struct<infoData>[] * @parent infoSection * * @param nameGlossary * @text 用語コマンド名 * @desc 用語の表示名です。デフォルトは「用語」です。 * @default 用語 * @type string * @parent infoSection * * @param dataGlossary * @text 用語データ * @desc 用語のデータです。 * @type struct<infoData>[] * @parent infoSection * * @param nameTrophy * @text 実績コマンド名 * @desc 実績の表示名です。デフォルトは「実績」です。 * @default 実績 * @type string * @parent infoSection * * @param dataTrophy * @text 実績データ * @desc 実績のデータです。 * @type struct<infoData>[] * @parent infoSection * * @param databaseSection * @text DB項目 * * @param nameActors * @text アクターコマンド名 * @desc アクターの表示名です。デフォルトは「アクター」です。 * @default アクター * @type string * @parent databaseSection * * @param autoActors * @text アクター自動登録 * @desc アクターの自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameClasses * @text 職業コマンド名 * @desc 職業の表示名です。デフォルトは「職業」です。 * @default 職業 * @type string * @parent databaseSection * * @param autoClasses * @text 職業自動登録 * @desc 職業の自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameSkills * @text スキルコマンド名 * @desc スキルの表示名です。デフォルトは「スキル」です。 * @default スキル * @type string * @parent databaseSection * * @param autoSkills * @text スキル自動登録 * @desc スキルの自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameItems * @text アイテムコマンド名 * @desc アイテムの表示名です。デフォルトは「アイテム」です。 * @default アイテム * @type string * @parent databaseSection * * @param autoItems * @text アイテム自動登録 * @desc アイテムの自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameWeapons * @text 武器コマンド名 * @desc 武器の表示名です。デフォルトは「武器」です。 * @default 武器 * @type string * @parent databaseSection * * @param autoWeapons * @text 武器自動登録 * @desc 武器の自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameArmors * @text 防具コマンド名 * @desc 防具の表示名です。デフォルトは「防具」です。 * @default 防具 * @type string * @parent databaseSection * * @param autoArmors * @text 防具自動登録 * @desc 防具の自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param nameEnemies * @text 敵キャラコマンド名 * @desc 敵キャラの表示名です。デフォルトは「敵キャラ」です。 * @default 敵キャラ * @type string * @parent databaseSection * * @param autoEnemies * @text 敵キャラ自動登録 * @desc 敵キャラの自動登録する:ON(true)、しない:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param paramsCols * @text 敵キャラ能力値2列表示 * @desc 能力値表示を2列にする:ON(true)、1列にする:OFF(false) * @default true * @type boolean * @parent databaseSection * * @param enemyParams * @text 敵キャラ能力値 * @desc 表示する能力値の番号をカンマ区切りで指定します。 * @default 0, 1, 2, 3, 4, 5, 6, 7 * @type string * @parent databaseSection * * @param layoutSection * @text レイアウトなど * * @param titleRows * @text タイトルコマンド数 * @desc 情報コマンドを含むタイトルコマンドの数です。 * @default 4 * @type number * @parent layoutSection * * @param titleHeight * @text タイトルWindow高さ(割合) * @desc タイトルWindowの高さの割合(パーセント)です。デフォルトは 400(タイトルコマンド数×100)です。 * @default 400 * @type number * @parent layoutSection * * @param commandRight * @text コマンド右側表示 * @desc コマンド枠を右側に表示します。デフォルトは ON(true) です。 * @default true * @type boolean * @parent layoutSection * * @param commandHorizon * @text コマンド上部表示 * @desc コマンド枠を上部に横長に表示します。デフォルトは OFF(false) です。 * @default false * @type boolean * @parent layoutSection * * @param lineHeight * @text 行の高さ * @desc 説明文の行の高さです。デフォルトは 36 です。 * @default 36 * @type number * @parent layoutSection * * @param textOver * @text 画像に説明文をかぶせる * @desc 画像に説明文をかぶせます。デフォルトは OFF(false) です。敵キャラ画像が対象です。 * @default false * @type boolean * @parent layoutSection * * @param commandRows * @text コマンド行数 * @desc 選択肢の行数です。デフォルトの 0 の場合「コマンド上部表示」により値が変わります。 * @default 0 * @type number * @parent layoutSection * * @param commandCols * @text コマンド列数 * @desc 選択肢の列数です。デフォルトの 0 の場合「コマンド上部表示」により値が変わります。 * @default 0 * @type number * @parent layoutSection * * @param subCommandCols * @text サブコマンド列数 * @desc 選択肢の列数です。デフォルトの 0 の場合「コマンド上部表示」により値が変わります。 * @default 0 * @type number * @parent layoutSection * * @command setShowListNew * @text 表示初期化 * @desc 指定されたデータベースの表示を初期状態に戻します。 * * @arg name * @text データベース名 * @desc 初期化するデータベース名を指定します。 * @default * @type select * @option gameInfo * @option help * @option glossary * @option trophy * @option actors * @option classes * @option skills * @option items * @option weapons * @option armors * @option enemies * * @command setShowListAll * @text 一括表示変更 * @desc 指定されたデータベースの表示有無を一括変更します。 * * @arg name * @text データベース名 * @desc 初期化するデータベース名を指定します。 * @default * @type select * @option gameInfo * @option help * @option glossary * @option trophy * @option actors * @option classes * @option skills * @option items * @option weapons * @option armors * @option enemies * * @arg flag * @text 表示 * @desc 表示する:true、表示しない:false を設定します。 * @default false * @type boolean * * @command setShowListOne * @text 1件表示変更 * @desc 指定されたデータベースの項目1つの表示有無を変更します。 * * @arg name * @text データベース名 * @desc 初期化するデータベース名を指定します。 * @default * @type select * @option gameInfo * @option help * @option glossary * @option trophy * @option actors * @option classes * @option skills * @option items * @option weapons * @option armors * @option enemies * * @arg flag * @text 表示 * @desc 表示する:true、表示しない:false を設定します。 * @default false * @type boolean * * @arg index * @text 対象番号 * @desc 対象の番号を指定します。 * @default 0 * @type number * * @command startSceneInfo * @text 情報シーン開始 * @desc イベントコマンド内で情報シーンを開始します。 * * @help # KRD_MZ_Info.js 情報コマンド (用語集と図鑑) ## 権利表記 (c) 2021 kuroudo119 (くろうど) ## 利用規約 このプラグインはMITライセンスです。 https://github.com/kuroudo119/RPGMZ-Plugin/blob/master/LICENSE ## 更新履歴 - ver.0.0.1 (2021/05/24) 非公開版完成 - ver.0.1.0 (2021/09/17) 修正版完成 - ver.0.1.1 (2021/09/27) 内部的に字下げ処理を追加 - ver.1.0.0 (2021/09/27) 公開 ## メモ欄タグ (meta) - <KRD_notData> 非表示 - <KRD_showData> 必ず表示 - <KRD_picture:画像ファイル名> 画像を表示 - <KRD_text:追加テキスト> 追加テキストを表示 - <KRD_text_9:Message> 追加テキストを表示(9は言語番号) * * */