lizardwizarddev.bsky.social
@lizardwizarddev.bsky.social
Pinned
Newest devlog just released!
www.youtube.com/watch?v=TZga...

This one is a bit off the rails, and very silly. I hope you like it!

#godot #indiedev #devlog #cyberpunk #roguelite
H347 Devlog # 5 Hacking Everything In My Indie Game
YouTube video by LizardWizardDev
www.youtube.com
Reposted
I don't know if any of you used Bosca Ceoil before, I just found out it was ported to Godot. I am so happy!
Bosca Ceoil: The Blue Album by yurisizov
A beginner-friendly music making app!
yurisizov.itch.io
June 25, 2025 at 12:02 AM
Nothing like spending hours and hours just to get back to exactly what you had before, but with nicer code... But actually it feels pretty good!

#Godot #indiegame #gamedev #UI
April 25, 2025 at 8:35 PM
Took a break for health reasons but we're back at it. A lot of refactoring, mostly simplifying my Card UI and making it easy to repurpose for other things, like a level select menu for example!

#Godot #indiegame #UI #gamedev
April 25, 2025 at 12:44 PM
New episode out now! This one comes with a playable demo.

youtu.be/zSXAhPuzxhk?...

Just see the link in the YouTube description to play.

#Godot #GodotEngine #Indiegame #Pong #AprilFools
Abandoning My Indie Game Project to Make Pong
YouTube video by LizardWizardDev
youtu.be
April 1, 2025 at 2:53 PM
Anybody with some nav region experience know why one side of the wall would get a random dent like this? The door is symmetrical and both side of the wall are identical, but because of the dent my door region doesn't connect on one side.

#Godot #GodotEngine #gamedev
March 21, 2025 at 2:38 PM
Super productive morning as I continue to flesh out the file system for my cyberpunk hacking game. Now you can open and read files, with working scroll, and nested folders are working as well!

#godot #cyberpunk #indiegamedev #gamedev
March 7, 2025 at 4:37 PM
Some progress on the file system component of my Cyberpunk Hacking Action Stealth Emulator: H347
March 7, 2025 at 4:03 AM
Reposted
#GodotEngine 4.4 is finally here! 🚀

Look forward to plenty of quality of life improvements hidden within this release. Faster load speeds, reduced stutter, streamlined processes, and more!

godotengine.org/releases/4.4/
Godot 4.4, a unified experience – Godot Engine
Look forward to plenty of quality of life improvements hidden within this release. Faster load speeds, reduced stutter, streamlined processes - spotting all the optimizations that have been applied in...
godotengine.org
March 3, 2025 at 5:08 PM
Newest devlog just released!
www.youtube.com/watch?v=TZga...

This one is a bit off the rails, and very silly. I hope you like it!

#godot #indiedev #devlog #cyberpunk #roguelite
H347 Devlog # 5 Hacking Everything In My Indie Game
YouTube video by LizardWizardDev
www.youtube.com
February 28, 2025 at 9:10 PM
Reposted
Wish you could edit Godot scenes in context of a bigger scene, like in Unity? I scripted a plugin which hijacks your viewports to do exactly that. You just gotta hit save though 🤷. Grab it here:
github.com/CozyCubeGame...

#GodotEngine #gamedev
February 10, 2025 at 4:39 AM
Reposted
Hi chat I'm learning #godot :D
(It gets interesting after a few seconds)
#gamedev
February 11, 2025 at 5:55 PM
Reposted
Do you have any Roguelike mechanics in your game?

I’m thinking of adding portals to Endvasion that take your creatures to mini Roguelike missions that you collect and upgrade items to help.

Think it could work?

#gamedev #indiegame #indiedev #gamer #roguelike #endvasion
February 7, 2025 at 7:21 AM
Reposted
Finally it's here... How to make 3D Games in Godot! 🌟 youtu.be/ke5KpqcoiIU #GodotEngine
February 9, 2025 at 9:01 PM
It's not done yet but I might as well share it, because this has been a nightmare to implement, given my main skill set is in hastily made jam games filled with hacks and band aids.

This one feature has been very humbling, to say the least.

#Godot #GodotEngine #indiegamedev
February 7, 2025 at 11:07 PM
Reposted
If you ever need to create Camera3Ds based on your viewport in #godot, I've created a small script that will let you do just that. You press a single button and it creates a camera where your viewport camera is located.

#indiedev #gamedev #godot

github.com/Stuyk/godot-...
GitHub - Stuyk/godot-create-cam-from-editor-cam: Creates a Camera3D from the Editor Camera with a Button
Creates a Camera3D from the Editor Camera with a Button - Stuyk/godot-create-cam-from-editor-cam
github.com
February 6, 2025 at 8:00 PM
Reposted
Made some VR chalk tech. 🐧✍️
#GodotEngine #gamedev #indiedev
February 5, 2025 at 8:00 AM
You can now highlight connected nodes via direction. Next is selecting the node and moving to it "across the virtual network" so you can hack a thing through a different thing.

#Godot #GodotEngine #indiegamedev #indiegame #cyberpunk #hacking
February 5, 2025 at 10:45 PM
Been busy irl so it's been awhile, but I finally have a new clip. Besides the cool hacking shader (from godotshaders.com, by @arlez80), I redid a lot of under the hood stuff and implemented a state machine to make the hacking UI much more scalable!

#Godot #indiegamedev #cyberpunk
February 5, 2025 at 1:44 AM
This is actually starting to look like something! My first (mostly) functional hacking tool in action: The Unlocker

#Godot #GodotEngine #indiegamedev #gamedev #cyberpunk
January 28, 2025 at 7:44 PM
Started on remaking the unlock tool minigame.
Next step is to make the red diamond slowly move left (representing the rival systems trying to track you) and then fail the unlock attempt if they meet with your current progress bar.

#Godot #GodotEngine #indiegamedev #indiegame #cyberpunk
January 27, 2025 at 7:39 PM
Does anyone else become obsessively distracted by adding polish to what is supposed to just be a prototype?

That was me with this hacking menu.. that still has no actual hacking features yet.

#Godot #indiegamedev #cyberpunk #indiegame
January 27, 2025 at 7:47 AM
Progress! My hacking UI now tracks the parent object as you move. Next up is interacting with the nodes with the various hacking tools I have planned.

#Godot #cyberpunk #indiegamedev
January 22, 2025 at 4:09 PM
Working on a hacking UI that shows connections between hackable objects

#Godot #GodotEngine #Cyberpunk #indiegamedev
January 22, 2025 at 4:43 AM
Reposted
Godot 4.4 beta 1 is finally here! This release had tons of editor quality of life features as well as performance improvements, we know you are going to love it. Oh, and I almost forgot to mention, we added embedded game debugging inside the editor! #godotengine

godotengine.org/article/dev-...
Dev snapshot: Godot 4.4 beta 1
Godot 4.4 is on its way! Please lend a hand by testing this beta release and reporting your findings.
godotengine.org
January 16, 2025 at 9:13 PM
Reposted
Looking for playtesters!

Our tower defense game Rift Riff needs testing. Right now, a screen recording of the game + your voice (no face necessary) is the only feedback useful to us. If you're open to do that, sign up here: forms.gle/obJArPwAbYwT...

#gamedev #indiegame #godot #godotengine
January 13, 2025 at 3:37 PM