StayAtHomeDev
stayathomedev.bsky.social
StayAtHomeDev
@stayathomedev.bsky.social
Is there a game that only uses depth textures for visuals?

...Because I think that would be cool.
November 18, 2025 at 1:07 PM
Built a custom visuals animation system for my #GodotEngine tutorials and devlogs.

Upfront cost: Days of work

Payoff: Animations that took hours now take seconds

Investment already worth it and way more fun to work with.
November 14, 2025 at 2:58 PM
Pretty happy with how this turned out.

Weapon sprite that reacts fully to level lighting.

#GodotEngine #ChildrenOfKronos
November 10, 2025 at 1:31 PM
A little visual comparison of the low-res texture style I'm using for my FPS Children of Kronos.

Albedo only vs Albedo + Roughness + Normal

Roughness and Normal maps are 2x the resolution of the albedo textures.

Again, everything is run through Quake 2 color palette.
November 8, 2025 at 1:30 PM
Low resolution textures made in Material Maker combined with roughness and normal maps, all run through the Quake2 palette.

#GodotEngine #ChildrenOfKronos
November 7, 2025 at 2:04 PM
When you get a simple FPS enemy state system up and the computer can finally fight back.

Features:

- Idle, Patrol, Chase, Attack states
- Line of sight for obstacle cover
- Sight and Attack Radius

Will reintegrate the ragdoll logic next.

#GodotEngine #ChildrenOfKronos
November 6, 2025 at 1:56 PM
Godot Engine AnimationTree is pretty sweet.

Super easy to blend between animations and setup a state machine to control it all. Can also filter out bones so you can blend animations with even more precision.

Now to just connect this all to the movement code.
November 5, 2025 at 2:45 PM
Playing around with the death effects. Will come up with something better than the "You Died" part but paying homage to the Doom just felt right.

#ChildrenOfKronos
October 30, 2025 at 12:31 PM
October 29, 2025 at 12:31 PM
Boom

(you'll have to imagine the explosion part for now)

#ChildrenOfKronos #GodotEngine
October 26, 2025 at 12:30 PM
Localized physics-based hit reactions for my game's FPS combat.

Can't wait to test the shotgun

#GodotEngine #ScreenshotSaturday
October 25, 2025 at 12:30 PM
Thinking about adding an old-school centered weapon option. (and left-handed)

#ChildrenOfKronos #GodotEngine
October 13, 2025 at 12:30 PM
Working on a shield overlay shader effect.

#ChildrenOfKronos #GodotEngine
October 12, 2025 at 12:30 PM
Quake 2 looks pretty good in the Godot Engine.
October 9, 2025 at 12:31 PM
What secrets lie within the dark vents?

#MadeInGodot
October 2, 2025 at 2:06 PM
Using Trenchbroom's FGDSolidClass with func_godot to place gravity zones is awesome.

1. Create your brush for collision
2. Assign the class
3. Adjust your script settings
4. Build

Fast and easy to iterate.

#ChildrenOfKronos
October 1, 2025 at 7:45 PM
Doors + Triggers = Lots of possible bugs

Nothing a little stress-test can't help.
October 1, 2025 at 1:29 PM
Rotating gravity corridor. Geometry needs some love to visually support the effect but the gravity code is there.

🎮🔗 in bio
September 30, 2025 at 9:07 PM