Cutscenes / Cinematics Tutorial Godot 4.1 ( 2023 )

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии • 49

  • @william5658
    @william5658 Год назад +56

    Wake up babe, a new Lukky tutorial just dropped

  • @A_Random_W33b
    @A_Random_W33b 10 месяцев назад +10

    Lukky trying to become the Brackeys of Godot tutorials, simple, concise, and informative

    • @Silver_Fields
      @Silver_Fields 7 месяцев назад +2

      the irony of this since brackeys returned

  • @ScottRoss8
    @ScottRoss8 Год назад +28

    When animating the camera, if you want to use the gizmos, you can split the view into 2,3 or 4 panes and set one pane to preview to use the gizmo in the other pane(s). This is an option under the 'View' menu.

  • @-BREAKITDOWNGAMING-
    @-BREAKITDOWNGAMING- 10 месяцев назад +2

    I just want to say thank you. I'm very new to programming and learning to make games and this was super simple and I love it! thank you!!

  • @wellhellotherekyle
    @wellhellotherekyle Год назад +7

    Damn this looks awesome. Gives me puppet combo vibes! This actually looks super easy, thanks for explaining it!

  • @TAiiNE
    @TAiiNE Год назад +10

    Thank you so much for these guides and project files. You're helping me so much in moving over to godot from unity. I would love to see how you go about making a title screen and a save/load menu. Thats one thing I'm being a little stumped on right now. I've been trying to re-create my test/tech demo and its an element I haven't been able to figure out to recreate.

  • @Athenaflo
    @Athenaflo 5 месяцев назад +2

    Thanks a lot ! Quick and efficient. It's a nice bonus to see you set up a simple scene, you might learn tricks you didn't know before :3

  • @Vince96711
    @Vince96711 Год назад +4

    Lukky is love, Lukky is life

  • @ChuckyMaster
    @ChuckyMaster Год назад +2

    This is really really good to know! Thank you so much for making all the Godot content! God bless!!

  • @prod.18freezey
    @prod.18freezey Год назад +5

    я как раз искал, thanks bro

  • @oyeahk
    @oyeahk 2 месяца назад

    Super helpful, great video!

  • @Spiral_Arch
    @Spiral_Arch Год назад +1

    Very good tutorial. It was necessary to add changes between multiple cameras, but as far as you have shown it, it is good to start.

  • @XAHAK
    @XAHAK Год назад +3

    Q: how to do a smooth transition from a cutscene to player camera?

    • @ellwood2k6
      @ellwood2k6 Год назад +4

      Any examples I've seen of this recently have involved a 3rd camera that you position where the cutscene camera ends, switch to the 3rd camera, tween its position to the player camera, then switch to the player camera. I've never actually tried it, but the theory makes sense.

  • @jostasizzi818
    @jostasizzi818 Год назад

    Just few days before im asking this in godot discord server now it is here are you kidding me??
    Thanks lukky

  • @thevideogamesrealm
    @thevideogamesrealm 3 месяца назад

    Perfect, thanks ❤

  • @infiniteac3334
    @infiniteac3334 Год назад

    lukky is one of the best godot gamedev that i know

  • @nibiruimagineering
    @nibiruimagineering Год назад

    spicy as always my dude.

  • @watchandlearnLboard
    @watchandlearnLboard 6 месяцев назад

    awesome video, thanks a ton. really appreciate it

  • @JayFolipurba
    @JayFolipurba 9 месяцев назад +2

    My only gripe with animation creation is that, if you later decide to animate something, you had better put a keyframe for the original state, or else you'll never get it back xD

  • @FencerDevLog
    @FencerDevLog Год назад

    Very nice job. And I like the particle rain effect. Thank you kindly for sharing the source code. More videos, please. 😎

  • @VepsianGameDesigner
    @VepsianGameDesigner 9 месяцев назад

    I've been using Godot 4 for motion design for over a year now. I like this engine because of its simplicity. I tried to study Unreal Engine, but somehow I didn’t like it. Thanks for the video, very informative.

  • @fixieroy
    @fixieroy Год назад +6

    Another great video!
    😸I would love to know how to make interesting 3D enemy AI with different actions/behaviors to make combat engaging. (vs chase and attack)

    • @-yahya--
      @-yahya-- Год назад +1

      well that would depend on the exact kind of game you're trying to make.
      the general frame for pseudo-complex AI decision making goes like this:
      let the AI keep track of several factors that would influence its decisions, this is based on your game type, gamemplay, and hook.
      then you assign each of these factors a score based on priority (that is, urgency and importance).
      and based on score values you can have it make decisions to switch states

  • @pianoatthirty
    @pianoatthirty Год назад

    Sick!!!! Reminds me of the 7th Guest

  • @CristianAvellino
    @CristianAvellino Год назад +1

    thanks

  • @-yahya--
    @-yahya-- Год назад +2

    have you experimented with capping the fps at 24fps during the cutscene?

  • @squarerootof2
    @squarerootof2 Год назад +1

    Hey Lukky, awesome little tut as usual. Is it possible to save the rendered scene to some video format or would you have to pack it as if it was a game?

    • @squarerootof2
      @squarerootof2 Год назад +1

      Also, an idea for a future tutorial: How to render video to a texture. I think only Theora format is supported, not sure, I've never tried it myself but I think it would be a good idea for a tutorial. Cheers!

    • @BanditLeader
      @BanditLeader Год назад

      You would use godots movie maker

    • @lukky.
      @lukky.  Год назад

      This probably, I haven't looked into it yet definitely will tho

    • @-yahya--
      @-yahya-- Год назад

      yes, using Godot Movie Maker, it exports them as .avi files

  • @weirdough6254
    @weirdough6254 Месяц назад

    ty

  • @juan_jojos
    @juan_jojos 3 месяца назад

    How to properly manage a big scene with multiple animations or just change scene to an scene with the animation?

  • @thesomeone2nd
    @thesomeone2nd Год назад

    Can you do cutscenes example for 2d games?

  • @ZanikZF
    @ZanikZF 6 месяцев назад

    If I want to play this cutscene in the scene but not affect subsequent gameplay. Should I play them in a new scene or just play them in the current scene. I'm a little confused.

  • @Gaando
    @Gaando Год назад

  • @margarita2077cyber
    @margarita2077cyber Год назад

    Hello. Thanks for the video. I beg you, please, make a video about creating weapons. I mean, FPS shoooter mechanics: shooting, reloading, animating the weapon model and making it work in godot... Please!

  • @mistermelancholy7698
    @mistermelancholy7698 9 месяцев назад

    Heres to all the noob solo devs watching this with me 😂🎉❤ we got this yo!

  • @aoi_hi
    @aoi_hi Год назад

    Omg, how did you done the color grading. I guess its hard as a beginner as i am

    • @lukky.
      @lukky.  Год назад +3

      Not really, it's in the world environment node all the way at the bottom. You can change adjustment>color correction

  • @ZackDz
    @ZackDz Год назад

    How can you control the speed of the animation?

    • @Midrule
      @Midrule Год назад

      Change the speed scale in the animation player

  • @pipeliner8969
    @pipeliner8969 11 месяцев назад

    I think for the future if you do tutorials you can look for better 3d assets online so it makes a better impression. The Cinematic tutorial is great!

  • @TheMikeMassengale
    @TheMikeMassengale 6 месяцев назад

    NO I wanted the rain, I stayed for the rain, I got no rain :(

  • @Boildroid
    @Boildroid Год назад

    Thanks for work.