RPG Developer Bakin

RPG Developer Bakin

Not enough ratings
Sample Plug-in: Temporarily Hide the Message Window/メッセージウィンドウを一時的に非表示にする
   
Award
Favorite
Favorited
Unfavorite
Tags: RPG, Fantasy
File Size
Posted
4.312 KB
21 Sep, 2023 @ 8:34pm
2 Change Notes ( view )

Subscribe to download
Sample Plug-in: Temporarily Hide the Message Window/メッセージウィンドウを一時的に非表示にする

Description
Sample Plug-in: Temporarily Hide the Message Window

- This sample plug-in is valid for RPG Developer Bakin Ver. 1.4 or later.

You can change the display/hide of conversations and other windows.
It can also be used to create scenes in what is called "viewing mode".
It is intended to be used by placing it on an event to be executed in parallel.
After the window is turned off, it is recommended that it be set to restore after a period of time or button input.


<Contents>
- csrbr File: 1
(.cs file and other necessary files are compressed. See below for installation instructions.)

<Introduction Method>
1. Subscribe the .csrbr file in the Steam Workshop and import it.
For more information on this process, see the "Steam Workshop" page of the RPG Developer Bakin Manual Wiki.
2. Click on the "C# Program Assignment" field in the lower left corner of the event sheet for the event for which you want to use this function.
3. Click the "Add" button and select HideMessage_Sample_SmileBoom_2023. When HideMessage.cs is added to the list, click OK to close the "C# Program Assignment" field.
4. Place a "Call C# Program" panel in the event and specify the Hide or Show method.

<License Agreement>
In accordance with RPG Developer Bakin's EULA.
---------------------------------------------------------------------------
サンプルプラグイン:メッセージウィンドウを一時的に非表示にする

・このサンプルプラグインはRPG Developer Bakin Ver. 1.4以降で有効となります。

会話などのウィンドウの表示/非表示を変更できます。
いわゆる「閲覧モード」のようなシーンの制作にも使えます。
並列実行するイベントに置いて利用することを想定しています。
ウィンドウを消した後、時間経過やボタン入力などで復帰するように設定するといいでしょう。

<内容>
.csrbrファイル 1
(.csファイルなど必要なファイルが圧縮されています。導入方法は下記をご覧ください。)

<導入方法>
1.Steam Workshopで.csrbrファイルをサブスクライブし、インポートします。
この流れについては、RPG Developer Bakin マニュアルWikiの「Steam Workshop」のページをご覧ください。

2.この機能を使用したいイベントのイベントシート左下の「C#プログラムの割り当て」欄をクリック。
3.「追加」ボタンを押してHideMessage_Sample_SmileBoom_2023を選択。HideMessage.csがリストに追加されたらOKを押して「C#プログラムの割り当て」欄を閉じます。
4.イベント内に「C#プログラムの呼び出し」パネルを設置し、HideもしくはShowメソッドを指定します。

<使用許諾>
RPG Developer BakinのEULAに準じます。