The most astonishing aspect of this code lies in its ability to implement complex branching story systems and multilingual support without requiring programming expertise. Equally remarkable is its minimal hardware resource consumption, significantly lower than most galgame products currently on the market. To expedite the project’s progress, I estimate the need for a team of at least 100 members. This scale is essential due to my vision of creating hundreds of story branches, each with substantial narrative depth. In terms of programming skills and narrative design capabilities, I am likely no more advanced than you, the reader. As an ordinary office worker constrained by survival pressures, I deeply empathize with the preciousness of time—whether you are a student or someone trapped in the grueling 9-9-6 work cycle. I hope we can approach this project as a creative sanctuary and a social hub, rather than a mandatory labor. I solemnly pledge that one day in the future, when you share this endeavor with loved ones, it will stand as a radiant chapter of pride in your life’s journey.
Preconfigured Template for Creating Android PluginsImprovements:- To define exportable methods, they only need to be public and contain the @GodotMethod annotation.- The template automatically collects these methods and exposes them to the Engine.- For now, signals are still defined in the initSignals() method.- The plugin exposes the class name as the plugin name in getPluginName().- Automatically generates the gdap file to start using the plugin right away.
GDCalculator is a simple yet usefull application written by ghgltggamer and developed in Godot Open Source Game Engine 3. The main moive behind this project was to promote the OpenSource Community and Help the Developers to add an advanced Calculator feature in there Projects. This is a fully Open Source Project.
Dispatch Queue implementation.Supports synchronous and threaded execution, with the later being either serial (1 Thread) or concurrent (2+ Threads, a.k.a. Thread Pool).If threading is not supported by OS, fallbacks to running in synchronous mode.There are signals for when each task is finished and another for when all tasks are finished, so it's very easy to hook callbacks or yield until they are emitted.You can also dispatch a group of tasks at once and respond to a signal when all of them are finished.Dispatch queues are References, but there are Node and Resource wrappers for it to ease integrating with other nodes and scenes.
This project contains demos of the inventory-system addon: https://godotengine.org/asset-library/asset/1650
This plugin add new functions to the engine to print colored text to the console.It also allows cleaning the console text.
Godot Text to Speech is a plugin that creates text-to-speech voice synthesis in the Godot engine using the FOSS Flite engine.
Define categories, groups and buttons in the inspector using export vars in Godot 3.x!✅ Works in Godot 3.1 ~ 3.5
A simple asset for managing pause/resume using Signals.
"VRM" is a file format for handling 3D humanoid avatar (3D model) data for VR applications. It is based on glTF2.0. ( https://vrm.dev/en )** Now compatible with Godot 3.4 and GLES2 **This asset provides an importer for VRM characters, as well as a full implementation of the MToon Shader for Godot Engine. Enable the addons in "Project Settings..." → "Plugins"「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。glTF2.0をベースとしており、誰でも自由に利用することができます。 ( https://vrm.dev )** Godot 3.4とGLES2のサポートが追加されました! **このアセットは、VRMの3Dアバターのインポーターを提供します。また、VRM Addon とは別に Godot 用の MToon シェーダーも同梱されています。「プロジェクト設定...」→「プラグイン」で有効にする。
This tool allows you to use the Persian language for labels and buttons. It can also be modified with ease to affect other nodes or places where the text should be Persian.Note: As of Godot 4, this plugin is deprecated. Godot 4 has built-in (and better) support for this.
VR headset and controller movement tracking in GodotThis plugin is to: to track the users head and arm movement and it can measure VR Jitter.How to use:It can be added to the scene as a new node.It is needed to fill the External script variables.The data is being saved in the "res://addons/movement_tracker/Data/" folder.The ouptut is a USER_counter_DATE.txt file.The Jitter is calculated by Standard Deviation. The deviation of the position of VR glasses and controllers in physical and virtual space can be measured.Created in the BioTech Research Center at Óbuda University.