[MV/MZ] Parallaxing with PIXI Particles (includes premade particles)
Description:Through various tutorials I will teach you how to parallax using PIXI particles, this will allow you to do things such as have an unlimited number of parallaxes. Create moving water, weather effects, fires, etc. Attach images to the player, and even place images at the tilemap level that the player can run circles around creating a fake 3D effect. Or even create animations. The sky's the limit, and you'll never look at particles the same way again.
data/attachments/smilies/sharm/slime/LZSexcite.png
Requirements:
RPG Maker MV or MZ
These tutorials use the following plugin.
Particle Emitter https://forums.rpgmakerweb.com/inde...ter-easy-making-particle-effects-in-mv.97729/
Spoiler: Particle Emitter Script Command Reference$gameMap.createPEmitter(id, , config, this._eventId);
$gameMap.setPEmitterPos(id, x, y);
$gameMap.setPEmitterZ(id, z);
$gameMap.deletePEmitter(id);
Note: In place of this._eventId you may use a specific event number or -1 for the player.
Spoiler: Tutorial 1: Using particles to have unlimited parallaxes
https://www.youtube.com/embed/8KhZYSWIOSM
This first tutorial covers using a scenery particle to have an unlimited number of parallaxes, and a bit about animation. It also covers the basics of setting up Particle Emitter, along with the basic 4 commands that we will be using for most of thetutorials.
Link to the Scenery Particle
https://www.mediafire.com/file/e963a7i4j003vzk/scenery.json/file
Spoiler: Tutorial 2: Movable particles for "3D" parallaxing
This second tutorial convers a movable particle, and demonstrates how to attach images to the player or events at the tilemap level. This images will then follow the location of the target. It also demonstrates how to allow the player to run around an image giving the appearance of it being 3D.
Link to Movable Particle:
https://www.mediafire.com/file/iintiqdrolm85ge/movable.json/file
本贴来自国际rpgmaker官方论坛作者:ImaginaryVillain处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/mv-mz-parallaxing-with-pixi-particles-includes-premade-particles.155372/
页:
[1]