Godot

6247 readers
90 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 2 years ago
MODERATORS
651
652
21
submitted 2 years ago* (last edited 2 years ago) by Ategon to c/godot
653
654
 
 

Hello. Idk where to post this idea, I have no idea about game engines or game development, and I am also not creative so this might already exist.

But it'd be cool to have a game based on anxiety in the style of the Simpson's arcade game. You have to go shopping with a grocery list, and before you enter you have to fight off kids selling candy bars, people asking to sign petitions, people trying to convert you you their religion. Then once you're inside you have to fight off kids running loose, slow grandma's, apathetic workers who get in your way etc. Then the items are hard to find or they are always changing locations.

The goal is just to get your grocery shopping done, or other everyday outside tasks that are made difficult by anxiety.

Cool, thanks for your time and reading this far.

655
 
 

Hello all,

I hope my question is not too stupid. :-) I have the following concern: I would like to create - in general terms - a maze in which computer-generated enemies follow a random path and can also come towards me. (I assume I need 3D for this.) After some reading, I have determined that Godot might be the wisest choice for this.

Now I have no experience at all in developing games and designing graphics, so I need a hint in the right direction: What is the easiest way to create a three-dimensional model of an opponent and insert it on a map in Godot so that it automatically follows a certain path? I assume I need Blender or similar software for that?

656
657
 
 

I spending this days trying to import the adobe maximo models and animation, but this importing system really don't make me feel good. I can't properly editing anything inside godot that only some basic setting that easily broken everything. When I'm trying to add a new animation to an existing set its fails forcing me to re-do everything from begin. How can this make sense? Really I can't have an open animation library? Do I really need to redo everything everytine if I wish adding new animations? What do I missing to this process?

658
659
660
661
 
 

What happen to Godot forum? Someone tell me it happen a drama with administrator. Mind to tell the story? It is for this reason that Q&A is closed for migration?

662
11
submitted 2 years ago by nibblebit to c/godot
 
 

Hey I've been wondering what you all use to create and manage dialogue trees for your games. I've come across many tools for the different engines. Most fall in the low-code node-graph category that I find frustrating and finnicky to work with. I never got the hang of the different plugins for Godot, and it's tiring to just spam and duplicate if statements in huge globs.

I made a C# package to let me map out dialogue trees and shoot events all in neat little yaml files that live happily in version control. It was made abstract to work for MUDs and text adventures, but I recently started using it in my Godot games and it works pretty well.

I don't believe I'm the only one that prefers to work this way. I am curious about what you all use for branching dialogue mechanics, reacting to events during dialogue, SFX etc.

Do you like the plugins? Do you have bottomless branches of flow control? Let me know!

663
 
 

The TileMap rework sound exciting. I hope this means they can improve how terrains function and make them more user-friendly, they're kind of a pain right now.

664
13
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/godot
665
 
 

I was working recently on making a fairly simple model in Blender that used a shader for a particular. The core magic of the shader was the Brick Texture node. I tried experimenting with different solutions personally in Godot to recreate it since the export to the engine from Blender looked awful. Unfortunately, I've hit the limits of my limited shader skills. Does anyone know how they would go about recreating the Blender node in shader lang?

666
 
 

A quick reminder what I’m all about 😊

Hi I’m Phil Strahl, hobbyist game dev, artist, & video creator. I love the #LudumDare game jam, #GameMaker @yoyogames (I’m also new to #Godot @godot) and making video documentaries of my struggles on YouTube; I also stream on twitch.tv/PixelProphecy.

667
 
 

I'm just getting into godot 4 for the first time and am looking for content I can read/watch/listen to while not at my computer.

Who do you follow for godot tips, tricks and tutorials? Any youtubers/blogs/podcasts you recommend?

668
 
 

Terrain3D, Memento Mei, conq.io, Shockbot, Turing Complete, Echoes, They Don’t Sleep, Canvas of Kings, Farm Keeper, Espiocracy

669
 
 

670
3
Cyberway (ggbot.itch.io)
submitted 2 years ago by [email protected] to c/godot
 
 

Cyberway is an endless driving game made with Godot. It is available for free on Itch.io. Try the game and enjoy the aesthetics!

671
15
submitted 2 years ago by Mega to c/godot
 
 

A new batch of backported fixes for Godot 4.0 is ready for testing! Even if you aren't able to move to Godot 4.1 just yet, we can't leave you without support and improvements.

672
 
 
673
 
 

I have two positions, my cameras, and one from an object. I want to be able to move the camera smoothly from on position to the other. Since the positions are always different, animation players don't work(as far as I know).

674
675
13
godot 4 web export (lemmy.world)
submitted 2 years ago by [email protected] to c/godot
 
 

Godot 4.0 broke web exports without a webpage having certain headers(over my head content), but sites like itch have those things. I believe the explanation was because of having mulit-threaded support in the engine.

I have held off upgrading from 3.5 because my games I publish on my simple github page and that change on 4.0 would not work on my github page.

There was rumor of providing a single threaded web mode in future releases(4.1 was mentioned), but don't know if this happened. I check release notes every few months but haven't seen if this change has been made.

Are web exports fixed for godot now?

view more: ‹ prev next ›