RPG Developer Bakin

RPG Developer Bakin

Not enough ratings
Sample Plug-in: Various Samples/さまざまなサンプル
   
Award
Favorite
Favorited
Unfavorite
Tags: RPG, Fantasy
File Size
Posted
Updated
5.855 KB
Sep 19, 2023 @ 6:13am
Oct 18, 2023 @ 10:21pm
2 Change Notes ( view )

Subscribe to download
Sample Plug-in: Various Samples/さまざまなサンプル

Description
Sample Plug-in: Various Samples
- This sample plug-in is valid for RPG Developer Bakin Ver. 1.4 or later.

The following contents are incorporated into the plug-in as methods.
Some methods must be rewritten before use.
**Get the Item's Attack Power
**Get the Cast's Initial HP
**Get the Current HP of the nth Member from the First in the Party
**Rotate an Event with Quaternion
**Change the Color of the Area Where the Player is Hidden by Obstacles
**Draw a Line on the Screen

See "Sample Plug-ins" in the RPG Developer Bakin Manual Wiki for a description of each method.

<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.
3.Click the "Add" button and select CodeSamples_SmileBoom_2023.csrbr. When CodeSamples.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 each method.
Please include any parameters that need to be specified for each method.

<License Agreement>
In accordance with RPG Developer Bakin's EULA.
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
サンプルプラグイン:さまざまなサンプル
・このサンプルプラグインはRPG Developer Bakin Ver. 1.4以降で有効となります。

下記の内容がメソッドして組み込まれたプラグインです。
一部のメソッドについては使用にあたって内容を書き換える必要があります。
**アイテムの攻撃力を取得
**キャストの初期HPを取得
**パーティの先頭からN番目のメンバーの現在HPを取得
**クォータニオンを使ってイベントを回転させる
**プレイヤーが障害物に隠れた部分の色を変更
**画面上に線分を描画

各メソッドの内容についてはRPG Developer Bakin マニュアルWikiの「サンプルプラグイン」をご覧ください。

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

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

2.イベントシート左下の「C#プログラムの割り当て」欄をクリック。
3.「追加」ボタンを押してCodeSamples_SmileBoom_2023.csrbrを選択。CodeSamples.csがリストに追加されたらOKを押して「C#プログラムの割り当て」欄を閉じます。
4. イベント内に「C#プログラムの呼び出し」パネルを設置し、各メソッドを指定します。
メソッドごとに指定が必要な引数などを入れてご利用ください。

<使用許諾>
RPG Developer BakinのEULAに準じます。
1 Comments
Gyr Jan 14 @ 8:47pm 
ChangeHiddenStencilColor() がテストプレイだと
オブジェクト参照がオブジェクト インスタンスに設定されていません。
というエラーが出て使えないのは仕様でしょうか?