SVアクター登場位置変更 - BB_EntryPositionChanger.js
シェア用テキスト:
▼SVアクター登場位置変更(ビービー様作) - BB_EntryPositionChanger.js
https://plugin.fungamemake.com/archives/19831
戦闘開始時や戦闘中パーティー加入などでアクターが戦闘画面に登場する際にアクターがホームポジションに移動する前の最初にいる地点を変更する
ふりがな:SVあくたーとうじょういちへんこう
機能概要: 戦闘開始時や戦闘中パーティー加入などでアクターが戦闘画面に登場する際にアクターがホームポジションに移動する前の最初にいる地点を変更する
利用規約(ライセンス): MITライセンス
作者:ビービー
作者サイト:https://x.com/BB_ENTER
直接ダウンロード:Zipファイルダウンロードページ:https://tm.lucky-duet.com/viewtopic.php?t=2646
ファイル名:BB_EntryPositionChanger.js
プラグインのヘルプ:
/*: * @plugindesc SVアクター登場位置変更プラグイン * @author ビービー * * @param EntryPosition1x * @desc EntryPosition1のX座標 * デフォルト:300 * @default 300 * * @param EntryPosition1y * @desc EntryPosition1のY座標 * デフォルト:0 * @default 0 * * @param EntryPosition2x * @desc EntryPosition2のX座標 * デフォルト:300 * @default 300 * * @param EntryPosition2y * @desc EntryPosition2のY座標 * デフォルト:0 * @default 0 * * @param EntryPosition3x * @desc EntryPosition3のX座標 * デフォルト:300 * @default 300 * * @param EntryPosition3y * @desc EntryPosition3のY座標 * デフォルト:0 * @default 0 * * @param EntryTime1 * @desc EntryPosition1で移動するのにかかるフレーム数 * デフォルト:30 * @default 30 * * @param EntryTime2 * @desc EntryPosition2で移動するのにかかるフレーム数 * デフォルト:30 * @default 30 * * @param EntryTime3 * @desc EntryPosition3で移動するのにかかるフレーム数 * デフォルト:30 * @default 30 * * @param EntryAnimation1 * @desc EntryPosition1で登場時に表示する戦闘アニメーションのID * デフォルト:0 * @default 0 * * @param EntryAnimation2 * @desc EntryPosition2で登場時に表示する戦闘アニメーションのID * デフォルト:0 * @default 0 * * @param EntryAnimation3 * @desc EntryPosition3で登場時に表示する戦闘アニメーションのID * デフォルト:0 * @default 0 * * @help プラグインの説明 * * 戦闘開始時や戦闘中パーティー加入などでアクターが戦闘画面に登場する際に * アクターがホームポジションに移動する前の最初にいる地点を変更するプラグインです * 上から登場したり、左から登場させることが可能です。 * * アクターのメモ欄に * <EntryPosition1> * と記入することで * パラメータの【EntryPosition1x】【EntryPosition1y】 * それぞれで指定した位置からアクターが登場します * * 登場位置は三つまで作成できそれぞれ * <EntryPosition2> * <EntryPosition3> * とメモ欄に記入すればパラメータの * EntryPosition2x * EntryPosition2y * EntryPosition3x * EntryPosition3y * で指定した位置から登場するようになります。 * * 位置を指定する座標はx=0,y=0がアクターのホームポジションになります。 * 上から登場させたい場合はx=0,y=-50 * という感じになります。 * 下からと右からが正数、上からと左からが負数になります。 * * その他のパラメータ * 【EntryTime1、EntryTime2、EntryTime3】 * それぞれ<EntryPosition1><EntryPosition2><EntryPosition3>の指定した位置から * ホームポジションまで移動するのにかかるフレーム数を指定できます。 * * 【EntryAnimation1、EntryAnimation2、EntryAnimation3】 * それぞれ<EntryPosition1><EntryPosition2><EntryPosition3>で * アクター登場時に指定したアニメーションIDのアニメーションを表示します。 * 0でアニメーションを非表示にできます。 * * * 利用規約: * このプラグインは、MITライセンスのもとで公開されています。 * Copyright (c) 2016 BB ENTERTAINMENT * Released under the MIT License. * http://opensource.org/licenses/mit-license.php * * コンタクト: * BB ENTERTAINMENT Twitter: https://twitter.com/BB_ENTER/ * BB ENTERTAINMENT BLOG : http://bb-entertainment-blog.blogspot.jp/ */