Tutorials

Andreas Straus
0 ভিউ · 1 বছর আগে

Those who suggest Godot "focus on software" are labeled "filth of humanity" and "toxic pieces of [censored]".

The article:
https://lunduke.locals.com/pos....t/6171454/godot-game

More from The Lunduke Journal:
https://lunduke.com/

Andreas Straus
1 ভিউ · 1 বছর আগে

Godot games can make real money. Here are the Top 10 "Best-Selling" Games made in the Godot Engine.

*Gross Revenue Estimates from VG Insights (https://vginsights.com)

-----------------------------------------------------------------------------------

👉🏼 SUPPORT THE CHANNEL 👈🏼
https://www.patreon.com/StayAtHomeDev_

And get:
- Early Access to tutorials
- Access to tutorial source files
- Access to written versions of tutorials
- Private Discord access

-----------------------------------------------------------------------------------

STAYATHOMEDEV ►► https://stayathomedev.com
TWITTER ►► https://twitter.com/StayAtHomeDev
GODOT ASSET MARKETPLACE ►► https://godotxc.com/

-----------------------------------------------------------------------------------

0:00 Best Selling Games Made in Godot
0:13 Number 10
0:48 Number 9
1:13 Number 8
1:45 Number 7
2:10 Number 6
2:33 Number 5
3:02 Number 4
3:49 Number 3
4:19 Number 2
4:50 Number 1

-----------------------------------------------------------------------------------

Gross Revenue From: https://vginsights.com/

-----------------------------------------------------------------------------------

Cassette Beasts (2023)
https://store.steampowered.com..../app/1321440/Cassett

Dome Keeper (2022)
https://store.steampowered.com..../app/1637320/Dome_Ke

Halls of Torment (2023)
https://store.steampowered.com..../app/2218750/Halls_o

Cruelty Squad (2021)
https://store.steampowered.com..../app/1388770/Cruelty

Brotato (2022)
https://store.steampowered.com..../app/1942280/Brotato

Endoparasitic (2022)
https://store.steampowered.com..../app/2124780/Endopar

Luck Be A Landlord (2021)
https://store.steampowered.com..../app/1404850/Luck_be

The Case of the Golden Idol (2022)
https://store.steampowered.com..../app/1677770/The_Cas

Turing Complete (2021)
https://store.steampowered.com..../app/1444480/Turing_

Your Only Move Is Hustle (2023)
https://store.steampowered.com..../app/2212330/Your_On

#godot #godotengine #godot4

Andreas Straus
8 ভিউ · 1 বছর আগে

Game development is already hard enough not mention figuring out how you like to structure your Godot projects. So I've decided to share some of the scripts I always use with the hope of making the learning process a bit easier for you. Please let me know if you want a deeper tutorial on any of these scripts.

#gamesdev #godot #aarimous

My Games:
Hexagod Demo: https://store.steampowered.com..../app/3059390/Hexagod
Chess Survivors: https://store.steampowered.com..../app/2065000/Chess_S

Hexagon Stuff:
Red Blob Games Article: https://www.redblobgames.com/grids/hexagons/
My Hexagon Utility Script: https://github.com/Aarimous/HexUtil

Social Media:
Twitch: https://www.twitch.tv/aarimous
Discord: https://discord.gg/qSs4QAsmf9

00:00 Learning Game is Hard
01:03 Autoload Scripts
01:56 Global
03:38 Signal Bus
04:24 Warnings about Signals
05:17 My Games
05:38 Utility
06:58 References
08:17 Scene Changer
09:21 Audio Manager
10:44 Hexagon Utility
11:58 This is Hard

Andreas Straus
0 ভিউ · 1 বছর আগে

Hello Godotneers! When we make games we very often have to do calculations in 2D or 3D space to find out in which direction a character should walk, a projectile should fire or how to rotate a camera when the player moves the mouse. This often requires quite a bit of math which can be challenging in 2D and gets even more complicated in 3D. Godot's transforms provide us with a very neat and elegant way to solve a lot of these problems without needing a math degree. We're going to see how transforms work under the hood and how we can use this information to do things like moving a character relative to his orientation, shooting bullets from the player perspective without calculating a lot of angles and positions, controlling first and third person cameras and build useful node structures that let us do all of this with very little, readable code. So fire up Godot, download the example project and have some fun!

Table of contents
================

00:00 Introduction
01:51 A simple 2D game
03:25 Player movement
05:04 Player rotation
07:22 2D Transforms
11:42 Fixing rotation with transforms
15:15 Shooting bolts
17:36 Transform combinations
21:03 Spawning bolts with transforms
25:06 Transform parenting
27:06 Rotating the truss beams
28:30 Keeping the platforms upright
31:57 Node rigs
32:28 Fanning out cards
35:57 A simple 3D game
36:20 Moving the camera
39:08 3D Transforms
43:04 Fixing movement with transforms
45:24 Rotation in 3D
51:12 Euler angles
52:30 Gimbal
54:47 Fixing rotation with node rigs
58:33 Third person camera
1:00:02 Driving physics bodies
1:02:13 Spawning nodes in 3D
1:07:00 Conclusion

Useful links
==========

The example project that we use in this video - https://github.com/godotneers/transforms-video
Godot documentation for transforms - https://docs.godotengine.org/e....n/stable/tutorials/m
An introduction into vector math and matrices - https://learnopengl.com/Gettin....g-started/Transforma

If you'd like, you can support me - https://ko-fi.com/derkork

Andreas Straus
0 ভিউ · 1 বছর আগে

Here are my top 6 Godot Game Engine tips that I use every day to make my game development process smoother. Making games is hard enough as is and I'm hoping these tips will help you along your journey. I am specifically using Godot 4.3 RC 2, but these tips should work for most versions of Godot 4.

#godot #indiedev #aarimous

Play the Hexagod Demo : https://store.steampowered.com..../app/3059390/Hexagod

Chess Survivors: https://store.steampowered.com..../app/2065000/Chess_S

I steam on Twitch: https://www.twitch.tv/aarimous
My Discord Community: https://discord.gg/ydyE7t9MKx

Godot Shaders: https://godotshaders.com/
Checkout @MrEliptik and his educational channel @mrelipteach


00:00 Hi There
00:23 Export Groups
01:40 Unique Names
03:20 My Games
04:05 Easy On Ready Var
04:42 Setters in Godot
06:20 Use more Enums
07:31 Godot Shaders
08:48 Make Your Game Work

Andreas Straus
0 ভিউ · 1 বছর আগে

The Mirror is an open-source game engine platform that was being developed using the Godot game engine, the key word being "was". The Mirror is an attempt to create an open source Roblox or Fortnite and for a variety of technical reasons, they have decided to move away from using the Godot game engine to power the project.

Key Links
https://gamefromscratch.com/th....e-mirror-stops-using
-----------------------------------------------------------------------------------------------------------
*Support* : https://www.patreon.com/gamefromscratch
*GameDev News* : https://gamefromscratch.com
*GameDev Tutorials* : https://devga.me
*Discord* : https://discord.com/invite/R7tUVbD
*Twitter* : https://twitter.com/gamefromscratch
-----------------------------------------------------------------------------------------------------------

Andreas Straus
1 ভিউ · 1 বছর আগে

Let's see which engine is a gangstar!

Support Project Red on Patreon: https://www.patreon.com/Forkmachine

Join us on Discord: https://discord.com/invite/mwmNa6HJQT
Instagram: https://www.instagram.com/forkmachine_dev
Twitter: https://twitter.com/Forkmachine_dev
Email: [email protected]

Read More About the Lore here: https://www.forkmachine.com/project-red-lore
see ya!

Andreas Straus
0 ভিউ · 1 বছর আগে

Let's look at how my latest strategy game, Unto Deepest Depths, is designed. I'll break down the application architecture, how I manage turn order, and show the core code snippets behind the main game loop.

Text version: https://shaggydev.com/2024/09/....04/unto-deepest-dept

Wishlist the game here: https://store.steampowered.com..../app/3106600/Unto_De

What I'm making: 00:00
Game architecture: 02:26
Code breakdown: 07:00

Andreas Straus
0 ভিউ · 1 বছর আগে

I tried Godot for a week (After using Unity for 10 years) and I'm blown away. I built a multiplayer (networked and split screen) FPS character controller and demo in under a week. I only want to make arcade-y multiplayer games so Godot is perfect. The Multiplayer solution is built-in and easy to use. It just gets me excited.

Relevant Links:
Essential Add-Ons Spreadsheet: https://docs.google.com/spread....sheets/d/1l3TKdqhiZQ
FPS Character Tutorial: https://www.youtube.com/watch?v=A3HLeyaBCq4
Multiplayer FPS Tutorial: https://www.youtube.com/watch?v=n8D3vEx7NAE
Multiplayer Input Add-On: https://github.com/matjlars/go....dot-multiplayer-inpu

Follow Links:
Castle Wars Mailing List: https://www.nerdherd.network/castle-wars/mail/
TikTok: https://www.tiktok.com/@weekienhn
Twitch: https://www.twitch.tv/weekienhn
Discord Server: https://discord.gg/GgzQu7PfJB
Patreon: patreon.com/Weekie

Chapters:
00:00 - I Finally Tried Godot
01:54 - Making an FPS Character Controller
02:17 - "Just Add Multiplayer"
04:30 - "Okay now make it split screen"
06:05 - The Unity Exit Plan

Andreas Straus
0 ভিউ · 1 বছর আগে

➡️➡️➡️ Part 2: https://youtu.be/zL__a0Ei6Vs ⬅️⬅️⬅️
🔥 GET completed project: https://www.patreon.com/posts/91206232
🤯 Join Coco Code members: https://www.youtube.com/channe....l/UCfIiEKtakOPRPnE4i
💙 More gamedev tips: https://twitter.com/cococodeYT

This guide will help you with your first steps in Godot game engine. You will learn how to create a simple 2D platformer game with all the most important features covered: Player sprite setup, 2d movement, background image, tileset (tilemap), character animation and input map.

-----------------------------------------
🔗 LINKS IN THIS VIDEO:
Godot download link: https://godotengine.org/
Pixel adventure assets: https://pixelfrog-assets.itch.io/pixel-adventure-1
C# script: https://pastebin.com/PmuBTziN

-----------------------------------------
👨‍💻 SOCIALS:
🔵 Follow me on Twitter: https://twitter.com/CocoCodeYT
💜 Join our Discord: https://discord.gg/hNnZRnqf4s

-----------------------------------------
🎓 YOU WILL LEARN:
- How to create a sprite in Godot
- How to create an animated sprite in Godot
- How to setup a tileset in Godot
- How to create your first game
- How to create game in Godot
- Is Godot easy
- Godot first steps
- Static background image in Godot
- Basic character movement in Godot

-----------------------------------------
⚙️ VIDEO CHAPTERS
0:00 - Intro
0:33 - Godot install and scene setup
2:10 - Background image
3:59 - TileSet (ground design)
6:03 - Character setup (Sprite)
7:46 - Creating sub-scenes
9:30 - Character movement and collision
11:52 - Sprite animation
14:27 - Character movement tweaks
20:09 - Input map

#gamedev #godot #tutorial #2dplatformer

Andreas Straus
5 ভিউ · 1 বছর আগে

This week the Woke Video Game Drama finally hit Godot. With accusations and mass bans the Godot Community Manager landed themselves in some hot water over how the situation was handled. A lot of people have been asking me about it during in the streams so here is a collections of my thoughts.

Follow on Twitch : https://www.twitch.tv/chaff_games

Support the Channel: https://www.patreon.com/ChaffGames

Join The Discord: https://discord.gg/Exzd8QmKrU

Get the FPS Template Here: https://chaffgames.com/fps-game-template/
Get the FPS PRO Template: https://chafmere.itch.io/godot-4-fps-pro
Get the Retro Media Sound Pack: https://itch.io/s/123126/retro-media-mega-bundle

---------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------
Please like and Subscribe! It's truly appreciated

#GameDevelopment #gamedev #Godot

Links to my Socials

Instagram: https://www.instagram.com/chaff.dev/
Twitter: https://twitter.com/ChaffDev
Itch.io: https://chafmere.itch.io/
Website: www.chaffgames.com

Andreas Straus
1 ভিউ · 1 বছর আগে

Mi opinión sobre la polémica de Unity: https://youtu.be/L-AxUNWqxSA

Con la polémica de Unity, mucha gente está planteándose empezar a desarrollar videojuegos en Godot Engine. Un motor gratuito y de código abierto. Pero... ¿Es posible hacer juegos profesionales con Godot? Sonic Colors Ultimate, el port de Deponia a PlayStation 4 y varios otros juegos comerciales más son prueba de ello.

🎮 Mi juego Flatworld en Steam: https://store.steampowered.com..../app/1296540/Flatwor

🌏 Mis juegos: http://www.guinxu.com
🐦 TWITTER: http://twitter.com/guinxu
📷 INSTAGRAM: https://www.instagram.com/Guinxu
📱 TIKTOK: https://www.tiktok.com/@guinxudev

▶▶ Fuentes ◀◀

🎮 Juegos mencionados:

Cassette Beasts: https://store.steampowered.com..../app/1321440/Cassett
Ex-Zodiac: https://store.steampowered.com..../app/1249480/ExZodia
Kingdoms of the Dump: https://store.steampowered.com..../app/2159270/Kingdom

🎨 Demos gráficas:

Wojtek Pe Showcase: https://www.youtube.com/watch?v=ArM2OR5VODc
Godot 4 SDFGI: https://www.youtube.com/watch?v=z32e0WeUpSI
Abandoned Shaceship Demo: https://www.youtube.com/watch?v=Fm9a6FGBWbs
Massive Boss: https://www.youtube.com/watch?v=DWoJZs6TuVs
Portal VR: https://twitter.com/lowraiz/st....atus/165229006344148

▶▶ Música usada en el vídeo ◀◀
Intro: "Shell Warfare" (Hylian Lemon / http://ocremix.org)
OST de Mystical Ninja Ganbare Goemon (N64)
OST de Super Paper Mario
OST de Chrono Trigger

Me llamo Guinxu y desarrollo videojuegos indie en Unity para PC (Steam) y Android. En mi canal te ayudo a crear tus propios juegos y manipulo juegos conocidos para aprender cómo funcionan sus trucos y técnicas. Además comparto los avances de mis proyectos y cómo soluciono los bugs que surjan.

Andreas Straus
1 ভিউ · 1 বছর আগে

Asmongold Reacts to: Godot doubles down after crazy community manager has gone rogue.
► Asmongold's Twitch: https://www.twitch.tv/zackrawrr
► Asmongold's Twitter: https://twitter.com/asmongold
► Asmongold's Sub-Reddit: https://www.reddit.com/r/Asmongold
► Asmongold's 2nd YT Channel: https://www.youtube.com/user/ZackRawrr

Channel Editors: CatDany & Daily Dose of Asmongold
If you own the copyright of content showed in this video and would like it to be removed:
https://x.com/CatDanyRU
https://x.com/DAsmongold

Andreas Straus
1 ভিউ · 1 বছর আগে

This is my semi-comprehensive review of the Godot game engine (Pre 4.0) as someone who has used it for gamedev for over 100 hours. I focus on the specific features that I think make or break the engine and how they compare to other engines such as Unity or Unreal in terms of game development.


|-Timestamps-|
00:00 - Intro
00:17 - Disclaimer
01:27 - The Switch
02:38 - First Impressions
04:10 - Workflow
06:13 - Nodes
08:29 - Scripting / Coding
15:26 - Physics
17:34 - 3D
23:50 - 2D
25:36 - UI Tools
27:20 - Documentation / Support
30:00 - Tutorials
31:03 - Compatibility / Exporting
33:07 - Conclusion
34:38 - Keep The Conversation Going

- 100 Hours of Godot -
made with:
Blender,
Asperite,
FreeSound,
Godot,
Unity,
Unreal Engine 4,
Photoshop Elements 2018,
Garage Band,

Music:
"Kirby Collecting" by Shogo Sakai
"Main Menu(NSMBWii)" by Shiho Fujii, Ryo Nagamatsu, Kenta Nagata
"GBA Shy Guy Beach" by Minako Hamano, Masanobu Matsunaga, Kenichi Nishimaki
"Sky Land(NSMBWii)" by Shiho Fujii, Ryo Nagamatsu, Kenta Nagata
"Cavi Cape - Act 1" by Yoko Shimomura
"Underground Volcano(NSMBWii)" by Shiho Fujii, Ryo Nagamatsu, Kenta Nagata
"Sunken Ship" by Shogo Sakai
"Flip-Swap Galaxy" by Mahito Yokota
"Melty Monster Galaxy" by Ryo Nagamatsu
"Upside Dizzy Galaxy" by Mahito Yokota
"Options" by Asuka Ohta, Ryo Nagamatsu
"Plack Beach, Bubble Lake - Act 1" by Yoko Shimomura
"Mario Bros. Battle" by Yoko Shimomura
"Deep Dark Galaxy" by Mahito Yokota
"Beach Bowl Galaxy - Undersea" by Mahito Yokota
"Tough Enemy (King Dedede's Theme)" by Shogo Sakai
"Forest Dwellers" by Mahito Yokota
"Base Infiltration" by Shogo Sakai
"Multiplayer Menu" by Shinobu Tanaka
"Mario Bros. Theme (Tutorial)" by Yoko Shimomura
"Inside the Inverted Pyramid" by Naoto Kubo
"Main Menu" by Asuka Ohta, Ryo Nagamatsu

#godot #gamedev #unity

Andreas Straus
6 ভিউ · 1 বছর আগে

A Godot Engine é um ambiente integrado para o desenvolvimento de jogos tanto em 2D e 3D. Muitas coisas há de serem aprendidas para que alguém consiga usar ela por completo, mas o básico e todos os elementos importantes da interface podem ser aprendidos em 10 minutos!

Vamos dar uma olhada?

Music from #Uppbeat (free for Creators!):
https://uppbeat.io/t/avbe/night-in-kyoto
License code: MXFAOK4UAACWVZLN

#godotengine #godot

Andreas Straus
0 ভিউ · 1 বছর আগে

In this video we'll walk though the setup and creation of a Finite State Machine (FSM) in Godot 4.

Finite State Machines are incredibly useful for managing simple states and transitioning between them. For this video we will look at an enemy with the states of wandering, following, and attacking. Then, we'll build the wander and follow states together in Godot.

Discord - https://discord.gg/skPc32bUfA

Resources:
Additional State Machine tutorial by GDQuest: https://www.gdquest.com/tutori....al/godot/design-patt
Sprout Lands (Tilemap and character): https://cupnooble.itch.io/sprout-lands-asset-pack
Dino (Dino): https://arks.itch.io/dino-characters
Ending music: https://www.youtube.com/watch?v=44MCworZf78

Chapters:
00:00 Intro
00:27 State Explanation
01:06 Wander State
01:28 Finite State Machine
01:59 Godot Time
02:07 Base State Setup
02:28 State Machine Initial Setup
03:55 Idle State Code
04:40 Testing the Idle State
05:08 Follow State Code
05:40 Testing the Follow State
05:58 Transitioning Between States
06:34 Afterthought
07:03 Cow

Andreas Straus
2 ভিউ · 1 বছর আগে

🖪↷PROJECT FILES: https://gdquest.com/tutorial/g....odot/2d/first-2d-gam

▶︎ GODOT 4 COURSES: https://school.gdquest.com/godot-4-early-access
Preorder Below Launch Price for a Limited Time Only.

🎓 FREE APP to Learn GDScript From Zero: https://www.gdquest.com

🎮 FREE INTERACTIVE TOUR - The Godot Editor - https://www.gdquest.com/tutorial/godot/learning-paths/godot-tours-101/

🗨 GDQUEST DISCORD COMMUNITY: https://discord.gg/87NNb3Z

------------------------
🖈 CHAPTERS
------------------------
0:00:00 About Roguelite Shoot'em ups/Survivor-likes and Godot
0:01:11 Find the Easter Eggs!!
0:02:05 Word of Advice
0:02:37 Download & Set up the Project
0:04:06 Quick Tour of the Editor
0:05:05 Create the Character
0:10:45 Add Movement to the Character
0:32:55 Create a Game Scene and Add the Character
0:34:01 Add Game Environment and Collisions
0:46:10 Add Mobs that Follow the Player
0:59:20 Make the View Follow the Player
1:04:04 Give a Weapon to the Character
1:08:08 Make the Gun Detect Aim at Enemies
1:14:58 Add Projectiles to the Weapon
1:24:45 Make the Bullets Damage the Enemy
1:28:05 Set up Shooting Mechanics
1:36:47 Add Health and Hurt Animations to Mobs
1:42:38 Add Health Management to Player
1:56:24 Randomly Spawn Mobs
2:06:00 Add Game Over Screen
2:12:17 Congratulations - Add up the Hidden Coupons

--------------------------------
CC-BY 4.0 LICENSE
--------------------------------
Video: https://creativecommons.org/licenses/by/4.0/
Attribute To: "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"

Demo assets: CC by 4.0- "CC-By 4.0 - GDQuest and contributors - https://www.gdquest.com/"

Demo code: MIT - "Copyright 2023 GDQuest" + MIT license text from opensource.org/license/mit/

#gamedev #godot #tutorial

Andreas Straus
6 ভিউ · 1 বছর আগে

I started Godot 4 years ago. I've learned so much and I know the information in this video will be extremely helpful to any godot developer. These are the 7 greatest tips and tricks that I've learned throughout my game development journey, and I know they will be very helpful in yours too.

----------------------------------------------------------

Thank you so much for watching I really hope this video helped.

if you did enjoy or this video was helpful then all i ask is if you could please go and click that subscribe button to help out the channel. It means so much and I love your feedback in the comments. If you are having any issues with the code talked about in the video then please let me know in the comments and I will be for sure to get back to you soon. Again thanks so much and I would love to see you again!

have a great rest of you day and of course be safe :)

- thanks DevWorm,

----------------------------------------------------------

Andreas Straus
1 ভিউ · 1 বছর আগে

Mi opinión sobre la polémica de Unity: https://youtu.be/L-AxUNWqxSA

Con la polémica de Unity, mucha gente está planteándose empezar a desarrollar videojuegos en Godot Engine. Un motor gratuito y de código abierto. Pero... ¿Es posible hacer juegos profesionales con Godot? Sonic Colors Ultimate, el port de Deponia a PlayStation 4 y varios otros juegos comerciales más son prueba de ello.

🎮 Mi juego Flatworld en Steam: https://store.steampowered.com..../app/1296540/Flatwor

🌏 Mis juegos: http://www.guinxu.com
🐦 TWITTER: http://twitter.com/guinxu
📷 INSTAGRAM: https://www.instagram.com/Guinxu
📱 TIKTOK: https://www.tiktok.com/@guinxudev

▶▶ Fuentes ◀◀

🎮 Juegos mencionados:

Cassette Beasts: https://store.steampowered.com..../app/1321440/Cassett
Ex-Zodiac: https://store.steampowered.com..../app/1249480/ExZodia
Kingdoms of the Dump: https://store.steampowered.com..../app/2159270/Kingdom

🎨 Demos gráficas:

Wojtek Pe Showcase: https://www.youtube.com/watch?v=ArM2OR5VODc
Godot 4 SDFGI: https://www.youtube.com/watch?v=z32e0WeUpSI
Abandoned Shaceship Demo: https://www.youtube.com/watch?v=Fm9a6FGBWbs
Massive Boss: https://www.youtube.com/watch?v=DWoJZs6TuVs
Portal VR: https://twitter.com/lowraiz/st....atus/165229006344148

▶▶ Música usada en el vídeo ◀◀
Intro: "Shell Warfare" (Hylian Lemon / http://ocremix.org)
OST de Mystical Ninja Ganbare Goemon (N64)
OST de Super Paper Mario
OST de Chrono Trigger

Me llamo Guinxu y desarrollo videojuegos indie en Unity para PC (Steam) y Android. En mi canal te ayudo a crear tus propios juegos y manipulo juegos conocidos para aprender cómo funcionan sus trucos y técnicas. Además comparto los avances de mis proyectos y cómo soluciono los bugs que surjan.




Showing 12 out of 13