Revisiting my Shoot 'Em Up prototype.
This time I want to push harder on the "bullet heaven" aspect.
Let's see what happens...
#gamedev #indiedev #indiegame #godot #godotengine #pixelart #shmup
Hobby gamedev: "Nah, I'll stick with Unity. No big game studios use #Godot anyway."
Battlefield 6 devs: "Hmm, I think we'll use Godot for this"
I wonder who's next :D
🗃️ ARCHIVE : « Personnalisation du personnage » (2024)
Comment j'ai mis en place la création des skins des Sales Gosses (et leurs sélections) dans Godot.
▶️ https://studios.ptilouk.net/sales-gosses/blog/2024-10-09_custom.html
#SalesGosses #gameDev #jeuVidéo #développement #skin #avatar #Godot

argh !!!! godot !!!! why do you do this to me !!!!!
here's my issue:
I'm loading a level dynamically, right ? swapping out a node for a packed scene.
tell me why, then, when i instantiate the scene and add it as a child does the whole thing load in but only half of it render and become interactive ?
I can't see my collectibles, but i can sure collect them. I can't see signs/NPCs but I can sure read/talk to them. I can't see my patrolling enemies but I can sure get hurt by them. yet all the new level geometry and collision loaded.
Why is this ?? What am I doing wrong ?? The camera render layers don't change between loads -- it's still the same camera, just following a different target once the new level loads in. What's going on !!!! aaaarrrrggghhhhh !!!!!!!
#godot #godothelp #help #helpwanted #gamedev #indiedev #godot3d
I think I did something... 👀
#indiedev #indiegame #gamedev #solodev #godot #puzzlegame #cozygames #steam

There are still some small issues with my current implementation. There is a possibility matching cards are not triggered, locking the whole game. If this happens you can reveal all cards but nothing is getting triggered anymore.
But still a huge achievement that it is starting to work out as planned.
https://video.gamerstavern.online/w/2yCT6Rpdz3o8S5NSwwkzif
#Samory #Godot #Godot4 #GameDev #LocalMultiplayer #Multiplayer
Hawk Hill Estate
There is something wrong with my Pathfinding.
Workers refuse to go to the right side of the map!
They are all spawned at the Railway Station, and make their way to a House, from where they go to work.
But there seems to be a 'wall' across the centre, that they do not cross.
They also refuse to climb the hill, but that may be because the slopes are too far right.
:(
Any ideas?
#godot #gamedev #godotengine #gdscript

Onward to day #357 of #Godot games using #GodotSteam! Today is One More Gem by Cosmin Munteanu! A snazzy callback to retro puzzle games packed with features and also includes a tasty level editor. Not out yet so give it wishlist love; oh, and there's a demo!
https://store.steampowered.com/app/3871180/One_more_gem/
Less than a week til Steam Next Fest. I've been tweaking the demo almost every day for a couple weeks now, including changes to the courses themselves but also just polish and general game feel. I'm excited!
https://store.steampowered.com/app/3755680/Critter_Drifters/
#indiedev #godot #gamedev #steam
We're working on bringing our https://solidean.com/ mesh Booleans to Godot! It's already quite smooth, though we might want to help the physics engine a bit at some point... The current bottleneck is actually importing the geometry into the physics engine and rebuilding the render mesh, not the Boolean :D #geometry #gamedev #godot #godotengine
I never thought I would say this, but today I wrote my first #bug report for the #Godot engine:
https://github.com/godotengine/godot/issues/111410
Last week I was facing some issues when working on a card game made with Godot, and after some *exhausting* testing, I decided to create an issue for it, as I couldn't find an explanation for it.
I don't see this as a negative thing, as I know that if this had happened with #Unity3D, my bug report would have been probably ignored unless it was critial.