事前のお知らせ

MOGシリーズ:RPGツクールMZ

日本語版MOG Battleback EX MZプラグイン v1.0.1(バグ修正版) #RPGツクールMZ

「複数の戦闘背景を追加レイヤー化できる」プラグインです。

こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事もございます。

下記ページで最新版が配布されています。
しかしv1.0はバグがあり、エラーが出て動作しません。
mogplugins.wordpress.com/rpg-maker-mz/

こちらに簡単な修正をしたバージョンになります。

ダウンロードはコチラ

どなたかのお役に立てば幸いです。

/*:ja
* @target MZ
* @plugindesc (v1.0.1) 複数の戦闘背景を追加レイヤー化します。
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_BattlebackEX.js
*
* @command set_bbex1
* @desc 戦闘背景EX(背面)を有効にします。
* @text 設定(背面)
*
* @arg id
* @desc インデックスを指定(0..20)
* @text ID
* @default 0
* @type number
* @min 0
* @max 20
*
* @arg filename
* @desc ファイル名の指定
* @text ファイル名
* @default GrassMaze
* @type file
* @dir img/battlebacks1
*
* @arg sx
* @desc Xスライドの指定
* @text 水平スクロール
* @default 0
*
* @arg sy
* @desc Yスライドの指定
* @text 垂直スクロール
* @default 0
*
* @arg opacity
* @desc 不透明度の指定
* @text 不透明度
* @type number
* @default 255
* @min 0
* @max 255
*
* @arg blendtype
* @desc 合成方法の指定
* @text 合成方法
* @type select
* @default Normal
* @option 加算
* @value Additive
* @option 通常
* @value Normal
* @option 乗算
* @value Multiply
*
* @arg trSpeed
* @desc 移動速度の指定
* @text 移動速度
* @type number
* @default 3
* @min 1
* @max 25
*
* @arg camRate
* @desc カメラ遠近効果
*(要Mog_BattleCamera)
* @text カメラレート
* @type number
* @default 100
* @min 50
* @max 150
*
* @arg camWaveX
* @desc 水平移動に波効果を有効化
*(要Mog_BattleCamera)
* @text 水平波を許可
* @type boolean
* @default true
*
* @arg camWaveY
* @desc 垂直移動に波効果を有効化
*(要Mog_BattleCamera)
* @text 垂直波を許可
* @type boolean
* @default true
*
* @command set_bbex2
* @desc 戦闘背景EX(前面)を有効化
* @text 設定(前面)
*
* @arg id
* @desc インデックスの指定(0..20)
* @text ID
* @default 0
* @type number
* @min 0
* @max 20
*
* @arg filename
* @desc ファイル名の指定
* @text ファイル名
* @default GrassMaze
* @type file
* @dir img/battlebacks2
*
* @arg sx
* @desc Xスライドの指定
* @text 水平スクロール
* @default 0
*
* @arg sy
* @desc Yスライドの指定
* @text 垂直スクロール
* @default 0
*
* @arg opacity
* @desc 不透明度の指定
* @text 不透明度
* @type number
* @default 255
* @min 0
* @max 255
*
* @arg blendtype
* @desc 合成方法の指定
* @text 合成方法
* @type select
* @default Normal
* @option 加算
* @value Additive
* @option 通常
* @value Normal
* @option 乗算
* @value Multiply
*
* @arg id
* @desc インデックスの指定(0..20)
* @text ID
* @default 0
* @type number
* @min 0
* @max 20
*
* @arg trSpeed
* @desc 変化速度の指定
* @text 変化速度
* @type number
* @default 3
* @min 1
* @max 25
*
* @arg camRate
* @desc カメラ遠近効果
*(要Mog_BattleCamera)
* @text カメラレート
* @type number
* @default 100
* @min 50
* @max 150
*
* @arg camWaveX
* @desc 水平移動に波効果を有効化
*(要Mog_BattleCamera)
* @text 水平波を許可
* @type boolean
* @default true
*
* @arg camWaveY
* @desc 垂直移動に波効果を有効化
*(要Mog_BattleCamera)
* @text 垂直波を許可
* @type boolean
* @default true
*
* @command remove_bbex
* @desc 戦闘背景を消去
* @text 消去
*
* @command remove_bbex_all
* @desc 全戦闘背景(EX)を消去
* @text 全消去
*
* @help
* 翻訳:
* fungamemake.com/
* ============================================================================
* ♦♦♦ MOG - Battleback EX ♦♦♦
* Author - Moghunter
* Version - 1.0
* Updated - 2021/04/16
* mogplugins.wordpress.com
* ============================================================================
* 複数の戦闘背景を追加レイヤー化します。
*
* プラグインコマンドで動作します。
*
* 本家で配布されているv1.0はエラーが出て動作しません。
* これを動作するように修正しました。
* Version - 1.0.1
* Updated - 2021/09/09
*
*/

スポンサードリンク

スポンサードリンク

-MOGシリーズ:RPGツクールMZ
-

Copyright© RPGツクールMZ・MV初心者的備忘録 - FGMG (Fun Game Make Group) , 2023 All Rights Reserved.