Average Godot Enjoyer
Average Godot Enjoyer
  • Видео 168
  • Просмотров 319 389
How to render a picture in Godot 4. 1 line of code! Answer in Thumbnail
get_viewport().get_texture().get_image().save_png(C://your file location here")
Notes:
If you are using it in the ready function like me use the await command to let your nodes load first. or send a ready signal from your lowest node when the scene is ready.
here is the await option
await get_tree().create_timer(3).timeout
Просмотров: 220

Видео

You've taken a hit from a Joe Rogan DMT Pen... In Godot 4
Просмотров 15119 часов назад
You've taken a hit from a Joe Rogan DMT pen now you must cook for the dead after being teleported to another world. This entire game has been coded live on RUclips and twitch every weekday at 6:30 to 8:30PM EST Hopefully releasing mid November. follow me on x x.com/Avg_GodotEnjoyr
How to make a Minimap in Godot 3D super simple guide. Under 10 minutes
Просмотров 320Месяц назад
How to make a Minimap in Godot 3D super simple guide. Under 10 minutes
Learn python fast fun guide no bs. Now is the time to learn.
Просмотров 1,3 тыс.3 месяца назад
Learn python fast fun guide no bs. Now is the time to learn.
How to add a C# TTS library in Godot 4 super fast. Very easy :)
Просмотров 3785 месяцев назад
How to add a C# TTS library in Godot 4 super fast. Very easy :)
Assembly tab missing in visual studio Quick Solution!
Просмотров 1455 месяцев назад
Assembly tab missing in visual studio Quick Solution!
Making an enemy with a state machine for a godot 4 game.
Просмотров 1 тыс.6 месяцев назад
Making an enemy with a state machine for a godot 4 game.
Spawn Enemies in Godot 4 (Wave System) Super Simple!
Просмотров 3,7 тыс.6 месяцев назад
Spawn Enemies in Godot 4 (Wave System) Super Simple!
Exploding Enemies in Godot 4
Просмотров 6246 месяцев назад
Exploding Enemies in Godot 4
How to Speed Up Video in Blender Movie Editor in 1 min
Просмотров 1207 месяцев назад
How to Speed Up Video in Blender Movie Editor in 1 min
Godot Mobile Game Edutainment Tutorial kinda.
Просмотров 4797 месяцев назад
Godot Mobile Game Edutainment Tutorial kinda.
Simple Baldur's gate movement in Godot 4
Просмотров 1,2 тыс.8 месяцев назад
Simple Baldur's gate movement in Godot 4
Build a full 3D fps in Godot as fast as possible. Tutorial for beginners.
Просмотров 89 тыс.9 месяцев назад
Build a full 3D fps in Godot as fast as possible. Tutorial for beginners.
Big Tutorial Update and New Game on itch (Free in browser)
Просмотров 3579 месяцев назад
Big Tutorial Update and New Game on itch (Free in browser)
Tutorial EASY RE4 type laser site in Godot 4
Просмотров 6639 месяцев назад
Tutorial EASY RE4 type laser site in Godot 4
Auto Baking multiple materials to a single material script in blender
Просмотров 4909 месяцев назад
Auto Baking multiple materials to a single material script in blender
Big tutorial incoming. Zero to Game Dev with Godot and Blender trailer.
Просмотров 28411 месяцев назад
Big tutorial incoming. Zero to Game Dev with Godot and Blender trailer.
A Introduction to multimesh Godot 4. Simple as.
Просмотров 2,4 тыс.11 месяцев назад
A Introduction to multimesh Godot 4. Simple as.
Godot optimization Experimentation Multimesh Testing
Просмотров 1,5 тыс.Год назад
Godot optimization Experimentation Multimesh Testing
Optimization Autism in Godot 4
Просмотров 21 тыс.Год назад
Optimization Autism in Godot 4
Easy 3D clothes Godot 4
Просмотров 3,1 тыс.Год назад
Easy 3D clothes Godot 4
animation player works but animation tree doesn't work Godot 4
Просмотров 1,1 тыс.Год назад
animation player works but animation tree doesn't work Godot 4
GLTF in Godot 4 fast help "cant edit animations".
Просмотров 2,1 тыс.Год назад
GLTF in Godot 4 fast help "cant edit animations".
Purdue Global University is a Scam!
Просмотров 9 тыс.Год назад
Purdue Global University is a Scam!
Go Do! Lives! Free Python Animation tool for Godot.
Просмотров 342Год назад
Go Do! Lives! Free Python Animation tool for Godot.
Morrowind At Home Part 3
Просмотров 508Год назад
Morrowind At Home Part 3
3018 CNC Beginner Guide QuickStart tutorial
Просмотров 356Год назад
3018 CNC Beginner Guide QuickStart tutorial
Morrowind at Home Part 2 Character Mesh and armor
Просмотров 562Год назад
Morrowind at Home Part 2 Character Mesh and armor
One Skeleton Multiple Meshes in Godot
Просмотров 7 тыс.Год назад
One Skeleton Multiple Meshes in Godot
Morrowind At Home Part 1
Просмотров 583Год назад
Morrowind At Home Part 1

Комментарии

  • @quintin1561
    @quintin1561 12 часов назад

    lol you didnt select everything when exporting huh? I do the same exact thing 😂

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

    the only video on this topic and greatly explained, kudos man

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

    Thanks a lot buddy

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

    really helped me out there! thanks!

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

    ❤❤❤

  • @juanangelgaelgastelum-nava366
    @juanangelgaelgastelum-nava366 3 дня назад

    this was VERY straight to the point and i love it, you really helped me

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

    For all newcomers, keep it simple, don’t go making Minecraft your first time around. Build scripts first e.g. rename files, search for text within side of files. One line of code at a time.

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

    Thats awesome

  • @JebaliJihed-g5c
    @JebaliJihed-g5c 4 дня назад

    nice tutorial

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

    get_viewport().get_texture().get_image().save_png("D://yourfilepath")

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

    literally a perfect tutorial

  • @LuisGonzalez-qb7tk
    @LuisGonzalez-qb7tk 6 дней назад

    I loved your video, I really hope you do more. You had me taking notes

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

    rather than learning blender and animations can I get AI to do it for me?

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

    you are a beautiful human being thanks sending wishes and luck

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

    lmfao very good cutscene

  • @JebaliJihed-g5c
    @JebaliJihed-g5c 7 дней назад

    really funny :DDDD i like it, i like the fact that you added frying pan and a bunch of other stuff also , the game looks pretty good now and wide , cant wait to play it

  • @miapaz-n7r
    @miapaz-n7r 7 дней назад

    you helped me understand this so easily compared to my professor who’s been teaching me for a few months 😭

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

    Nice one 🎉❤

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

    lmfao, love it!

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

    Things i have left to do are make the final grade for the five levels and incorporate the goblin smashing area. Game over screen and add some polish if possible.

  • @plashplash-fg6hd
    @plashplash-fg6hd 10 дней назад

    Thank you for not using Windows 11.

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

    Well, that's a shame that you feel you wasted both your time and money, and IF some of those things actually happened--and I've had some bad course/degree experiences too that were ridiculous (so I can see that they might have)--that's a poor program. I will also say, not unusual for many overpriced universities...that Purdue Global charges a lot for their credits--especially for a lower-ranked program. I do have to wonder though, since it seemed so universally horrible, why you chose to continue through the entire degree and didn't drop out after the first term. Also, I know two things from this rant: 1) You didn't have any vocab classes while there, given your over-reliance on profanity, and 2) It won't be the Purdue Global degree that prevents your getting a job; it will be your shitty, pompous attitude and personality.

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

    dude, you saved me. thanks

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

    Thank you. This is a very helpful tutorial

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

    alright i might be cooked

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

    ❤❤❤

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

    You can animate without bones by snapping the cursor to your fridge's edge. The lid will then rotate at the cursor location. Then add your keyframes. I've used this method for pop-up ground targets for example. No weight painting required. EDIT - When you grab those .webp images, in the save window, click the file type drop down, select All files (*.*), type in your preferred file name and extension of choice, example ice.png. Also I learned how to make my first games with your tutorials btw, thanks a lot man.

  • @robertxf6662
    @robertxf6662 16 дней назад

    Pretty good grades? I see a lot of C’s and B-‘s? I would not consider that good grades. If you had A’s and solid B’s then I would agree with you on pretty good grades. I’m getting ready to start the BS in Healthcare Administration and I also have a cousin who works for Providence network as a director of one of their multi specialty clinics. Purdue Global is one of the colleges Providence will cover the cost. I have also found a lot of comments on other threads about Purdue Global being on the list of their employers list of schools they would cover tuition. From my research I don’t believe anything you’re saying. For everyone else there are people saying the same stuff about WGU and SNHU and I know people that have done just fine getting hired with degrees from all three of these schools. Online you definitely have to be motivated and it seems to be the unmotivated that kind of skate by are all leaving bad reviews. Also, you can be book smart and get good grades but have a crappy personality and suck as coworkers or are bad in interviews, and no matter the degree they won’t get hired anywhere but they blame the school.

    • @averagegodotenjoyer
      @averagegodotenjoyer 16 дней назад

      @@robertxf6662 I bought a house when I was 22 I worked different trade jobs with many different people. I paid for college out of pocket. I should have bought a second property instead of this garbage. At the time I thought this was a good investment. But it was not. I'm sure you will fill whatever box you are attempting to fill. A BS in office dronerey is very impressive in some circles. If that's what you want this is the school for sure. Tldr Grades < Money

  • @Roh_studio
    @Roh_studio 16 дней назад

    For you who have succeeded, leave the links that we play!!

  • @SuperHtownswag
    @SuperHtownswag 16 дней назад

    Great review.

  • @ThatGuyAceYT
    @ThatGuyAceYT 18 дней назад

    you are the goat

  • @RecNick
    @RecNick 18 дней назад

    Didnt work

  • @ericmatus1728
    @ericmatus1728 20 дней назад

    Well bro… you’re taking an AS program of course it’s going to be beginner material.

    • @averagegodotenjoyer
      @averagegodotenjoyer 20 дней назад

      @@ericmatus1728 right 30,000$ and two years worth of "beginner material" otherwise know as a scam. A class from Udemy that cost around 100 dollars will provide more relevant knowledge. And you can do that in 6 months or so. A software development boot camp is a much better option I just want that known.

  • @eugenech.2450
    @eugenech.2450 21 день назад

    Funny to see Redot in the background

    • @averagegodotenjoyer
      @averagegodotenjoyer 21 день назад

      @@eugenech.2450 I'm planning on releasing it with redot possibly. Idk I have redot download but I haven't tried out much. I hope they go with a cool mascot and not an anime girl haha.

  • @runninggames771
    @runninggames771 22 дня назад

    please indent the parameters you're passing in. makes it easier to read. everything between interpolate_propetry( ***args***) should be indented

  • @tullman3craggs102
    @tullman3craggs102 22 дня назад

    Not using redot 🤔 must be a liberal

  • @VirtualReality-zv5oh
    @VirtualReality-zv5oh 23 дня назад

    20:14 This was a tricky one. You just fixed it at 16:16 automatically with "... let's just make sure, it's not inside this thing...". 42:46 Godot can play animations in reverse. So you can make one animation openbox and play it in reverse. Makes it a little bit easier. 🙂

  • @leoscave6728
    @leoscave6728 23 дня назад

    If you needed another person to help you with the game. What would it be? I've decided to just make a short film due to so much i would have to do as a solo dev. I hope ya find the enum fix.

    • @averagegodotenjoyer
      @averagegodotenjoyer 23 дня назад

      @@leoscave6728 id probably ask for assets like music or 3d models. After I finish this game I want to do a Christmas themed tower defense type thing. So I might make a some online Dropbox for stuff. That could be cool. Thanks for the question. All the ways I was thinking about using the enum defeat the purpose of the enum lol but it's fine I'll just compare it to a list or something. Haha

  • @vinisectvenomorphoxis7731
    @vinisectvenomorphoxis7731 25 дней назад

    perfect, thanks!