so if you played a game on steam & enjoyed it, & especially if you notice it doesn't have that many reviews yet - just leave a thumbs up.
it could mean the difference between a game dev quitting dev entirely or continuing to make games for another 5 years or more.
i know it did for me.
Appreciate anyone sharing and wishlisting Project Timbre. It is a bite-sized 3D platformer. As a solo developer, the support is greatly appreciated!
Also you can playtest the first level now!
#gamedev #indiedev #indiegame #godot
Feeling like announcing my game today! π
ALL IN FLUX
A little fishing and exploration game I'm working on.
You swim the waters in otter form, solve physics puzzles, catch insects and experiment with lure-crafting to reel in the ultimate catch. Every fish is unique!
π¨LIVE!π¨
COMPUTER WORLDS SHOWCASE IS HAPPENING NOW
COME HANG OUT IN CHAT AND WATCH COOL GAMES!
www.youtube.com/watch?v=Og6_...
More beams. These beams and my portals included an "open_amount" slider to control the effect (shown in the first clip).
It's a kind of helper slider so you don't have to animate everything seperately. Does it seem useful?
Beams here: binbun3d.itch.io/beam-vfx
#godot #godotengine #vfx
Hat tech π
They're stored locally and broadcasted / reconstructed when spawned in. Eventually the ability to model the entire avatar. For low poly this is working out fine,I'm sure with higher density models I'm going to run into some issues / will need to impose limits.
Added edittable hats. Kinda imagining little modelling and decorating workshops, popping in on friends or whoever's public, trading designs.
OMG people are going to LOVE the new offset transform property in Godot 4.7!
It allows you to easily animate elements inside containers, even with the AnimationPlayer π
"I reeeeally wish I had an electric car, or roads, or an EMP right now!" from my #scifi adventure game Neofeud 2, coming soon!
Neofeud 1 is 70% off now! store.steampowered.com/app/673850/N... #indiegame #NoAI #HumanMade #retrogamer #steamdeals #art #artist #scifiart
Just a humble lever full of tween animations #indiegame #godot #gamedev
π₯² Haven't attempted netcode in years, so I'm pretty stoked right now!
Iβll add, lawmakers engaged in a moral panic about kids and social media want to destroy all of this and destroy open source software generally all so they can enact a mass AI surveillance state and censorship systems. And big ppl on the left continue not to mount a challenge to this!
In the dark, I'd find her 20 feet in a tree staring down at me. One day I found her just chilling next to a large water snake (they got along). I miss her she was the coolest cat.
I built / lived in a treehouse, working on games with my cat Soap. I built a screened in deck just so she had more room. When she got older, she got increasingly curious and learned how to use the ladder and became an excellent tree climber.
Experimented with adding sculpting layers at one point - but realizing I can just use blendshapes for doing that.
Found a solution for having uv unwraps consider mesh modifiers, which is a lot more pleasant to work with the garbled mess I was outputing before.
Modelling plugin became a bit of a monster to extend / maintain. Working on making it more generic, and splitting it up into box modelling / uv tools / sculpting / painting tools. Ideally it works with generic mesh instances. Started separating out paint tools today.
How to win in November
i'm wondering about porting the editor gizmo code to a gdextension that would allow for running them at runtime. i think the only changes that would need to be made is references to editor only nodes that would need to be slimmed. ideally you could just replace the extended class and have it work
I did end up using the stencil buffer somehow here. I think I'll release this tomorrow.
#godot #godotengine #godotshaders
Armature Editor
Build and edit skeletons inside #Godot
Features include:
- Auto weighting
- Bone Extrusion / Scaling / Subdivision
- Copy / Paste / Delete / Rename
- Spring Bone Chain and Collision authoring
Download here:
github.com/mishapsi/Arm...
I've been wanting to try what Alabaster Dawn's sprites do with this, which is attaching different sprite atlas's corresponding to body parts to each bone. Seems really neat if you have some 3D animation libraries lying around.
Made some updates to Piper's Cleric abilities tonight. You can now pick a known (or partially known) psalm from a list to get a guide of which notes to play.
Still some UX to iron out (ignore that I'm mixing PS5 and PC button prompts π« ) but it's getting there!
#godot #gamedev #indiedev #indierpg
Added
- copy and pasting bone chains
- scaling bone lengths
- renaming
- selected chain to a spring bone simulator
- add spring bone collision shape to selected bone
- spring bones are highlighted in pink
I am drunk on power after realizing Godot lets you embed textures in RichTextLabels, and well... ViewportTextures are textures. π€―
#GodotEngine #gamedev #indiedev
Itβs funny if you call PayPal or visa lines and bring this up asking why they claim βadult illustrationsβ is against their regulations but betting on the death of kids is totally fine. They donβt have an answer.
In fact yall should call them at least once a day with this :)
Auto weighting is in a good place, seemingly works well with flat planes so it's possible to weight capes etc with some smoothing options.
main motivation was to quickly add bones for spring bone enabled attachments, dangly bits for belts, but also cloth simulated bones. I think there'll be some kind of tagging system for spring bone chains, that autogenerated / update a spring bone simulator.
Some work on my armature editor plugin, I think it's in a good place for release soon. Added a right click menu with some options for extruding/subdividing/deletion. Extruding opens up a prompt for naming. Editing happens on the major viewing plane axis's, and transforms are snapped.