DarkPlasma 全てのセーブデータで共有するスイッチ・変数を指定する - DarkPlasma_SharedSwitchVariable.js
シェア用テキスト:
▼DarkPlasma 全てのセーブデータで共有するスイッチ・変数を指定する(DarkPlasma様作) - DarkPlasma_SharedSwitchVariable.js
https://plugin.fungamemake.com/archives/28110
全てのセーブデータで共有するスイッチ・変数を指定する
ふりがな:すべてのせーぶでーたできょうゆうするすいっち・へんすうをしていする
機能概要: 全てのセーブデータで共有するスイッチ・変数を指定する
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MV-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_SharedSwitchVariable.js
プラグインのヘルプ:
/*: * @plugindesc 全てのセーブデータで共有するスイッチ・変数を指定する * @author DarkPlasma * @license MIT * * @target MV * @url https://github.com/elleonard/RPGtkoolMV-Plugins * * @param switchRangeList * @desc 共有セーブに保存するスイッチの範囲リストを指定します。 * @text スイッチ範囲リスト * @type struct<SwitchRange>[] * @default [] * * @param variableRangeList * @desc 共有セーブに保存する変数の範囲リストを指定します。 * @text 変数範囲リスト * @type struct<VariableRange>[] * @default [] * * @param savefileId * @desc 共有セーブのIDを指定します。セーブデータの数より必ず大きくしてください。 * @text 共有セーブID * @type number * @default 20210505 * @min 21 * * @help * 全てのセーブデータで共有するスイッチ・変数を指定します。 * 指定したスイッチ・変数の値は共有セーブデータ(save/shared.rpgsave)に保存します。 */