No video

DIABLO 3 PARTICLES in Godot Engine

  Рет қаралды 12,076

PlayWithFurcifer

PlayWithFurcifer

Күн бұрын

Пікірлер: 48
@user-yh3ej2jp3g
@user-yh3ej2jp3g Жыл бұрын
Can show example for godot 4?
@Z1RRO-nl1ej
@Z1RRO-nl1ej 4 ай бұрын
Good tutorial, looking forward to seeing this in 3D!
@CoreFlux
@CoreFlux Жыл бұрын
Having ported my project from 3.5 to 4.1, I'm having trouble getting the fire shader that's heavily based on your working again. I think something about how textures are used has been heavily changed, because all of my shaders that use textures no longer work.
@TwinStick
@TwinStick 3 жыл бұрын
4:17 - Enter the WOW factor part of the vid, damn good breakdown guys!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you! :D
@kormai1501
@kormai1501 3 жыл бұрын
Looks amazing, really wanne dive more into that in the future
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you, it definitely is worth looking at.
@rungeon83
@rungeon83 3 жыл бұрын
Per usual amazing content! This is the stuff that Godot has been seriously missing out on! Thank you!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Really nice of you, we try our best ;)
@Crisisdarkness
@Crisisdarkness 3 жыл бұрын
Wow, thank you dear team, you always make such useful tutorials, I'm so grateful for your content, Diablo 2 is a masterpiece, and its visual effects in those times, always stood out, your cat, Furcifer must be happy watching you recreate part of it's favorite universe. Wow your channel has had a great reception, when you reach 2k, that must be celebrated with a special video. Thanks once again, you guys are being one of the best instructors at Godot
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank for the kind words :) I played SO much Diablo 2 its not even funny anymore.
@mission3479
@mission3479 5 ай бұрын
Those effects are amazing 🤩
@kotom9908
@kotom9908 3 жыл бұрын
thank you for the wisdom nugget!!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Glad it was helpful to you! :)
@ConeNore
@ConeNore 3 жыл бұрын
Wow using the colour data is such a genius idea to pass particle information to the canvas shader!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thanks! :) We were kind of surprised that it worked honestly.
@dVaan
@dVaan 3 жыл бұрын
Very nice, still wish there was a simpler way to use shaders with particles2D in Godot, the particle shader is not very intuitive/friendly.
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Particle shaders definitely are clunky, but also soo powerful.
@Calinou
@Calinou 3 жыл бұрын
@@PlayWithFurcifer Godot 4.0 will have a new visual shader editor for GPU-based particles: github.com/godotengine/godot/pull/42248 GPU particles in 4.0 also support manual emission, subemitters, collisions, and more.
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
@@Calinou That is really really cool! Thanks for showing me :)
@markdigital3936
@markdigital3936 3 жыл бұрын
This is great, thanks for making this one
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Glad you liked it!
@DevLogLogan
@DevLogLogan 2 жыл бұрын
4:13 Where that blendadd blending mode info at though? 🤔
@PlayWithFurcifer
@PlayWithFurcifer 2 жыл бұрын
Without looking at the video again: Put a modulate of X and an alpha of 1/X Like modulate 2 and alpha 0.5.
@NevoskiStudios
@NevoskiStudios 3 жыл бұрын
Awesome!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you :)
@devinbelver7124
@devinbelver7124 3 жыл бұрын
I'm completely new to shaders so this might be a stupid question. But I believe they only use C# script? I'm just curious about that. I thought Godot was GDScript with C# as an alternative, but it looks like some things are only C#?
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
This legitimately can be confusing. They are written in Godots own shader language (similar to shader languages like GLSL). It works a bit different from GDScript or C#, but the syntax looks more like C#, with ";" and such.
@ammarshehata8404
@ammarshehata8404 3 жыл бұрын
I love this =)
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Great to hear!
@hatorimyers
@hatorimyers 3 жыл бұрын
Awesome tutorial, and awesome sample project, I'm looking to get more into these in one of my projects, one question I have. Does anything fancy need to be done to make this work in GLES2. I mean I know the obvious that it has to be CPU partcles instead of particles. but is something needed for the shader as well?
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you very much! I am not sure if GLES2 will be a problem, i have not played around with that. I think it is worth a try, i am curious if it works...
@hatorimyers
@hatorimyers 3 жыл бұрын
@@PlayWithFurcifer I just got around to it :) the answer is yes it works great in GLES 2 with cpu particles (for a while I thought it didn't, but it turns out it was my mistake on having filter on, and not repeating on the image import settings) imgur.com/a/bWXDxKK Thanks again for the tutorial
@SaiponathGames
@SaiponathGames 3 жыл бұрын
Will this work for 3D too? I'm making a 3D game, and I'd like to have some cool particle effects!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Depending on the look you might need some adaptations. You should be able to just display it as 2D without any problems (just some adaptations). However, if you want it to change based on your viewing angle you would need to add that to the shader. Now that i think about it, this would be quite a nice tutorial for some time in the future!
@itsME-dc4vm
@itsME-dc4vm 3 жыл бұрын
nice ;D
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thanks!
@bruns_tube
@bruns_tube 3 жыл бұрын
Abu chance to have a gdscript version of it? Nice work by the way.
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you! Godot only has this language (GLSL) to write shaders. You basically cannot use gdscript because the effect is calculated on the GPU.
@bruns_tube
@bruns_tube 3 жыл бұрын
@@PlayWithFurcifer I see. Thanks for the info.
@snesmocha
@snesmocha 3 жыл бұрын
@@PlayWithFurcifer doesn’t godot have a custom shader language?
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
@@snesmocha You are right, we were imprecise there! It does not quite use GLSL, but it is pretty close.
@myyoutube88
@myyoutube88 2 жыл бұрын
more love with godot .. open source with independent functions
@IvanZivko
@IvanZivko 3 жыл бұрын
Excellent tutorials, except you're going way too fast and I must pause video every few seconds. Please, do it much slower. Thank you!
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
Thank you! Unfortunately this seems to be a question of taste and a lot of people like the fast pacing. If we suddenly make much slower videos, many people will complain. I think pausing the video from time to time is necessary when you try to build the shader in parallel to watching the video.
@IvanZivko
@IvanZivko 3 жыл бұрын
@@PlayWithFurcifer OK, maybe not much slower, but to a little bit slower I believe nobody will complain.
@devinbelver7124
@devinbelver7124 3 жыл бұрын
I think the pace is fine, but the only thing I would like is if you click on things a bit slower haha. When you were going through lots of gradients and particles windows, you almost have to go frame by frame to see what you're selecting sometimes. But as far as code goes, it's just copying so no problems with speed there
@PlayWithFurcifer
@PlayWithFurcifer 3 жыл бұрын
@@devinbelver7124 Thank you for your feedback! We will keep an eye on that. It sometimes is difficult to sync the video to the audio so we sometimes speed it up.
EASY Black Hole (also contains a shockwave) | Godot Engine Tutorial
3:27
Particle Systems From BEGINNER To PRO | Godot Engine
10:59
PlayWithFurcifer
Рет қаралды 87 М.
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 55 МЛН
Real Or Cake For $10,000
00:37
MrBeast
Рет қаралды 58 МЛН
Easy Particle Rain in Godot 4
13:23
Watt Interactive
Рет қаралды 12 М.
We made Vampire Survivors BUT in 10 Lines of Code
7:08
PlayWithFurcifer
Рет қаралды 1 МЛН
I Made My First Game in Godot in 3 Weeks...
26:21
Jack Sather
Рет қаралды 336 М.
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 341 М.
Particle Effects in Godot 4.0 Beta
9:11
GameDev Compass
Рет қаралды 25 М.
A (Not So) Brief Overview of 3D Particles in Godot 4
17:02
Watt Interactive
Рет қаралды 15 М.
Why You Should Not Use Godot: 5 Reasons
7:38
PlayWithFurcifer
Рет қаралды 225 М.
Creating Diablo IV's Inventory UI in Godot 4
27:51
Game Dev Artisan
Рет қаралды 6 М.
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН