Godot Tutorial: How to make 3D fire using particles (Part 1)

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 60

  • @Nolkaloid
    @Nolkaloid  4 роки тому +4

    If you have any questions or suggestions write them below, I'll try to respond as fast as I can!

  • @michamarzec9786
    @michamarzec9786 4 роки тому +11

    Thanks for sharing this tutorial. It was very helpful to me. There isn't many tutorials on Particle Systems though so I am glad you did one.

    • @Nolkaloid
      @Nolkaloid  4 роки тому +1

      I'm glad I could help!

  • @Phantawalker
    @Phantawalker 4 роки тому +6

    That was superb! I made fire effect in blender but had some problems with importing shaders to Godot. But now I can see that it is possible to create nice effects directly in Godot. Very nice tutorial, super helpful!

    • @juiceman7649
      @juiceman7649 2 роки тому +1

      Realising I can make alot of these effects in godot is making me love Godot more everyday failing to import certain things from Blender can be so heart breaking but it's only getting better with future iterations

  • @chippydsquirrel
    @chippydsquirrel Рік тому +1

    SquidVille has enlightened me

  • @JEsterCW
    @JEsterCW 4 роки тому +4

    Really good final effects.

  • @SolariusLunarius
    @SolariusLunarius 3 роки тому +1

    Thank you so much for this tutorial ! It's a shame it's not the first tutorial showing in google, because this one is a lot prettier.

  • @redcubegamedev3860
    @redcubegamedev3860 4 роки тому

    One of the best tutorials i have ever seen. The only problem was that i didnt understand why you did waht you did so i cant make fire on my own i have to wacth this tutorial again. But still you speaked clearer and fast you did not waste any time at all. Thank you, you have earned another sub. Hope you have a grat day

  • @linuxrant
    @linuxrant Рік тому

    holy cow, I just realized what those h and v frames option is for! I think that solves my problem with using the AnimationTexture which cooked my cpu... thanks, mate.

  • @UMAPeRsOn7
    @UMAPeRsOn7 4 роки тому +1

    Wow! extremely helpful! not even shows how to set particles, but show how to make a really good looking fire!

  • @krasnavin
    @krasnavin 3 роки тому

    Great tutorial! I am amazed you figured out all of the details.

  • @marc.silden
    @marc.silden 6 днів тому

    Muito obrigado! Amei seu vídeo!

  • @Dgundam08
    @Dgundam08 2 роки тому

    Wonderful tutorial! I only wish I knew how these parameters and approach may influence game load times.

  • @Kuma04
    @Kuma04 4 роки тому

    Great tutorial I got a 2D Particle Flame out of this.

  • @anthonyobryan3485
    @anthonyobryan3485 4 роки тому

    This was a very good fire tutorial.

  • @emi_cpl
    @emi_cpl 4 роки тому

    Great tutorial! thanks for sharing :)

  • @kidando
    @kidando 4 роки тому +2

    This was such a super easy to understand tutorial. I tried to make an explosion effect but it didn't come out as expected. Do you think you do one on explosions? appreciate your tuts

    • @Nolkaloid
      @Nolkaloid  4 роки тому +2

      Hey! Thanks! I'm glad you appreciate it! I'll try do do something during the weekend, but no promises :D

    • @kidando
      @kidando 4 роки тому

      @@Nolkaloid no worries. Dont stress over it. I still appreciate the videos regardless 😎👍

  • @devdude835
    @devdude835 4 роки тому +1

    More particles tutorials plz

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      I'll try that make another one next week :)

  • @juiceman7649
    @juiceman7649 2 роки тому

    Beautiful stuff

  • @emeraldeelentertainment8988
    @emeraldeelentertainment8988 4 роки тому +1

    Thank you for the tutorial! I'm using GLES2 so I used the CPUparticles node. When I try to change the angle it doesn't do anything. I'm not sure how to solve this issue.

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      That's weird! What version of Godot are you using?

  • @susanahewitt8789
    @susanahewitt8789 3 роки тому +1

    How do you scale down the fire? I've been unsuccessful at scaling it to .1.

  • @astwyr2856
    @astwyr2856 4 роки тому

    looks good! thank you !

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      Glad I could help! Be sure to check out part 2: ua-cam.com/video/UYFb06NpreQ/v-deo.html

  • @НеизвестныйЯ-г4ь
    @НеизвестныйЯ-г4ь 4 роки тому

    Good tutorial, thanks! Use them))

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      I'm glad I could help, make good use of it!

  • @najmeedaud9727
    @najmeedaud9727 2 роки тому +1

    thanks bro, but it doesn't look like your fire in Godot 3.4.3...

  • @triple6god2
    @triple6god2 4 роки тому

    ГОООООРОД, NICE NICE, NICE VIDEO БРАТ!

  • @wyattbiker
    @wyattbiker 4 роки тому +1

    Cool tutorial, but how did you figure all those steps out? So many properties to set.

    • @Nolkaloid
      @Nolkaloid  4 роки тому +1

      I've been using Godot for almost 3 years now so I guess it's just practice. Basically when I have an idea in mind I set some very basic stuff to have a rough sketch and then play around with different parameters until I have something I like. I encourage you to experiment a lot.

  • @dijik123
    @dijik123 Рік тому

    Really good

  • @neocoretec
    @neocoretec Рік тому

    First of all thank you. For (yet) unknown reasons the scale curve does not scale the particle at all. I'm using Godot 4.1.2 and up to the point where the scale curve is added, everything aligned well with your video. But the scale curve does not modify anything no matter what value I tweak. Any idea?

    • @Nolkaloid
      @Nolkaloid  Рік тому +5

      Hi, in Godot 4 you need to go to the material of the assigned mesh in the draw passes and set "keep scale" to true in the "Billboard" section.
      In the GPUParticles3D node :
      Draw Passes > Pass 1 > Material > Billboard > Keep Scale

    • @neocoretec
      @neocoretec Рік тому

      @@Nolkaloid thank you for the immediately reply. I will try it

  • @OLIV3R_YT
    @OLIV3R_YT Рік тому

    Thanks!

  • @artyfartsy8277
    @artyfartsy8277 4 роки тому

    Amazing!!!

  • @pavelpangrac65
    @pavelpangrac65 4 роки тому

    Pas mal le Petit tutomaker
    ;)

  • @patrickianperalta
    @patrickianperalta 4 роки тому

    Can you make a tutorial for a jet exhaust flame using particles please =)

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      Well it will be more or the less the same as this one, you will have to flip it and tweak it. I don't want people copying exactly what I do in my tutorials, It's just to give you an insight, a base to work from.

  • @gwtuts4061
    @gwtuts4061 4 роки тому

    My 3d particles rotation and billboard mode is not working??

    • @gwtuts4061
      @gwtuts4061 4 роки тому

      @Flying Rat bro thanx for you help.. but the i m not using AMD and my drivers are upto date...
      Now the problem is fixed... it was godot issue...(i was using v-3.2.2
      And today i downloaded latest version(3.2.3) and the problem is no more)
      But thanx for your help...
      Have a good day😀

  • @РоманЖариков-з6з
    @РоманЖариков-з6з 4 роки тому

    COOL!!! From me like!

  • @collinvisser7108
    @collinvisser7108 3 роки тому

    Shot thx

  • @ryanscott5317
    @ryanscott5317 3 роки тому

    I wish someone would create a pack of particles we can just import and tweak and offer it on the asset store!

    • @Nolkaloid
      @Nolkaloid  3 роки тому

      Doesn't that already exist?

    • @ryanscott5317
      @ryanscott5317 3 роки тому +1

      @@Nolkaloid Not really nope. There's so few assets in the store. I think its an opportunity that almost no one is taking advantage of. Make some asset packs and sell them. How hard could it be?
      Unity has tons of assets in their store and people make money from them. We should have the same.

  • @omgimdrunk4251
    @omgimdrunk4251 4 роки тому

    set playback speed to 1.5 , it helped me a ton.

    • @Nolkaloid
      @Nolkaloid  4 роки тому +1

      Gosh, sounds like I've taken amphetamines x)

  • @ciph3r836
    @ciph3r836 4 роки тому

    How did you make the background ? I am not able to set a background in godot

    • @Nolkaloid
      @Nolkaloid  4 роки тому

      I'm using an HDRI in in the World Environment : hdrihaven.com/

    • @ciph3r836
      @ciph3r836 4 роки тому

      @@Nolkaloid thanks .

    • @ciph3r836
      @ciph3r836 4 роки тому

      @@Nolkaloid hey i am having some problems in importing shaded materials from blender to godot

  • @Korn1holio
    @Korn1holio Рік тому

    oh man... is it possible to convert it into 2D somehow?

    • @Nolkaloid
      @Nolkaloid  Рік тому

      You could do it manually, the parameters of 2D particles aren't that different.

  • @LHYoutubeLHYoutube
    @LHYoutubeLHYoutube Місяць тому

    This guy is missing a critical step. The Billboard - Keep Scale property must be enabled, otherwise scale and curve will not work.

    • @Nolkaloid
      @Nolkaloid  Місяць тому

      "This guy" recorded this tutorial 4 years ago, and he was using Godot 3.x, so obviously things have changed since.