본문 바로가기

RPG Maker MV/Pixi Filter4

Wave Filter - RPG Maker MV IntroductionThis plugin allows you to apply the wave effect to the sprite or Shader Tilemap. (This works only in WebGL mode) How to Use ■ SpriteCreate a sprite by loading the bitmap image and set the wave to true. The following code applies the wave effect to Sprite. 1234567// Create Spritevar bitmap = ImageManager.loadSvEnemy('Death');var sprite = new Sprite(bitmap);SceneManager._scene.addChild.. 2020. 8. 3.
Simple Light - RPG Maker MV IntroductionThis plugin allows you to enable the light filter such as a lantern on the map. Link Official Forum Link : http://forums.rpgmakerweb.com/index.php?/topic/59137-biud436s-simple-light/ Note that you must use this plugin in RPG Maker MV v1.5.1 or more. Plugin Commands This plugin commands allow you to enable or disable a lantern. RS_SimpleLight EnableRS_SimpleLight Disable Change Log 20.. 2019. 2. 24.
Ghost Effect - RPG Maker MV IntroductionThis plugin allows you to implement a ghost effect to a game character. Note that this plugin only works in WebGL mode. Korean Translation(한국어 번역) : https://github.com/biud436/MV/blob/master/docs/RS_GhostEffect.md Screenshot Video How to use In the event command called 'Set Move Route', To activate ghost mode, you call the following script code: this.ghostModeOn(); To disable ghost m.. 2019. 1. 11.
Tilemap Noise Filter - RPG Maker MV IntroductionThis plugin applies the noise filter to the Tilemap. (Note that this plugin can use only in WebGL Mode) I've not added a video due to automatically remove the noise in YouTube. InstallationFirst Up, Download the plugin file and then put it in your project's js/plugins folder. After that open the Plugin Managers and then set up this plugin. Script CallsThis plugin provides scripts cal.. 2017. 10. 15.