MOG Time System Hud - MOG_TimeSystem_Hud.js

シェア用テキスト:
▼MOG Time System Hud(Moghunter様作) - MOG_TimeSystem_Hud.js
https://plugin.fungamemake.com/archives/19222
MOG Time System を使用している時、関連するHUDを表示

ふりがな:たいむしすてむはど

機能概要: MOG Time System を使用している時、関連するHUDを表示

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://twitter.com/moghunter1

解説ページ:https://fungamemake.com/archives/3203

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_TimeSystem_Hud.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.7) 要MOG_TimeSyst.js。タイムシステムにHUDを追加します。
 * @author Moghunter
 *
 * @param Initial Visible
 * @desc ゲーム開始時のHUD有効設定
 * @type boolean
 * @default true
 *
 * @param X-axis
 * @desc HUDのX軸位置設定
 * @default 633
 *
 * @param Y-axis
 * @desc HUDのY軸位置設定
 * @default 0
 *
 * @param Fade Max
 * @desc 最大フェード設定
 * @default 60
 *
 * @param Point Visible
 * @desc 時間針の表示設定
 * @type boolean
 * @default true
 *
 * @param Point X-axis
 * @desc 時間針のX軸位置設定
 * @default 123
 *
 * @param Point Y-axis
 * @desc 時間針のY軸位置設定
 * @default 66
 *
 * @param Timer Visible
 * @desc タイマーの表示設定
 * @type boolean
 * @default false
 *
 * @param Timer X-axis
 * @desc タイマーのX軸位置設定
 * @default 63
 *
 * @param Timer Y-axis
 * @desc タイマーのY軸位置設定
 * @default 66
 *
 * @param Day Visible
 * @desc 日の表示設定
 * @type boolean
 * @default true
 *
 * @param Day X-axis
 * @desc 日のX軸位置設定
 * @default 130
 *
 * @param Day Y-axis
 * @desc 日のY軸位置設定
 * @default 120
 *
 * @param Month Visible
 * @desc 月の表示設定
 * @type boolean
 * @default true
 *
 * @param Month X-axis
 * @desc 月のX軸位置設定
 * @default 70
 *
 * @param Month Y-axis
 * @desc 月のY軸位置設定
 * @default 129
 *
 * @param Year Visible
 * @desc 年の表示設定
 * @type boolean
 * @default true
 *
 * @param Year X-axis
 * @desc 年のX軸位置設定
 * @default 20
 *
 * @param Year Y-axis
 * @desc 年のY軸位置設定
 * @default 60
 *
 * @param Day Phase Visible
 * @desc 年の表示設定
 * @type boolean
 * @default true
 *
 * @param Day Phase X-axis
 * @desc 年のX軸位置設定
 * @default 160
 *
 * @param Day Phase Y-axis
 * @desc 年のY軸位置設定
 * @default -2
 *
 * @param Season Visible
 * @desc 季節の表示設定
 * @type boolean
 * @default true
 *
 * @param Season X-axis
 * @desc 季節のX軸位置設定
 * @default 53
 *
 * @param Season Y-axis
 * @desc 季節のY軸位置設定
 * @default 100
 *
 * @param Day Week Visible
 * @desc 曜日の表示設定
 * @type boolean
 * @default true
 *
 * @param Day Week X-axis
 * @desc 曜日のX軸位置設定
 * @default 85
 *
 * @param Day Week Y-axis
 * @desc 曜日のY軸位置設定
 * @default 165
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG Time System Hud (v1.7) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * 要MOG_TimeSyst.js。タイムシステムにHUDを追加します。
 *
 * 必要な画像ファイルを下記に保存してください。
 * (/img/system/)
 *
 * TimeHud_A.png
 * TimeHud_B.png
 * TimeHud_C.png
 * TimeHud_D.png
 * TimeHud_E.png
 *
 * ===========================================================================
 * 更新履歴
 * ===========================================================================
 * (v1.7) - コーディングとプラグインの互換性を改善
 * (v1.6) 日中のテキストサイズの修正
 * (v1.5) クロノエンジンの互換性
 * (v1.4) 点滅からHUDまでのグリッチ修正
 * (v1.3) ゲーム開始時にHUDを隠す機能追加
 * (v1.2) 非表示モードでのHUDの点滅を修正
 *
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2023 All Rights Reserved.