Skip to content
@GodotModding

Godot Modding

A repo collection for Godot Modding related resources

ModLoader

These repos are on this GodotModding GitHub org.

NameDescription
ModLoaderUniversal mod loader for any Godot game
ModLoader ExamplesHeavily commented examples of ModLoader mods
Development ToolTool to improve the development experience when creating Godot Mod Loader mods
Mod Loader WikiBetter documentation for the Mod Loader

Other Repos

These aren't part of the GodotModding org, but the code here is still worth checking out.

ModLoader (External)

External orgs and repos that are related to ModLoader.

NameNotesDiscord
Godot Workshop UtilityTool for uploading ModLoader mods via the Steam Workshop, built by Blobfish-
BrotatoModsUnofficial GitHub org for Brotato mods.Discord
DomeKeeperModsOfficial GitHub org for Dome Keeper mods. Features an extensive wiki and a nice beginner tutorial.Discord
Windowkill ModdingOfficial guide to getting started with modding in WindowkillDiscord
The Deadseat ModdingOffical Github org for The Deadseat mods.Discord

Moddable Godot games using different systems

Other Godot games with modding support, or modding communities. Most of these were developed and published before ModLoader.

GameRepoDiscordNotes
Delta-VDelta-V-ModdingDiscordThe basis for ModLoader
YomiHustleYomiModdingDiscord"Your Only Move is Hustle". Based on the Delta-V loader.
Cruelty Squadcrus-modloaderDiscordSee also: crus-modbase
Luck be a LandlordLBAL-ModdingDiscordOfficial API from the game's devs.
The game also has Steam Workshop support.

Tooling

These tools range from helpful to basically mandatory for Godot modding.

NameDescription
GDREToolsDecompile Godot PCKs into a project you can open in the Godot editor.
Required for any level of modding
GodotPckToolLightweight CLI tool for adding files to PCKs, plus lots of other features.
Used by ModLoader's setup process, to inject ModLoader into existing PCKs.
GodotPCKExplorerLightweight GUI tool. Includes a feature to extract embedded PCKs from EXEs.
GodotSteamA version of Godot with inbuilt Steam SDK support. Be sure to download the editor version from the Releases page, not the plugin.

Modding Alternatives

Other approaches to modding that differ from ModLoader, and which aren't specific to a single game.

NameDescription
godot-wasmInteract with WebAssembly modules from Godot.
Godot Lua APIallows you to create custom Modding API's in a sandboxed environment
GDLuauEnables modding with Luau
mod.io godotMod.io UGC and mod toolkit integration
GodotCSharpModNew C# mod loader for Godot
ModotC# mod loader for Godot (doesn't appear to be actively maintained)
godot-sandboxWork in progress. Safe, low-latency and fast sandbox, currently supports modding in C++ and Rust
GDWeavea mod loader & runtime script patcher for godot 3.5
GDPatchA versatile cross-platform cross-version Godot mod loader, built around script patching and runtime hooks.

Links

Pinned Loading

  1. godot-mod-loadergodot-mod-loaderPublic

    A general purpose mod loader for GDScript based Godot Games [3.x/4.x]

    GDScript 665 53

Repositories

Showing 10 of 13 repositories

Top languages

Loading…

Most used topics

Loading…