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
Copy file name to clipboardexpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,14 @@ You can find detailed documentation, for game and mod developers, on the [Wiki](
25
25
4. Use the [API Methods](https://wiki.godotmodding.com/#/api/mod_loader_api)
26
26
*A list of all available API Methods.*
27
27
28
-
## Godot Version
29
-
The current version of the Mod Loader is developed for Godot 3. The Godot 4 version is in progress on the [4.x branch](https://github.com/GodotModding/godot-mod-loader/tree/4.x)and can be used as long as no `class_name`s are in the project. Projects with `class_name`s are currently affected by an [engine bug](https://github.com/godotengine/godot/issues/83542). We are hopeful that this issue will be resolved in the near future. For more details and updates on the Godot 4 version, please follow this [issue](https://github.com/GodotModding/godot-mod-loader/issues/315) or join us on [our Discord](https://discord.godotmodding.com).
28
+
## Godot Version
29
+
The Mod Loader currently supports Godot 3.5 and later, as well as Godot 4.1 and later. Feel free to [open an issue](https://github.com/GodotModding/godot-mod-loader/issues/new) if you need support for a different version.
30
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).
31
+
## Development
32
+
The latest work-in-progress build for Godot 3 is available on the [development branch](https://github.com/GodotModding/godot-mod-loader/tree/development). For Godot 4, visit the [4.x branch](https://github.com/GodotModding/godot-mod-loader/tree/4.x).
33
+
34
+
## Releases
35
+
You can find the latest release versions and detailed installation instructions on the [Releases Page](https://github.com/GodotModding/godot-mod-loader/releases).
33
36
34
37
## Compatibility
35
38
The Mod Loader supports the following platforms:
@@ -39,6 +42,9 @@ The Mod Loader supports the following platforms:
39
42
- Android
40
43
- iOS
41
44
45
+
## Keep in touche
46
+
For more details and updates join us on [our Discord](https://discord.godotmodding.com).
47
+
42
48
## Games Made Moddable by This Project
43
49
-[Brotato](https://store.steampowered.com/app/1942280/Brotato/) by
0 commit comments