audse / mod-system

Mod System Addon for Godot 4

Home Page:https://audse.github.io/mod-system-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mod System

An addon for Godot 4

ModSystem is a plugin for Godot 4 that provides a framework for extending and modifying game functionality through mods.

Warning

This addon is not production-ready yet. Use at your own risk!

Features

  • Automatically discover and load installed mods on game start
  • Pick which parts of your game you want to be moddable
  • Save & load mod-related user preferences
  • Modders never have to download the Godot engine - load all assets, scripts, etc. without requiring a packaged .pck or .zip file

Getting started

Tutorial

For gamedevs

Coming soon!

For modders

Coming soon!

Documentation

All classes have documentation comments for all public variables and methods.

You can also read the documentation website for more detailed information.

About

Mod System Addon for Godot 4

https://audse.github.io/mod-system-docs/


Languages

Language:GDScript 100.0%