This script can register standalone Godot games as applications in Linux-based OS's. This means that games will now show up in application lists on Linux with this script.Icon by https://icons8.com/
### Online Services by kitchen-games.de are currently not running!###This tool allows you to easily save and load highscores locally and on a global leaderboard, using a simple highscore api hostet by kitchen-games.de.it contains:- saving and loading from a server- synching global and local score (in case the player played offline the last time)- saving the score encrypted to prevent cheating- generating of random usernames for the leaderboard- saving and loading completely local possible
An addon to aid a functional programming style in gdscript.
Provides a singleton to parse csv files with an id column to dictionaries, grouped by that column.
Xchange-scene is a robust, high level interface for manipulating child scenes below a given Node and indexing them.
Minimal Wavefront OBJ mesh geometry exporter script. Only supports meshes with indexed vertex data and does not export materials.
Use Godot as the display engine for a pinball game powered by the Mission Pinball Framework (MPF). This plugin creates a BCP server in your Godot project that reads and sends data to an MPF game, including realtime updates for player variables, timers, and mode events.
Ezd is a simple asset that allows you to easily create eased interpolations. You can use it for animations, movement, fade, i.e., polish for your game.The asset has 3 examples of what you can do with it.
Interact with the Discord Bot API.Make Discord Bots in Godot!Supports embeds, files, buttons, menus and more.Support Application commands aka Slash CommandsNote: Works on Godot 3.xFor the latest version check the Github repo.Found a bug? Report it on the Github issues page or in the Discord server.Docs: https://3ddelano.github.io/discord.gd/
C# conversion of original Hexgrid asset (https://godotengine.org/asset-library/asset/1032)3 Classes that brings hex detection, 3D LOS, distance, influence, shortest path ... all you need to build a classical boardgame based on a single image hex map. A demo in the source tree.
AddonSave can save, load and make screenshots y user:// or res://
This tool allows for a simple implementation of the NEAT Genetic Algorithm. It requires two classes to be extended, then it will automatically generate an entire Neural Network with the Genetic Algorithm attached.