LegionGames
LegionGames
  • Видео 102
  • Просмотров 1 118 436
Simple Hotbar - Godot 4 3D Minecraft Tutorial
In this Godot 4.2 tutorial I walk you through the process of how to add a hotbar to our Minecraft clone by using an ItemList. We add item switching functionality to it which allows us to switch between placing different blocks and I explain an easy way to get icons for the hot bar from our mesh library.
Save Game Tutorial: www.patreon.com/posts/save-game-system-105740551
Project Files: www.patreon.com/posts/godot-hotbar-105740709
Full playlist: ruclips.net/p/PLQZiuyZoMHcgQDKSv8L9IJ1y6VcVgFI7D
Discord: discord.gg/c6rVwBxY2X
Itch: legiongames.itch.io/
Twitter: legiongames1
Instagram: legiongames1
Просмотров: 2 579

Видео

Animated Main Menu - Godot 4 3D Tutorial for Beginners
Просмотров 6 тыс.3 месяца назад
In this Godot 4.2.2 user interface tutorial I walk you through how add a main menu to our Minecraft in Godot project. I explain how to add buttons and other UI, introduce you to signals, and walk you through how to make a main menu animation. Previous video: ruclips.net/video/sAZ8D3rt5yU/видео.htmlsi=TcN9VPx_TcXKWjV2 Project files: www.patreon.com/posts/animated-main-102869299 Discord: discord....
Easy Explosion Effect - Godot 3D VFX Tutorial
Просмотров 4,5 тыс.4 месяца назад
In this Godot 4.2 tutorial video I will walk you through how to make a simple stylized 3D explosion effect using only GPUParticle Nodes and without adding any shaders or textures. We do this by combining three particle systems for debris, fire, and smoke. This tutorial was made in Godot 4.2.1 but should work for earlier or later versions with some modifications. Project files: www.patreon.com/p...
Learn Godot by Making Minecraft - Complete Crash Course
Просмотров 36 тыс.4 месяца назад
In this introduction to Godot tutorial video I go through the process of recreating the most basic Minecraft functionality in the Godot game engine. We learn how to navigate through the Godot editor; how to set up a first person character controller; how to use Godot's GridMap to set up a block system; and how to use a RayCast to place and destroy blocks. This tutorial is made for people with n...
Fully Destructible 3D Environments - Godot 4 FPS Tutorial
Просмотров 14 тыс.8 месяцев назад
In this Godot 4.1.3 tutorial, learn how to create dynamic and fully destructible environments and terrain in Godot with this in-depth tutorial! In this video, we'll explore the essential components needed for a fully interactive world. Starting with a gridmap setup and tile placement, we delve into the code that powers this system, combining elements from my gridmap and FPS tutorials. Discover ...
3D Space Level Design From Scratch - Godot 4 Tutorial
Просмотров 9 тыс.8 месяцев назад
In this intermediate Godot 4.1 tutorial video we design a space level from the ground up and cover a range of topics including creating skyboxes, sky shaders, star shaders, asteroid gridmaps, etc. We also ensure that the environment looks good using readily available Godot tools like the WorldEnvironment and DirectionalLight. Get all of the project files: www.patreon.com/posts/space-map-files-9...
Creating Amazing Skyboxes - Godot 3D Tutorial
Просмотров 12 тыс.9 месяцев назад
In this Godot 3D tutorial (version 4.1 used), I talk about how you can use Spacescape to create amazing procedurally generated space backgrounds you can use to design levels in the Godot Engine. I talk about the basics of using Spacescape and how the projects are setup using layers of noise to form more complex scenes. After that we go over how to convert the exported cubemap into a Godot-suppo...
Offscreen & Onscreen Target Indicators - Godot 4 3D UI Tutorial
Просмотров 4,2 тыс.9 месяцев назад
In this Godot 4.1 tutorial I will be covering how to create HUD reticles that track the enemy position on-screen and off-screen. This is super useful for Space Shooters, FPS, and other types of action games. In this concise guide, I break down the complex process of converting 3D world positions into 2D UI, making it easy for you to follow in under 10 minutes. For offscreen target tracking, we ...
Race Car Controller Tutorial - Godot 3D
Просмотров 47 тыс.10 месяцев назад
In this Godot 4 3D tutorial we’ll be taking a look at the vehicle body node in Godot and exploring how it can help us create a complete racecar controller for a Godot racing game. This tutorial will include an overview of the settings for both VehicleBody and VehicleWheel nodes that can help you tune you car and suspension to your liking, as well as all of the code you would need to set up your...
Godot 4 GridMap Tutorial - TileMaps, but 3D
Просмотров 76 тыс.Год назад
In this Godot 4.1.1 tutorial video I talk about how we can use grid maps in order to create fast levels. I discuss everything you need in order to start using GridMaps, including MeshLibraries, how to navigate the GridMap interface, and tips and tricks to avoid common issues when using them. Gridmaps are an important tool in Godot level design because they let you use the benefits of multimeshe...
Hitscan Guns, Weapon Switching and Crosshairs - 3D Godot 4 FPS Tutorial
Просмотров 30 тыс.Год назад
In this Godot 4.1 tutorial we work on creating a hitscan weapon for our zombie FPS game. The covered topics include shooting animations and mechanics, crosshairs, hitmarkers, bullet traces, hit particles, weapon switching, a simple weapon manager, and improved projectile guns. These mechanics can be used for many types of games, including FPS, horror, survival, RPG, etc. Support the channel: ww...
Complete 3D Shooting Mechanics - Godot 4 FPS Tutorial
Просмотров 97 тыс.Год назад
In this Godot 4 tutorial we create implement complete shooting mechanics for a first person shooter game including how to make a weapon. The covered topics include gun animations, projectile bullets, complex bullet collisions with body parts and weakpoints, dying animations, and enemy despawning. These mechanics can be used for many types of games, including FPS, horror, survival, RPG, etc. All...
3D Enemies With Pathfinding and Animations - Godot 4 FPS Tutorial
Просмотров 86 тыс.Год назад
3D Enemies With Pathfinding and Animations - Godot 4 FPS Tutorial
Design 3D Game Levels From Scratch - Godot 4 Tutorial
Просмотров 120 тыс.Год назад
Design 3D Game Levels From Scratch - Godot 4 Tutorial
Juiced Up First Person Character Controller Tutorial - Godot 3D FPS
Просмотров 170 тыс.Год назад
Juiced Up First Person Character Controller Tutorial - Godot 3D FPS
Making A Backrooms Horror Game in Godot 4 #gamedev
Просмотров 23 тыс.Год назад
Making A Backrooms Horror Game in Godot 4 #gamedev
Godot World Environment Node Tutorial
Просмотров 33 тыс.Год назад
Godot World Environment Node Tutorial
I Turned CryptoZoo Into A Rhythm Game
Просмотров 966Год назад
I Turned CryptoZoo Into A Rhythm Game
Most Gamedevs Ignore This
Просмотров 5 тыс.Год назад
Most Gamedevs Ignore This
Making Cool Buildings for my Rhythm Game!
Просмотров 846Год назад
Making Cool Buildings for my Rhythm Game!
My Favorite Rhythm Game of 2022
Просмотров 376Год назад
My Favorite Rhythm Game of 2022
Did I Make My Game Too Difficult?
Просмотров 2,4 тыс.Год назад
Did I Make My Game Too Difficult?
Making A Cosmic Horror Rhythm Game In Godot
Просмотров 7 тыс.Год назад
Making A Cosmic Horror Rhythm Game In Godot
Stop Attacking Civilians in My Game
Просмотров 651Год назад
Stop Attacking Civilians in My Game
Adding Light Mechanics to my Game
Просмотров 830Год назад
Adding Light Mechanics to my Game
Still Better AI Than Cyberpunk
Просмотров 955Год назад
Still Better AI Than Cyberpunk
How 2D Games Create an Illusion of Depth
Просмотров 2 тыс.Год назад
How 2D Games Create an Illusion of Depth
Better Decorations for my Godot Game!
Просмотров 343Год назад
Better Decorations for my Godot Game!
Making Satisfying Mechanics for my Rhythm Game
Просмотров 987Год назад
Making Satisfying Mechanics for my Rhythm Game
Is My Game Getting Too Violent?
Просмотров 862Год назад
Is My Game Getting Too Violent?

