You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A generalized Mod Loader for GDScript-based Godot games.
12
+
The Mod Loader allows users to create mods for games and distribute them as zips.
13
+
Importantly, it provides methods to change existing scripts, scenes, and resources without modifying and distributing vanilla game files.
4
14
5
15
## Getting Started
6
16
7
-
View the [Wiki](https://github.com/GodotModding/godot-mod-loader/wiki/) for more information.
17
+
You can find detailed documentation, for game and mod developers, on the [Wiki](https://github.com/GodotModding/godot-mod-loader/wiki/) page.
18
+
19
+
1. Add ModLoader to your [Godot Project](https://github.com/GodotModding/godot-mod-loader/wiki/Godot-Project-Setup)
20
+
*Details on how to set up the Mod Loader in your Godot Project, relevant for game and mod developers.*
21
+
2. Create your [Mod Structure](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Structure)
22
+
*The mods loaded by the Mod Loader must follow a specific directory structure.*
23
+
3. Create your [Mod Files](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Files)
24
+
*Learn about the required files to create your first mod.*
25
+
4. Use the [API Methods](https://github.com/GodotModding/godot-mod-loader/wiki/ModLoader-API)
26
+
*A list of all available API Methods.*
27
+
28
+
## Godot Version
29
+
The current version of the Mod Loader is developed for Godot 3.5. We have not yet ported it to Godot 4.0 due to lack of demand. If you require support for Godot 4.0, please let us know by opening an [issue](https://github.com/GodotModding/godot-mod-loader/issues) or joining [our Discord](https://discord.godotmodding.com).
30
+
31
+
## Development
32
+
The latest work-in-progress build can be found on the [development branch](https://github.com/GodotModding/godot-mod-loader/tree/development).
8
33
9
-
1. Add ModLoader to your [Godot Project](https://github.com/GodotModding/godot-mod-loader/wiki/Godot-Project-Setup).
10
-
1. Create your [Mod Structure](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Structure)
11
-
1. Create your [Mod Files](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Files)
12
-
1. Use the [API Methods](https://github.com/GodotModding/godot-mod-loader/wiki/API-Methods)
0 commit comments