フォグ – RS_Fog.js
- タイトル
- This plugin allows you to deal with FOG like RPG Maker XP
- 作者名
- biud436様
- ヘルプ
-
The demo game is available at https://www.dropbox.com/s/p7qg1r1eo9vihjb/Fog.zip?dl=1
it is completely worked fine in the RPG Maker MV v1.6.2
============================================================================
Note Tags
============================================================================
To use fog like RPG Maker XP,
Make sure that sets up the note tags in event editor, as follows.
<fogId:1>
<fogName:001-Fog01>
<fogOpacity:64>
<fogZoom:100>
<fogBlend:20>
<fogSX:1> - if the positive value is, it will move to left.
<fogSY:1> - if the positive value is, it will move to up.
<fogSwitchId:1>
<fogVariableId:1>
all images must be placed in img/fogs folder.
Blend type 20 means a subtract blend.
Once created, the fog image will not be removed until the map is changed.
if switch #1 is ON, the fog will show up on the screen.
============================================================================
Note Tags (Short)
============================================================================
<MAP FOG : id>
============================================================================
Change Log
============================================================================
2018.11.14 (v1.0.0) - First Release.
2018.11.16 (v1.0.1) - Added the opacity mode.
2021.01.09 (v1.0.2) :
- Fixed the bug that causes an error when using the erase event command.
2023.08.12 (v1.0.3) :
- Fixed the issue that causes an error when starting the game. - パラメータ
-
target MV param fog type struct<Fog>[] desc default - ライセンス表記
- MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.