SirLich, to godot
@SirLich@mastodon.gamedev.place avatar

Working on a Digital Asset Manager built using the Godot Engine. I've yet to find a tool that matches my specific requirements, so I'm building it myself!

The main purpose is to easily and efficiently browse my asset catalogue.

There is easy support for gltf, ogg, png, and jpg. Will try to support everything else though (mp4, flac, bmp, fbx, whatever).

pandoriafalls, to godot

I have a weird bug in the Web Export of my game. I cannot continue walking right here. But in the Windows build I can. Wonder what this is all about.

raccoonformality, to gamedev

Wake up, babe, new Raccoon Formality game just dropped:

https://raccoon-formality.itch.io/last-chance

(i worked really hard on this, i would greatly appreciate if you boosted this post plz 🥺)

laclobiche, to gamedev

Some pathfinding bugs...
Are they fixed ?

SLIME_STRESS_TEST
I SUMMON YOU!

#solodev #gamedev #godot #godot4 #indiedev

An excessive amount of slimes struggling, but eventually finding their way out.

pandoriafalls, to gamedev

Trying to learn from the #MetSys SampleProject how to make my own (mini) map. To no avail so far. The result is always gigantic and I cannot find a way to scale it down properly.

#MetroidvaniaSystem #MetroidvaniaMonth22 #MetroidvaniaMonthJam #gamedev #godot #godot4 #godotengine

b4ux1t3, to gamedev
@b4ux1t3@hachyderm.io avatar

Hey folks: What's th best way to just draw a circle on the screen around one of my nodes dynamically? Apparently the _Draw method (I'm working in C#) isn't the same as in every other engine and graphical framework ever.

nathanhoad, to godot
@nathanhoad@mastodon.social avatar

In my latest video I talk about how my enemy behaviours work via a state machine and how building shareable states makes it easy to design new enemies.

📺 https://youtu.be/9ePQgy9NCdY

video/mp4

GodotUserGroupBerlin, to berlin

Because of AMAZE game festival, a week full of Godot lies ahead!

First we are very happy to be invited to Klang Games again: 🎉🥳

Godot Engine Show & Tell, Wednesday 8 May 2024, 19:00-22:00 @ Klang Games

https://www.meetup.com/godot-user-group-berlin/events/300745818/

pandoriafalls, to godot

I just downloaded the Godot 4.2 beta, so I could try the Metroidvania System. I am still a bit confused, but it looks promising.

SirLich, to godot
@SirLich@mastodon.gamedev.place avatar

"Hoist" now has a proof of concept editor, for editing the hoisted properties.

It has bi-directional editing, so the children are automatically refreshed, when hoisted properties are edited.

Taffer, to godot
@Taffer@mastodon.gamedev.place avatar

Since it's taking me 4,000 years to finish going through the Godot 3 tutorials I bought, and I still haven't gotten to the Godot 4 tutorials I bought on Zenva, I picked up the GameDev.tv bundle: https://www.humblebundle.com/software/learn-to-make-games-in-godot-4-gamedevtv-software

miskatonicstudio, to gamedev
@miskatonicstudio@mastodon.social avatar
GodotUserGroupBerlin, to berlin

We are very happy to announce a special event: Multiplayer Best Practices. We will talk about best practices, real-life experiences and hear some lessons learnt from a Godot multiplayer game creator. 👾🕹️

Saturday 21 Oct 2023 15:00 to 20:00 at @xHain_hackspace

https://www.meetup.com/godot-user-group-berlin/events/296203947/

https://discord.gg/Sm3CgrqqQa

mikelundahl, to Steamdeck

I'm very tempted to get the Steam Deck. Especially to have the game released and play well on it. Any of you Godot Devs out there have any experience with Steam Deck? If so, how have the process been for you?

BreoganHackett, to gamedev
@BreoganHackett@mastodon.gamedev.place avatar

Look at all the cool stuff I collected by destroying clown caves in my game and stored in the inventory in the first successful save file!

item_dict = {
"m0": 9,
"m1": 10,
"m2": 6,
"m3": 4,
"m4": 7,
"m5": 2,
"m6": 11,
"m7": 3
}

I have so much property yay, noo please don't copy paste my inventory it's mine ;-;

Galla, to godot
HexagonNico, to gamedev
@HexagonNico@mastodon.gamedev.place avatar
nagi, to godot
@nagi@mastodon.gamedev.place avatar

Thinking about remaking my interaction tutorial for Godot 4 next. What types of interactions would you like to see me cover? (besides the usual door, elevator, NPCs)

b4ux1t3, to godot
@b4ux1t3@hachyderm.io avatar

🎉🎉🎉🎉KABLAM!🎉🎉🎉🎉

Car physics. I still need to add "friction" and a top speed (which I'll probably enforce with the concept of drag), but I'll save that for the stream. Just took not being half-asleep on stream to get this fiddly little algorithm working properly.

A 2D top-down racing game with somewhat accurate car physics!

limbo, to godot
@limbo@mastodon.gamedev.place avatar

One of the LimboAI's cool features is a visual debugger for behavior trees. Inspect any behavior tree in a running scene. You can collapse sections of your game's AI that you are not interested in, and leave only those you wish to follow in detail.

LimboAI is a C++ module for Godot 4 that offers a combo of behavior trees and state machines for crafting your game's AI. 🤖💡 It's free and open-source.
Check it out here: https://github.com/limbonaut/limboai

#godotengine #godot4 #limboai #gameai #gamedev

Godot 4 and LimboAI: Inspect any behavior tree in a running scene

pandoriafalls, to godot

So, I have to sign my build on Windows and Mac, which I don't wanna afford for a jam game. I don't know whether it runs on Linux, since I don't have a Linux machine to verify. And the Web Export is buggy and doesn't load on some browsers/machines. Nice!
My jam ratings are gonna be great!

b4ux1t3, to gamedev
@b4ux1t3@hachyderm.io avatar

Car physics are brutal. I couldn't quite get it working last night on stream, but I think I've identified the issues I was having. Hopefully I can get it sorted before tomorrow's stream!

A top-down 2D driving game, but the car decides to just spin around and not behave correctly.

seyn, to godot

I'm having issues with vscode (C#) and editor signals, when I connect any signal (example onbodyenter) the script doesn't generate any code, it's annoying to write down the function, I spent 40mins checking one collision and still couldn't make it right.
I really want to improve my C# and coding in Godot and I don't want to switch back to gdscript

SirLich, to godot
@SirLich@mastodon.gamedev.place avatar

A little for you: Set the 'Property Name Style' to 'raw'. This might help you match properties to code-values a bit quicker.

makertech, to gamedev Danish

My robot is sad.
It is sad because:

  1. It had this annoying line hanging over its head all evening.

  2. I jump down the rabbit hole and tried to find as many fixes as possible instead of just one.
    And thus forgot to connect the sad little robot to it's programming menu so it can start moving again.

@godotengine

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • tacticalgear
  • anitta
  • megavids
  • Leos
  • cisconetworking
  • lostlight
  • All magazines