mrcopilot, to godot
@mrcopilot@mstdn.social avatar

Thank you for the heads up, clarification and the mountain of dev work on #Godot

It is all very appreciated.

#GameDev #GodotEngine #Godot4 #DevLog #BlendingIsHard

https://godotengine.org/article/migrating-animations-from-godot-4-0-to-4-3/

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

Updated my Godot/Codeberg CI demo repo to use Godot 4.2.2: https://codeberg.org/Taffer/hello-godot-ci

Looks like it still works, which is nice. ;-)

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

Fire dissolve shader tutorial

video/mp4

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

writing a batch image processing tool in gdscript because I love convenience and despise performance : ) : ) : )

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

Installed this week, have a repo setup with a partner in crime who wants to collaborate on something.

Hit me with your favorite tutorials for getting started with if you’ve got ‘em.

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

We made a goose that can steal your weapon and runs around the map while squawking.

#roguelike #godotengine #Godot4 #pixelart #gamedev #indiedev #indiegame #goose

video/mp4

HexagonNico, to gamedev
@HexagonNico@mastodon.gamedev.place avatar
Tearcell, to godot
@Tearcell@mastodon.gamedev.place avatar

The first ranged enemy is coming along nicely in this project! and are powerful, but definitely take some learning to get good at.

I think I'm happy with the turning and firing of this monster, and the movement logic seems okay now.

The idle is a bit of a problem. I need seeing the player to break that, and right now it always waits 3 seconds.

[Limbo AI behavior tree controls the 2 stingered hornet that shoots energy balls. The tank drives around it, dodging some shots before killing the creature.

maestrapaladin, to godot Spanish
@maestrapaladin@masto.es avatar

Hice un cursillo rápido de GDScript para Godot llamado "Learn GDScript From Zero". La traducción al español tiene texto en inglés, pero es asumible. Los ejercicios los veo bien, salvo el tramo final que son muy liosos y cuando ves la solución te dices "ostia, si se refería a esto!".

El curso es gratuito y podéis hacerlo desde aquí: https://gdquest.github.io/learn-gdscript/?ref=godot-docs

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

Was getting fed up with path finding performance in #Godot4 ... Just 5 mobs were tanking performance! 75 fps to 7 or less.

Then I realized my nav mesh was very not well optimized...

Then I realized I had Limbo AI querying the navigation server something like 200 times a frame for each unit...

Then I realized... I have a lot to learn yet about 3D!

Definitely gotta do some write ups on my experiences once I get back to 60 fps. I'm pretty steady at 30 again, with 30 agents active.

#gamedev

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/

stan, to gamedev French
@stan@framapiaf.org avatar

Made a new game using the @godotengine for @ludumdare with my friends. This time it had shadows! We got some pretty bad crashes and the CI eventually failed us breaking shaders but we managed to fix it :)
You can play it here https://froissant.itch.io/demons-on-demand

Longplay_Games, to random
@Longplay_Games@mstdn.games avatar

TFW you spend all morning learning how to stream levels in to avoid the loading screen between levels and then go check to see how long it takes...
And it takes 1ms.

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

Brackey's is back! And will be doing Godot videos!

https://www.youtube.com/watch?v=EYt6uDr-PHQ

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

krazyjakee, to godot
@krazyjakee@mastodon.gamedev.place avatar
miskatonicstudio, to gamedev
@miskatonicstudio@mastodon.social avatar

One of the things that GOAT is still missing is dialogues. I'm testing if it could be integrated with one of the available plugins, like @nathanhoad 's Dialogue Manager. What do you think?

video/mp4

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

We made wooden fences for the village (still in the making, so check them at the basecamp for the moment)! Also, notice the snow effect :)

video/mp4

miskatonicstudio, to gamedev
@miskatonicstudio@mastodon.social avatar

I've added a small improvement to GOAT: when you pick up an item, it stops casting shadow ;)

https://github.com/miskatonicstudio/goat

#godot4 #madewithgodot #gamedev #adventuregame #opensource #GOAT

video/mp4

kaynSD, to gamedev
@kaynSD@peoplemaking.games avatar

Any people using the / game engine got a pointer for me on how to set tiles up so that they can include overlaps? Issue in the illustration below (with tiles from one of zeshio's lovely tilesets...)

HexagonNico, to gaming
@HexagonNico@mastodon.gamedev.place avatar

Finally got lighting to work the way I want it to when next to walls and cliffs. Getting the right configuration of normal map was quite tricky. The downside is that now I have to replace the old tileset with the new one in every single level... yay...

video/mp4

Longplay_Games, to scifi
@Longplay_Games@mstdn.games avatar

Do you like games with relaxed vibes?
Interested in watching an early access game develop into the final version, but hate the idea of paying for something unfinished?
Come check out our early access alpha demo. Regular updates, feedback, and totally free.

https://longplaygames.itch.io/smugglers-of-cygnus-ea

One of the species in Smugglers of Cygnus in a space suit with a gas giant reflected in the face plate
Talking to an NPC to get a mission in Smugglers of Cygnus

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).

carenalga, to godot

Hey hey! 2 - Beta 2 is out now!!!

This version features interaction cancellation when you click elsewhere after clicking an object, a new release and documentation workflow thanks to Paolo Pustorino, and numerous bug fixes.

https://github.com/carenalgas/popochiu/releases/tag/v2.0.0-beta2

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