280 lines
8.6 KiB
JavaScript
280 lines
8.6 KiB
JavaScript
// Generated by RPG Maker.
|
|
// Do not edit this file directly.
|
|
var $plugins = [
|
|
{
|
|
name: "PictureCallCommon",
|
|
status: true,
|
|
description: "ピクチャのボタン化プラグイン",
|
|
parameters: {
|
|
透明色を考慮: "true",
|
|
ピクチャ番号の変数番号: "10",
|
|
ポインタX座標の変数番号: "8",
|
|
ポインタY座標の変数番号: "9",
|
|
タッチ操作抑制: "false",
|
|
タッチ操作抑制スイッチ: "0",
|
|
戦闘中常にコモン実行: "false",
|
|
並列処理として実行: "false",
|
|
無効スイッチ: "19",
|
|
},
|
|
},
|
|
{
|
|
name: "UTA_MessageSkip",
|
|
status: true,
|
|
description: "特定キーを押す事でメッセージをスキップできるようにします。",
|
|
parameters: { "Skip Key": "control", "Show Trace": "false" },
|
|
},
|
|
{
|
|
name: "NovelGameBasicSystem",
|
|
status: true,
|
|
description: "ノベルゲームのような機能を提供するプラグイン",
|
|
parameters: {
|
|
maxMessageLogNum: "30",
|
|
saveMessageLogSwitchId: "13",
|
|
autoMessageSwitchID: "15",
|
|
skipReadMessageSwitchID: "14",
|
|
},
|
|
},
|
|
{
|
|
name: "MessageWindowHidden",
|
|
status: true,
|
|
description: "メッセージウィンドウ一時消去プラグイン",
|
|
parameters: {
|
|
triggerButton: '["右クリック","pageup"]',
|
|
triggerSwitch: "0",
|
|
linkPictureNumbers: '["100"]',
|
|
linkShowPictureNumbers: "[]",
|
|
disableLinkSwitchId: "0",
|
|
disableSwitchId: "0",
|
|
disableInBattle: "false",
|
|
disableInChoice: "true",
|
|
},
|
|
},
|
|
{
|
|
name: "MessageSkip",
|
|
status: true,
|
|
description: "メッセージスキッププラグイン",
|
|
parameters: {
|
|
スキップキー: "",
|
|
オートキー: "A",
|
|
スキップスイッチ: "0",
|
|
オートスイッチ: "15",
|
|
スキップアイコン: "140",
|
|
オートアイコン: "90",
|
|
アイコンX: "975",
|
|
アイコンY: "675",
|
|
押し続けスキップ: "false",
|
|
オート待機フレーム: "10 + textSize * (2 + \\v[20])",
|
|
終了解除スイッチID: "0",
|
|
スキップピクチャ: "",
|
|
スキップピクチャX: "200",
|
|
スキップピクチャY: "0",
|
|
オートピクチャ: "",
|
|
オートピクチャX: "400",
|
|
オートピクチャY: "0",
|
|
スイッチピクチャ: "novelMenuButton",
|
|
スイッチピクチャトリガー: "20",
|
|
スイッチピクチャX: "975",
|
|
スイッチピクチャY: "725",
|
|
ボタン原点: "0",
|
|
ボタン表示スイッチID: "16",
|
|
ピクチャ座標タイプ: "absolute",
|
|
無効化スイッチ: "0",
|
|
},
|
|
},
|
|
{
|
|
name: "CustomizeConfigDefault",
|
|
status: true,
|
|
description: "オプションデフォルト値設定プラグイン",
|
|
parameters: {
|
|
常時ダッシュ: "on",
|
|
コマンド記憶: "OFF",
|
|
BGM音量: "40",
|
|
BGS音量: "60",
|
|
ME音量: "60",
|
|
SE音量: "60",
|
|
常時ダッシュ消去: "on",
|
|
コマンド記憶消去: "on",
|
|
BGM音量消去: "OFF",
|
|
BGS音量消去: "OFF",
|
|
ME音量消去: "OFF",
|
|
SE音量消去: "OFF",
|
|
},
|
|
},
|
|
{
|
|
name: "CustomizeConfigItem",
|
|
status: true,
|
|
description: "オプション任意項目作成プラグイン",
|
|
parameters: {
|
|
数値項目:
|
|
'["{\\"Name\\":\\"Auto Wait Time\\",\\"DefaultValue\\":\\"10\\",\\"VariableID\\":\\"20\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"NumberMin\\":\\"0\\",\\"NumberMax\\":\\"20\\",\\"NumberStep\\":\\"2\\",\\"AddPosition\\":\\"\\"}"]',
|
|
文字項目: "",
|
|
スイッチ項目: "[]",
|
|
音量項目: "",
|
|
},
|
|
},
|
|
{
|
|
name: "MasterVolumeOption",
|
|
status: true,
|
|
description: "マスターボリューム設定プラグイン",
|
|
parameters: { 項目名称: "Master Volume", 初期値: "40", 音量の増減量: "10" },
|
|
},
|
|
{
|
|
name: "AnotherNewGame",
|
|
status: true,
|
|
description: "アナザーニューゲーム追加プラグイン",
|
|
parameters: {
|
|
name: "Recollection",
|
|
map_id: "3",
|
|
map_x: "16",
|
|
map_y: "1",
|
|
hidden: "OFF",
|
|
disable: "OFF",
|
|
file_load: "OFF",
|
|
no_fadeout: "OFF",
|
|
manage_number: "",
|
|
add_position: "3",
|
|
},
|
|
},
|
|
{
|
|
name: "Community_Basic",
|
|
status: true,
|
|
description: "基本的なパラメーターを設定するプラグインです。",
|
|
parameters: {
|
|
cacheLimit: "10",
|
|
screenWidth: "1024",
|
|
screenHeight: "768",
|
|
changeWindowWidthTo: "",
|
|
changeWindowHeightTo: "",
|
|
renderingMode: "auto",
|
|
alwaysDash: "off",
|
|
},
|
|
},
|
|
{
|
|
name: "KMS_AccelerateFileScene",
|
|
status: true,
|
|
description: "[v0.1.0] セーブ/ロード画面の描画を高速化します。",
|
|
parameters: {},
|
|
},
|
|
{
|
|
name: "KMS_SaveWithSnap",
|
|
status: true,
|
|
description: "[v0.1.0] セーブ/ロード画面にスクリーンショットを追加します。",
|
|
parameters: { "Image scale": "0.20", "Enable JPEG": "1" },
|
|
},
|
|
{
|
|
name: "MadeWithMv",
|
|
status: true,
|
|
description:
|
|
'メイン画面へ進む前に、"Made with MV"のスプラッシュ画面もしくはカスタマイズされたスプラッシュ画面を表示します。',
|
|
parameters: {
|
|
"Show Made With MV": "true",
|
|
"Made with MV Image": "logo",
|
|
"Show Custom Splash": "false",
|
|
"Custom Image": "",
|
|
"Fade Out Time": "30",
|
|
"Fade In Time": "30",
|
|
"Wait Time": "60",
|
|
},
|
|
},
|
|
{
|
|
name: "TitleCommandPosition",
|
|
status: true,
|
|
description: "タイトルコマンドウィンドウの位置を変更します。",
|
|
parameters: {
|
|
"Offset X": "0",
|
|
"Offset Y": "50",
|
|
Width: "240",
|
|
Background: "0",
|
|
},
|
|
},
|
|
{ name: "savenottitle", status: true, description: "", parameters: {} },
|
|
{
|
|
name: "UTA_CommonSave",
|
|
status: true,
|
|
description:
|
|
"共有のセーブデータを作成し、指定したスイッチ・変数の状態をセーブデータ間で共有します。",
|
|
parameters: {
|
|
"Target Switches": "3,13,161-196",
|
|
"Target Variables": "",
|
|
"Is Auto": "true",
|
|
"Auto on Gameover": "true",
|
|
"Show Trace": "false",
|
|
},
|
|
},
|
|
{
|
|
name: "MKR_PlayerSensor",
|
|
status: true,
|
|
description: "(v3.0.0) プレイヤー探索プラグイン",
|
|
parameters: {
|
|
探索設定: "====================================",
|
|
Sensor_Switch: "D",
|
|
Lost_Sensor_Switch: "",
|
|
Both_Sensor: "OFF",
|
|
Terrain_Decision: "ON",
|
|
Auto_Sensor: "true",
|
|
Event_Decision: "ON",
|
|
Region_Decision: "[]",
|
|
Real_Range_X: "0.000",
|
|
Real_Range_Y: "0.000",
|
|
視界設定: "====================================",
|
|
Range_Visible: "OFF",
|
|
Range_Color: "white",
|
|
Range_Opacity: "80",
|
|
Range_Position: "1",
|
|
Player_Found:
|
|
'{"Ballon":"1","Se":"{\\"Name\\":\\"\\",\\"Volume\\":\\"90\\",\\"Pitch\\":\\"100\\",\\"Pan\\":\\"0\\"}","Common_Event":"0","Delay":"0"}',
|
|
Player_Lost:
|
|
'{"Ballon":"0","Se":"{\\"Name\\":\\"\\",\\"Volume\\":\\"90\\",\\"Pitch\\":\\"100\\",\\"Pan\\":\\"0\\"}","Common_Event":"0","Delay":"180"}',
|
|
マップ設定: "====================================",
|
|
Tracking_Priority: "false",
|
|
Follower_Through: "false",
|
|
Location_Reset: "false",
|
|
},
|
|
},
|
|
{
|
|
name: "SimpleVoice",
|
|
status: true,
|
|
description: "簡易ボイスプラグイン",
|
|
parameters: {
|
|
フォルダ名: "voice",
|
|
オプション名称: "Voice Volume",
|
|
オプション初期値: "100",
|
|
},
|
|
},
|
|
{
|
|
name: "MoviePicture",
|
|
status: true,
|
|
description: "動画のピクチャ表示プラグイン",
|
|
parameters: {
|
|
動画音量種別: "none",
|
|
終了時自動削除: "true",
|
|
動画取得フォルダ: "",
|
|
webm偽装拡張子: "",
|
|
mp4偽装拡張子: "",
|
|
},
|
|
},
|
|
{
|
|
name: "dashBan",
|
|
status: true,
|
|
description: "ダッシュを禁止するプラグインです",
|
|
parameters: {},
|
|
},
|
|
{
|
|
name: "TMCommonCommand",
|
|
status: true,
|
|
description: "メインメニューにコモンイベント実行用のコマンドを追加します。",
|
|
parameters: {
|
|
command1: '{"name":"","commonEventId":"0"}',
|
|
command2: '{"name":"Mode Select","commonEventId":"47"}',
|
|
command3: '{"name":"Operation","commonEventId":"39"}',
|
|
command4: '{"name":"Animations","commonEventId":"25"}',
|
|
command5: '{"name":"Load","commonEventId":"46"}',
|
|
},
|
|
},
|
|
{
|
|
name: "NRP_StopSelfMovement",
|
|
status: true,
|
|
description: "v1.00 イベント実行中の自律移動を停止します。",
|
|
parameters: { StopSwitch: "155", StopParallelMessage: "true" },
|
|
},
|
|
];
|