🔴Loot Vfx - The easy way [GameMaker | Vfx]
This visual effects video tutorial shows you how to almost create a cool looking loot visual effect like you see in Nioh, the souls series or other games but this time for in a 2D engine.
The idea is to create a cone texture and use that as a particle to be spawned and moved slightly upwards. This method works in any engine and is not exclusive to GameMaker. If you use Unreal/Unity/Godot you got 3D particles and well, they are superior in looks. In GameMaker we use the inbuild particle System to create the 2D particles and optional other effect to round it off. That's it!
// to create and spawn the visual effect use this code in GameMaker:
var partSys = part_system_create_layer( "Instances", 0, ParticleSystem1 );
part_system_position( partSys, x, y );
Game shown: Nioh 2
👑 Support me and get fresh game art and game maker projects every month:
https://www.patreon.com/1upindie
Follow me on:
📸 Instangram: https://www.instagram.com/1upindie
🐦 Twitter: https://twitter.com/1upIndie
💬 Discord: https://discord.gg/gvr98nb
📜 Udemy: https://www.udemy.com/course/become-a-video-game-developer-with-gms-23/ (See youtube about page for discount)
CHAPTERS
-------------------------------------------------------------------------------------------------------
0:00 Intro
1:06 Subscribe
1:17 Preview
1:40 Creating own textures for the loot vfx
3:19 Customizing GameMaker's particleSystem
6:37 Optional effects on top
Other Videos By 1up Indie
Other Statistics
The Game Maker - The 18th Carol Reed Mystery Statistics For 1up Indie
There are 95,238 views in 37 videos for The Game Maker - The 18th Carol Reed Mystery. About 6 hours worth of The Game Maker - The 18th Carol Reed Mystery videos were uploaded to his channel, or 6.02% of the total watchable video on 1up Indie's YouTube channel.