A downloadable asset pack

日本語の説明は下の方にあります。

This is a plug-in for GBstudio. I am trying to do "VM_OVERLAY_SET_SUBMAP" which draws a background on an overlay without using GBVM.

We plan to implement variable usage and actor display in future updates.

Please let me know if you find any bugs!

How to use

Step1. Download.

Steo2.  Unzip the zip file.

Step3. Put the plugins folder in the project folder .(if there is already a plugins folder, put the folders below it)

Step4. Start the project.

Step5. Select "SubMap" from "Add event".

Step6. To actually check the operation, an "overlay:display" event is required immediately before.

Explanation of setting values

X::X-coordinate within the overlay window of the upper left corner in tiles

Y:Y-coordinate within the overlay window of the upper left corner in tiles

W:Width of the area in tiles

H:Height of the area in tiles

SX:X-coordinate within the level background map

SY:Y-coordinate within the level background map

Version

v1.0.0:number only


--- Japanese 日本語 ---

GBstudio用プラグインです。オーバーレイに背景を描画する「VM_OVERLAY_SET_SUBMAP」をGBVMを使用せずにやろうというものです。

今後のアップデートで変数の使用とアクター表示を実装予定です。

バグがあれば教えてください!

使用方法

1. ダウンロードします。

2. 解凍します。

3. プロジェクトフォルダにpluginsフォルダごと入れます(すでにpluginsフォルダがある場合は、その下の階層のフォルダを入れます)。

4. プロジェクトを起動します。

5. 「イベントを追加」より「SubMap」を選択します。

6. 実際に動作を確認するためには直前に「オーバーレイ:表示」イベントが必要になります。

設定値の説明

X、Y:描画開始位置の座標。単位はタイル。

W、H:描画する範囲。単位はタイル。

SX、SY:描画する背景の開始位置。単位はタイル。

詳細な説明はこちらを確認してください。

https://www.gbstudio.dev/docs/scripting/gbvm/gbvm-operations#vm_overlay_set_subm...

バージョン

v1.0.0:数値のみ

Download

Download
SubMap v1.0.0.zip 3 kB

Leave a comment

Log in with itch.io to leave a comment.