Комментарии

  • @queworldwow6262
    @queworldwow6262 10 часов назад

    Thank you so much for this tutorial, it really helped! By the way, any idea how to make the enemy not jiggle when it comes to the edge of the navigation region? For some reason it freaks out when touches the edges of this area, it always moves at the speed of light and just rotates back-forth

  • @TheJojoslp
    @TheJojoslp 14 часов назад

    it would be really cool if you made a follow up for this where you add engine sound

  • @zawad1981
    @zawad1981 21 час назад

    My bean drops through the floor...

  • @coderdbd
    @coderdbd 23 часа назад

    I did see penguin_shark[1...5].png at 1:55 on your files. You can even see a preview.

  • @CoolDude-g4r
    @CoolDude-g4r День назад

    I can't change the materials on the models for some reason. When i try that it says that i cant change materials on imported models. Does anyone know how i can fix this? Because i've seen other people do it

  • @akio1st
    @akio1st День назад

    please make a save and load system with the world generation, it will help me understand gdscript chunk system very well and saving/load systems since your explanation is amazing!

  • @emmanuelgbenebichie1527
    @emmanuelgbenebichie1527 2 дня назад

    Why is mine different When i add the vehicle wheel to the tires, it is added at the center , thats the car bodies position I mean when i add the wheel as a child to the "circle" its puts the node at yhe center Also when i click on the tire that red, green and blue stuff that appears, it appears at the center of the car and not on the tire But that orange square shows up on the tire Any help please 🙏🏽

  • @yusifsayed8048
    @yusifsayed8048 2 дня назад

    2:50 it just doesn't work I'm working with 4.2

  • @Kris29919
    @Kris29919 2 дня назад

    Can you say how make shotgun?

  • @fractalchaos8245
    @fractalchaos8245 2 дня назад

    amazing tutorial

  • @Mega_fires
    @Mega_fires 2 дня назад

    THE HEAD BOBBING DIDNT WORK

  • @gamerbmgo1302
    @gamerbmgo1302 2 дня назад

    Please sir can you also make a video how we can add friends in world and add a combat mode so we can fight

  • @pants-j7q
    @pants-j7q 2 дня назад

    so i put this in camera.rotation.x = clamp(camera.rotation.x, deg_to_rag(-40), deg_to_rad(60)) and get ine 27:Function "deg_to_rag()" not found in base self.

  • @appleamplifier4448
    @appleamplifier4448 3 дня назад

    The Shrek face scared the hell out of me

    • @Sakdos
      @Sakdos День назад

      OH ! I have to rewatch this 10 time to understand !!

  • @stephanrobertgames
    @stephanrobertgames 3 дня назад

    genius

  • @eineatombombe
    @eineatombombe 3 дня назад

    unhandled_input is very jittery for me. every time it detects a mouse movement it moves by like 10 pixels, and i can't find anyone else having this issue. how do i fix this?

  • @DriftWare
    @DriftWare 4 дня назад

    I can't get this to work. The car pulls right, even when not steering at all. Attempting to steer makes the car move backwards for some reason.

  • @radugabrielbiclineru9610
    @radugabrielbiclineru9610 4 дня назад

    can you please explain where did you get the 0.5 and 8.0 values from the FOV operations?

  • @jotadamned
    @jotadamned 4 дня назад

    when I place blocks they get placed apart for each other by 1 grid space even tho this doesn't happens when I break them. A little help?

  • @NayfGamerXD
    @NayfGamerXD 4 дня назад

    can you give the script plss

  • @VitoPetranovicJokic-zx8jn
    @VitoPetranovicJokic-zx8jn 4 дня назад

    How to leave without a cursor

  • @jotadamned
    @jotadamned 4 дня назад

    are you going to make more GUI tutorials? or maybe a Crafting System tutorial?

  • @jorge2555
    @jorge2555 5 дней назад

    I won"t lie I had trouble keeping up but this tutorial helped me figure out how to apply inertia easier so thank you for that hopefully ill be able to comprehend the rest as i continue messing with Godot. Wish me luck!

  • @jinksgaming1715
    @jinksgaming1715 6 дней назад

    Help. When I place down the blocks they replace the block underneath instead of going above. Basically, they should be higher Edit: nvm. I just had to put a + instead of a -

  • @PauloCoghii
    @PauloCoghii 6 дней назад

    This is the best tutorial I was looking for, to creating a simple top down racing game

  • @Originalshy
    @Originalshy 7 дней назад

    I have a question! For the game I am making, the enemies do not have animations. Can I still detect the damage, and how?

  • @GuyMakeGame
    @GuyMakeGame 7 дней назад

    Great tutorial man! Was very helpful

  • @FeatherfallApps
    @FeatherfallApps 7 дней назад

    Really want to see random perlin noise generation with chunks

  • @thebotheringguy2154
    @thebotheringguy2154 7 дней назад

    i am struggling with a problem: the switch mode seems to not work properly in godot 4.2 i also found on reddit people talking about this exact problem, they used to have the same working pattern of this zombie regarding animations and also the way to switch between animation, but as they update up to 4.2 (they used 4.0 initially) this happens: the switch mode "at the end" seems to not work properly, so we get the zombie stucked in the same position with attack looping as soon he match the range condition, before that he runs fine towards player, but after that he just stares you blocked in the same position with attack loop

    • @thebotheringguy2154
      @thebotheringguy2154 7 дней назад

      for now i solved the problem using "Xfade time" using also "immediate" switch mode, i gave 2 seconds to the animation to crossfade (which is nice cause the zombie slowly starting to run, kinda like more realistic acceleration) But still kindly asking to resolve the "at the end" problem :)

  • @AppMaker728
    @AppMaker728 8 дней назад

    Godot made me start back making games again I thought up a new company name

  • @luckygreentiger
    @luckygreentiger 8 дней назад

    Can you please explain how to add a multiplayer to this tutorial? I know it's easier to add multiplayer from the start, but that's also an aspect I'm interested in. Thanks.

  • @kritikalskillz5437
    @kritikalskillz5437 8 дней назад

    honestly could do without the "bullet trails" as they literally just look like debug lines to me but other than that fantastic work, subbed

  • @memze1148
    @memze1148 9 дней назад

    why douse my bullets shoot horizontally?

  • @memze1148
    @memze1148 10 дней назад

    why do I remember watching other tutorials and it being more complicated than this?

  • @artiop7687
    @artiop7687 10 дней назад

    Incredible, thanks it helps me a lot and actually stills working on godot 4.2

  • @micahjorgenson8057
    @micahjorgenson8057 10 дней назад

    For anyone who’s FOV was going way too high whenever they moved I found that changing the velocity_clamped variable at the very end of the line to SPRINT_SPEED * 1.3 instead of having it times 2 fixed the issue.

  • @FaultedPath
    @FaultedPath 11 дней назад

    G̸̘̿̾̆̌I̴͍̤̞̒̏̈́̽͝V̷̥͈̜̯̺̩̀Ẹ̷̻̖̖͇̊̿̄̏̑ ̵͎̙̰̖͇̪̐͗͌̾̄͠M̶͈͉͂̈́̅̕Ȇ̴͉̱̊̐̐̽̅ ̶̧̜̫͚̈̄̔̇̅Y̴͉͚̰̟͙̊̈́O̷̖̯̾̓͆́͒U̴̠̱̫̙̅͑R̵̛̦͌̂̍̀͆ ̴͙̹̲̞̯́̄̾̊̊̊J̴̞̏̌̿U̶̦̠͠I̶̱̘̻͒̀̕͝͠Ć̷̝ͅȄ̷̹̫̣̠͕

  • @Sleep_now
    @Sleep_now 11 дней назад

    Great video, how would I make a 3d game like metroid dread in godot ?

  • @IsaqueSbr
    @IsaqueSbr 11 дней назад

    THANK YOU!!! this will be very helpfull

  • @SohanPlayzz08
    @SohanPlayzz08 11 дней назад

    i tried more than 20 tutorials but my buttons are not clickable please someone help im tired trying everything

  • @Nguyên-i6j
    @Nguyên-i6j 12 дней назад

    may i know what is the app

  • @Konatoku
    @Konatoku 12 дней назад

    Idk, but this seems not great working in ARVR mode, my light source just disappears

  • @OllzAnimates
    @OllzAnimates 12 дней назад

    I keep falling through the floor

    • @Symmetryy
      @Symmetryy 7 дней назад

      click on the csg box, Go to the right of your screen and check the Use collision box

  • @victorgustavo4366
    @victorgustavo4366 13 дней назад

    7:24, my mob goes run off like as bullett. Why it does this? I have hatched 2 videos to solve this problem.

  • @coolminadit
    @coolminadit 13 дней назад

    thanks bro i learn Godot after 1 month from your video

  • @Darkzero1082
    @Darkzero1082 14 дней назад

    Please i need your map 🥺

  • @keshusingh3950
    @keshusingh3950 14 дней назад

    great tutorial sir thank you very much

  • @brickgang6985
    @brickgang6985 15 дней назад

    I dont know how to make like a small road with collisions and stuff and i dont have the map from the patreon

  • @mattyalan6010
    @mattyalan6010 15 дней назад

    The first 1.30 seconds of this video is a bloody speed run.

  • @draft_fusion
    @draft_fusion 15 дней назад

    Okay but how do I generate a pre made room using tiles randomly? I have been searching though a lot of youtube videos coming out empty handed as you cannot make a mess library out of the tiles you made to make a room with it. As in if you have a room made up of tiles I want to take that room and generate it randomly on a map with other pre made rooms on my map.