Scripts

  • Anti-cheating-value
    4.3
    v1.1.0Scripts

    Anti-cheating-value is a plugin that prevents cheat tools from modifying sensitive data in the game memory.

    By: baifeng
  • Nylon
    3.4
    v0.4.1Scripts

    Run coroutines asynchronously. This module gives the feeling of threads without some of the headaches.

    By: mashumafi
  • ReorderableContainer
    4.2
    v1.2.4Scripts

    A container similar to BoxContainer but extended with drag-and-drop style reordering functionality, and auto-scroll functionality when placed under ScrollContainer.

    By: FoolLin
  • GDGotm
    3.2
    v1.0.0Scripts

    Access Gotm's API with GDScript! === INSTALL === Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.

    By: gotm.io
  • GDScript Interfaces
    3.4
    v1.0.1Scripts

    A library which provides a naive GDScript implementation of interfaces for Godot. It can by its nature only check for implementations at runtime and cannot validate method parameter definitions due to the language's lack of introspection. All implementations are validated when the application is loaded by default, so it behaves quite similarly to how one would expect interfaces to work in other languages.

    By: nsrosenqvist
  • Yandex-Games
    3.5
    v1.0Scripts

    Yandex-Games addon for html game. More information in the github repository. Documentation in the github repository. Give me stars on github! :)

    By: Alexey_Pe
  • Neural Network
    4.1
    v3.1.0Scripts

    An addon for Godot that provides functionality for working with neural networks.

    By: LikVis
  • Excel Reader
    4.0
    v1.0Scripts

    Reading excel files. If you find any bugs, please report in issues.

    By: Apprentice
  • Quake-Style Light Animations
    4.3
    v2.0Scripts

    A modular, component-based system for creating animated lights in the Godot engine, inspired by the dynamic light animations of classic Quake and Half-Life games. Features - 11 Animation Presets: Includes predefined light animation tables from Quake. - Custom Animations: Supports user-defined animation strings. - Editor Previews: Preview animations directly in the Godot editor. - Smooth Transitions: Optional fade effect to reduce stepping. - Material Integration: Light animations affect the lamp material’s emission property. - Example Project: An example project is included to demonstrate setup and usage, providing a quick way to understand how to configure and combine components.

    By: ioannis
  • GdPromise - Promise API for Godot 4
    4.0
    v2.0.1Scripts

    An implementation of a JS-like Promise. Supports then()/catch() and awaiting for settled/resolved/rejected state. More info on usage: https://github.com/TheWalruzz/godot-promise

    By: TheWalruzz
  • JSON Configuration File
    3.2
    v1.0.0Scripts

    JSON Configuration File is a plugin for Godot that aims to aid reading user input via a JSON file. Using a JSON file as a way to configure your Godot application would allow your users to share configuration files. Minecraft is a remarkable example that uses JSON files to configure certain aspects of the game, such as block models. The definition of JSON Schemas inspired this plugin. However, instead of using a JSON file to define the structure of a JSON, it takes a coding approach. This approach has the advantage of allowing more features.

    By: Teggy
  • JSON Configuration File
    3.4
    v1.0.1Scripts

    JSON Configuration File is a plugin for Godot that aims to aid reading user input via a JSON file. Using a JSON file as a way to configure your Godot application would allow your users to share configuration files. Minecraft is a remarkable example that uses JSON files to configure certain aspects of the game, such as block models. The definition of JSON Schemas inspired this plugin. However, instead of using a JSON file to define the structure of a JSON, it takes a coding approach. This approach has the advantage of allowing more features.

    By: Teggy
  • Calendar Library
    4.3
    v1.0Scripts

    Calendar is a comprehensive library for creating calendar views, including yearly, monthly, weekly overviews, and agendas. Features: - Generate full year, month and week calendars through simple functions. - Supports variable start of the week (any weekday can be the first day of the week). - Supports week numbers in two versions - "First four day week" (where Week 1 is the first week with four days in it) and "Traditional" (where Week 1 is the week containing January 1). - Localization for day names and month names in three versions, Full (e.g. "Monday"), Abbreviation (e.g. "Mon") and Short (e.g. "M"), plus standard date format for each locale. - Customizable date format through POSIX-style placeholders (e.g. "%A, %-d %B" become "Wednesday, 21 October"). Supports any divider characters. - A Date class with functions for manipulating and comparing dates.

    By: pend00
  • JSON Configuration File
    3.5
    v1.0.2Scripts

    JSON Configuration File is a plugin for Godot that aims to aid reading user input via a JSON file. Using a JSON file as a way to configure your Godot application would allow your users to share configuration files. Minecraft is a remarkable example that uses JSON files to configure certain aspects of the game, such as block models. The definition of JSON Schemas inspired this plugin. However, instead of using a JSON file to define the structure of a JSON, it takes a coding approach. This approach has the advantage of allowing more features.

    By: Teggy
  • Godot Object Serializer
    4.0
    v0.3.0Scripts

    Safely serialize/deserialize objects (and built-in Godot types) to JSON or binary in Godot. Enables registration of scripts/classes and conversion of values to/from JSON or bytes, without any risk of code execution. Perfect for save state systems or networking. View more details on the project page (click "View files")

    By: Cretezy
  • Theatre
    4.3
    v0.9.0Scripts

    Yet another (linear) dialogue system/addon/plugin. Written in human-readable plain text. Compatible with Godot 4.3. Official documentation: https://nndda.github.io/Theatre 0.9.0 changelog: https://github.com/nndda/Theatre/releases/tag/0.9.0

    By: nnda
  • Maaack's Scene Loader
    4.2
    v0.12.0Scripts

    Scene loader with loading screen and progress bar. For usage information, visit the following: https://github.com/Maaack/Godot-Scene-Loader/blob/main/README.md#usage

    By: Maaack
  • Discord Game SDK
    3.4
    v1.0.1Scripts

    Use the Discord Game SDK from GDSscript. Supports Windows, Linux & MacOS (x86_x64 only). Features: - Set Rich Presence - Start Game Lobbies using Discord Networking - Invite friends to Lobbies through Discord.

    By: samsface