Haven't posted on here in a while, so heres a firet draft of my game's first boss. I hope you all can forgive me!
Haven't posted on here in a while, so heres a firet draft of my game's first boss. I hope you all can forgive me!
RE: https://loops.video/v/g6p0A1Tri0
What do you think, should I make this option optional?
Adding a checkbox so you can disable it entirely?
#GameDev #GameDevelopment #Godot #Godot4 #Samory #PcGaming #OpenSource
8ļøā£ My eighth development vlog for my Mars rover game. š®
rover.v0.0.0-0008
#blender5 #blender #godot4 #godot #godotengine #indiegames #upbge #gamedev

Stumbled upon an easier way to assign textures at runtime to an FBX/glTF in #Godot4 so I decided to give it a little write-up:
https://forum.longplay.games/t/dynamically-assigning-materials-by-name-in-godot-4-5/415?u=miguelb

Thereās a few different ways to assign specific materials to an FBX or glTF object in Godot 4.5.2 (and presumably newer). You can simply make the object ālocalā, then you can go through and assign each surface override like so: var _mat = load(MatSet[Mat0]) $Spectre/SM_SpectreEngines_00/SM_SpectreEngines_00a.set_surface_override_material(0, _mat) $Spectre/SM_SpectreEngines_00/SM_SpectreEngines_00b.set_surface_override_material(0, _mat) ... etc This definitely works if you already had to make...
Added a new animation for matching pairs to my game Samory. Not sure if I like it, what do you think?
Animation will only play for players, not AI.

Quick demo showing the same character being controlled with a gamepad and then keyboard+mouse. The system allows an unlimited number of physical inputs per each gameplay action.
