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/

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
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/

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

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

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

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

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

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

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

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 ;-;

alfredbaudisch, to godot

My Godot Dynamic Inventory System, aka "Zelda Breath of the Wild Inventory UI" has been finally migrated to Godot 4 @godotengine!

Repository: https://github.com/alfredbaudisch/GodotDynamicInventorySystem

This is the inventory system built in my course Ultimate Godot UI Course - https://splitpainter.itch.io/dynamic-inventory-system-and-ui-with-godot-course

Next step is to update the course to Godot 4 too :)

video/mp4

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.

betalars, to random German
@betalars@chaos.social avatar

I updated and forked a Line Renderer to work better with and work as a plugin.

You can already get it off github, and probably soon also from the Gotot Asset Lib.

https://github.com/betalars/line-renderer

  • 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