Skip to content

Commit 861319b

Browse files
authored
docs: update README.md (#410)
Added a list of games that have integrated the mod loader, and updated the Godot Version section to reflect the current state.
1 parent 5412116 commit 861319b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can find detailed documentation, for game and mod developers, on the [Wiki](
2626
*A list of all available API Methods.*
2727

2828
## Godot Version
29-
The current version of the Mod Loader is developed for Godot 3.5. The Godot 4 version is in progress on the [4.x branch](https://github.com/GodotModding/godot-mod-loader/tree/4.x), but it is currently hindered by an engine bug. We are hopeful that this issue will be resolved with the release of Godot 4.3. 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).
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).
3030

3131
## Development
3232
The latest work-in-progress build can be found on the [development branch](https://github.com/GodotModding/godot-mod-loader/tree/development).
@@ -38,3 +38,11 @@ The Mod Loader supports the following platforms:
3838
- Linux
3939
- Android
4040
- iOS
41+
42+
## Games Made Moddable by This Project
43+
- [Brotato](https://store.steampowered.com/app/1942280/Brotato/) by
44+
[Blobfish Games](https://store.steampowered.com/developer/blobfishgames)
45+
- [Dome Keeper](https://store.steampowered.com/app/1637320/Dome_Keeper/) by
46+
[Bippinbits](https://store.steampowered.com/developer/bippinbits)
47+
- [Endoparasitic](https://store.steampowered.com/app/2124780/Endoparasitic/) by [Miziziziz](https://www.youtube.com/@Miziziziz)
48+
- [Windowkill](https://store.steampowered.com/app/2726450/Windowkill/) by [torcado](https://store.steampowered.com/developer/torcado)

0 commit comments

Comments
 (0)