Why are you using a rigid body if the body is static ?
Why are you using a rigid body if the body is static ?
Yes please !
happy with how this is working now.
#halyard #godot #gamedev
Water shader with caustics, refraction, different shading options (smooth, toon) and other customizations is now available for free.
Duck included!
Link: binbun3d.itch.io/godot-water-...
#godot #godotengine #shader #gamedev #gameart
Awesome ! Will you make a guide about it ? Or add it to your itch page ?
Yes indeed !
Well if you need to loop in a specific range (like 5 to 11) or even backwards. You do need it !
I just check the code, and...
Are Jolt's physical joints finally finished ??
We got Terraria at home vibe
How vibe coding lead to my project’s downfall. This is a confession. I plead guilty to the crime of using LLMs to write the code for my game project. ChatGPT, Claude, Gemini, Deepseek, Cursor… I used them all. And I’m here to give a warning: Do not do what I did! I’m very green to gamedev. I have 3 or 4 very small projects under my belt. The 4th project was for the Big Mode game jam of 2024 and I’ll admit, ChatGPT helped me get across the finish line and manage to get a game that ranked in the top 100. After my relative success, I went all in on vibe coding for my next project: a roguelike twist on the classic asteroids arcade shooter. The idea is far from original. It was never meant to be a marketable product, just another project to get more experience under my belt. But I got too greedy, and leant too hard on using AI to write my code. Now I have a project I don’t understand. And the code is a mess. Scripts that should be only a few hundred lines are 800-1000 lines long. The AI makes two new bugs trying to fix the first. Redundancies are stacked on top of eachother to make a disgusting shit sandwich of slop code. There are now bugs that are so deeply embedded in the code that it will likely require I start from scratch. 4 months of work (and $150 of LLM subscription fees) basically down the drain. It’s a hard lesson, but I’m glad I learned it. For small tasks, mundane things, sure. Find where AI is helpful for you. But once you put blind trust in the code it writes, you face the risk of losing it all. Don’t be me. Just learn to fucking code.
Confessional of the Vibe Coder
What are you using to develop this ?
But this is already the case in Godot right ? Or is this related to the new ui design ?
Threw together a video player! It relies on Godot's OGV stream player. Also seen: yesterday's Godot plush in-game. I want players to be able to make a home :)
CRT model from loafbrr!
https://loafbrr.itch.io/crt-tv-asset
#ScreenshotSaturday #godot #indiedev #gamedev
The fact that you can drag and drop you own video into the game, then it create a cassette is awesome 👌
Funny anecdote: I had started watching your tutorial on creating a fake 3D duck for the characters x)
I was actually thinking of doing something like that. Like, you go to a website, you could join a room with a code and control a 2D character from a top-down view who could talk (VoIP) or chat (like in VRChat). If only I'd had time to do that during the holidays ! 🥲
My interactive tween guide for Godot is out !
If you have trouble using tweens, adding "Juice" or picking the right transition, it should hopefully help!
The guide is free and will always be 🩵
qaqelol.itch.io/tweens
#Godot #GameDev #Animation #Tutorial #Guide #Tweens
This is my attempt 😅
I don’t know why my vehicle is jittering so much. I’m using the default values for the joints and physics materials.
I’m super proud to announce my next solo project 👇
Lexispell is a cozy roguelike word game with a physics twist 👀
Merge letters, pick cool upgrades and spell long words ✨
I hope you’ll like this small game, sharing this post and wishlisting on Steam would help me a ton 🙏
s.team/a/4053960/
Even the wheels are rigid bodies ? There are not soft bodies ?
I mean the physics
How did you make the vehicle look so good ?
I think you need to set wrap_mode to Boundary on the node
#godot #gamedev #indiedev
If you export a category with the "debug" as a the name, it puts a cute lil bug next to the name. Has this just been in the code forever and I never noticed it? lmfao
Where can we download the tool ?
‼️ Our Kickstarter for The Signal is NOW LIVE ‼️
Explore, craft, and survive on Sirenis, an alien world that's claimed countless victims before you. Uncover the mystery behind the planet and put your building skills to the test.
#indiegame #IndieDevs #indiegaming #videogames
Is there a reason to use a string instead of an enumeration for tasks? I understand that this way is useful for the parameters like a node path, but why for the tasks ?