Add-On Archives – GameFromScratch.com Game Development News, Tutorials and More Thu, 23 Jan 2025 15:39:05 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://gamefromscratch.com/wp-content/uploads/2020/07/GFS-1.png Add-On Archives – GameFromScratch.com 32 32 Godot Script IDE Add-On https://gamefromscratch.com/godot-script-ide-add-on/ Thu, 23 Jan 2025 15:38:14 +0000 https://gamefromscratch.com/?p=29729 GameFromScratch.com
Godot Script IDE Add-On

Today we are looking at a free and open-source add-on for the Godot game engine called Script-IDE. In a nutshell this plugin makes the GDScript coding experience in the Godot editor a much more pleasant experience by adding several editing experiences you except to find in a tool like Visual

The post Godot Script IDE Add-On appeared first on GameFromScratch.com.

]]>
C++ Scripting in Godot with J.E.N.O.V.A https://gamefromscratch.com/c-scripting-in-godot-with-j-e-n-o-v-a/ Mon, 11 Nov 2024 14:07:17 +0000 https://gamefromscratch.com/?p=29445 GameFromScratch.com
C++ Scripting in Godot with J.E.N.O.V.A

There is a new GDExtension for the Godot game engine called Projekt J.E.N.O.V.A (no idea what the acronym is). This extension brings C++ scripting inside the Godot game engine, just as you currently can with GDScript or C#. It is also a very WIP extension with very little documentation so

The post C++ Scripting in Godot with J.E.N.O.V.A appeared first on GameFromScratch.com.

]]>
Tree3D Procedural Tree Add-On For Godot https://gamefromscratch.com/tree3d-procedural-tree-add-on-for-godot/ Fri, 09 Aug 2024 14:42:02 +0000 https://gamefromscratch.com/?p=29121 GameFromScratch.com
Tree3D Procedural Tree Add-On For Godot

Tree3D is a Godot Extension (implemented via GDExtension) for Godot Engine 4.1 or higher that is used to create procedural trees. If you do not wish to build the extension from source, there are precompiled Windows binaries available here. The project is open source, implemented in C++ and released under

The post Tree3D Procedural Tree Add-On For Godot appeared first on GameFromScratch.com.

]]>
Retopoflow 3 For Blender Review https://gamefromscratch.com/retopoflow-3-for-blender-review/ Tue, 23 Jul 2024 15:09:24 +0000 https://gamefromscratch.com/?p=29081 GameFromScratch.com
Retopoflow 3 For Blender Review

Retopoflow is an extremely popular Blender add-on for doing retopology and it is currently available in Blender Market Humble Bundle (learn more). This was the most requested asset to do a follow-up review on from the Bundle, so that is exactly what we have done in this video. Details of

The post Retopoflow 3 For Blender Review appeared first on GameFromScratch.com.

]]>
Instant Realistic Lighting in Godot https://gamefromscratch.com/instant-realistic-lighting-in-godot/ Thu, 16 May 2024 13:14:09 +0000 https://gamefromscratch.com/?p=28861 GameFromScratch.com
Instant Realistic Lighting in Godot

Out of the box the lighting system in Godot doesn’t give amazing results. In fact, out the box the lighting system in the Godot game engine ONLY works in the editor, which can be more than a bit confusing for beginners. Thankfully we have an in-depth lighting tutorial that will

The post Instant Realistic Lighting in Godot appeared first on GameFromScratch.com.

]]>
Make Godot Engine More Organized with TODO Manager https://gamefromscratch.com/make-godot-engine-more-organized-with-todo-manager/ Thu, 09 May 2024 15:11:27 +0000 https://gamefromscratch.com/?p=28843 GameFromScratch.com
Make Godot Engine More Organized with TODO Manager

A follow up on our earlier discussion on how to improve the Godot game engine (by making it prettier), today we look at another handy plugin that makes Godot more organized. If you are used to littering your code with TODO or FIXME type comments, this handy add-on helps you

The post Make Godot Engine More Organized with TODO Manager appeared first on GameFromScratch.com.

]]>
TerraBrush C# Based Terrain Add-On For Godot https://gamefromscratch.com/terrabrush-c-based-terrain-add-on-for-godot/ Fri, 15 Mar 2024 13:59:00 +0000 https://gamefromscratch.com/?p=28609 GameFromScratch.com
TerraBrush C# Based Terrain Add-On For Godot

One of the major missing features of the Godot game engine compared to it’s peers is the complete lack of a Terrain system. Thankfully there are several add-ons and extension to address this shortcoming. Today we are looking at TerraBrush, a heightmap based terrain system for Godot 4.x created using

The post TerraBrush C# Based Terrain Add-On For Godot appeared first on GameFromScratch.com.

]]>
Orchestrator – Visual Scripting For Godot https://gamefromscratch.com/orchestrator-visual-scripting-for-godot/ Tue, 27 Feb 2024 14:23:11 +0000 https://gamefromscratch.com/?p=28537 GameFromScratch.com
Orchestrator – Visual Scripting For Godot

The Godot game engine removed it’s built-in Visual Scripting language with the release of Godot 4.0. Thanks however to the extensive (pun intended) extension system GDExtensions, it is possible for a tightly integrated replacement to be created. That is exactly what Orchestrator is, a drop in GDExtension based Visual Scripting

The post Orchestrator – Visual Scripting For Godot appeared first on GameFromScratch.com.

]]>
Godot Little Camera Preview Add-On https://gamefromscratch.com/godot-little-camera-preview-add-on/ Fri, 19 Jan 2024 14:05:18 +0000 https://gamefromscratch.com/?p=28416 GameFromScratch.com
Godot Little Camera Preview Add-On

Earlier this week we discussed the excellent Phantom Camera Add-on for the Godot game engine. One of the nicest features of this add-on was the optional camera preview window, something I commented about being missing from Godot. In a quirk of timing a new add-on was released that adds exactly

The post Godot Little Camera Preview Add-On appeared first on GameFromScratch.com.

]]>
Phantom Camera Godot Add-On https://gamefromscratch.com/phantom-camera-godot-add-on/ Mon, 15 Jan 2024 18:02:55 +0000 https://gamefromscratch.com/?p=28403 GameFromScratch.com
Phantom Camera Godot Add-On

Phantom Camera is an awesome add-on for the Godot 4.x game engine that attempts to bring Unity’s Cinemachine style camera capabilities to the 2D and 3D cameras in Godot. The newest release of the camera does however require the newest release of Godot, with Godot 4.2x+ being required from version

The post Phantom Camera Godot Add-On appeared first on GameFromScratch.com.

]]>