当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 全てのセーブデータで共有するスイッチ・変数を指定 - DarkPlasma_SharedSwitchVariable.js
シェア用テキスト:
▼DarkPlasma 全てのセーブデータで共有するスイッチ・変数を指定(DarkPlasma様作) - DarkPlasma_SharedSwitchVariable.js
https://plugin-mz.fungamemake.com/archives/2872
全てのセーブデータで共有するスイッチ・変数を指定します。指定したスイッチ・変数の値は共有セーブデータ(save/shared.rmmzsave)に保存します。
ふりがな:すべてのせーぶでーたできょうゆうするすいっち・へんすうをしてい
機能概要: 全てのセーブデータで共有するスイッチ・変数を指定します。指定したスイッチ・変数の値は共有セーブデータ(save/shared.rmmzsave)に保存します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2022/…
ファイル名:DarkPlasma_SharedSwitchVariable.js
プラグインのヘルプ:
/*:ja * @plugindesc 全てのセーブデータで共有するスイッチ・変数を指定する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @param switchRangeList * @desc 共有セーブに保存するスイッチの範囲リストを指定します。 * @text スイッチ範囲リスト * @type struct<SwitchRange>[] * @default [] * * @param variableRangeList * @desc 共有セーブに保存する変数の範囲リストを指定します。 * @text 変数範囲リスト * @type struct<VariableRange>[] * @default [] * * @command saveSharedInfo * @text 共有セーブに保存する * @desc 共有セーブデータにスイッチ・変数を保存します。 * * @help * version: 1.0.0 * 全てのセーブデータで共有するスイッチ・変数を指定します。 * 指定したスイッチ・変数の値は共有セーブデータ(save/shared.rmmzsave)に保存します。 * * プラグインコマンドで共有セーブデータを更新できます。 */