Godot

5885 readers
34 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

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
301
302
303
60
submitted 11 months ago* (last edited 11 months ago) by jlothamer@programming.dev to c/godot@programming.dev
 
 

If you ever wanted to make a game using visibility masking like the classic horror survival game Darkwood, then this demo is for you! In the readme I go over how it works as well as some pitfalls I've found along the way.

If you have any issues or feedback for the demo, please let me know. Thanks!

Godot 4 Visibility Masking Demo on Github

304
 
 

Hello there! In today's video, I would like to focus on particle systems in Godot, which is an area that, similar to shaders, often raises plenty of questions. Particles are useful for various effects if we know how to use them. In this video, we will enhance our 3D scene with snowfall.

305
306
307
42
submitted 11 months ago* (last edited 11 months ago) by popcar2@programming.dev to c/godot@programming.dev
 
 

Link here --> https://forum.godotengine.org/

Godot now has an official forum! Not to be confused with the community-run unofficial forums (https://godotforums.org/)

The Godot forums will replace their old Q&A website, and all posts have been migrated to it.

308
309
 
 

I'm working on a game which involves characters doing path-finding and interacting with each other. My first impulse was to use navigationagent3d for this, but I'm running into issues which may or may not be related to my current understanding of the usefulness and intended purposes of naviagtion agents.

Basically, the agents should be able to walk up to each other and do a little push which should have a knockback effect. The knockback method works in isolation on standard character bodies without the navigation agent added, but seems to not be calculated by the agents.

The knockback is being added to the velocity with a lerp that quickly brings it back to zero. Again, that works fine on units without navigation agent. I'm wondering if this might have something to do then with the set_velocity method of the agents? Is there something about that which would prevent them from interacting with each other using the knockback?

310
 
 

That's a lot of cash money. I'm still a bit confused at how much of this money will go to the actual engine and how much of it will go to supporting W4 in general, such as allowing devs to publish Godot games for consoles.

311
312
313
314
315
316
317
 
 

Hi everybody! I have recorded another video tutorial about shaders in Godot. This time, we will demonstrate how to create a spectrum analyzer that responds to music played by the Godot audio system. This is a nice effect known from various music applications and can be useful for enhancing your game. Let's do it.

318
 
 

Do the multiplayer nodes essentially just function like if I was using RPCs to sync the properties, or do they have anything more nuanced like some sort of lag compensation?

319
320
321
 
 

I'm making a game in Godot 4 and I have something bound to the B key, problem is that if I press the B key while holding ctrl (sprint in my game) it launches a system shortcut bounded to ctrl + b. How can I stop the game inputs from activating a system shortcut?

322
323
324
325
view more: ‹ prev next ›