GodotModding / godot-mod-loader

A general purpose mod loader for GDScript based Godot Games [3.x/4.x]
https://discord.godotmodding.com
Creative Commons Zero v1.0 Universal
346 stars 26 forks source link

Tracker: Godot 4.x support with class_names #315

Open joshpinto6 opened 1 year ago

joshpinto6 commented 1 year ago

I'm building a game for a tutorial series I am developing with Godot 4.0 and I am interested in adding godot mod loader to it. However, I found that it was not available for Godot 4.0. Is anyone planning on porting it? Thanks,

otDan commented 1 year ago

there are plans for it already, but since no game release on steam that is currently interested in modding uses godot 4, it isn't a priority

otDan commented 1 year ago

I've created a branch for it, you can follow development: https://github.com/GodotModding/godot-mod-loader/tree/4.x

joshpinto6 commented 1 year ago

I've created a branch for it, you can follow development: https://github.com/GodotModding/godot-mod-loader/tree/4.x

Thank you!

Difint commented 1 year ago

Looking forward the port!

otDan commented 1 year ago

base version is in, now it just needs extensive testing to see if everything is working as expected

Dark-Peace commented 1 year ago

I'm also interested in using this great plugin for my game in G4

CodingPfeffer commented 1 year ago

I will also use this for a game I am developing with Godot 4.

Alvarden15 commented 11 months ago

So far the only Godot Modding plugin that supports Godot 4 that i could find (outside of the branch that was created: https://github.com/GodotModding/godot-mod-loader/tree/4.x) is this: https://github.com/KoBeWi/Godot-Universal-Mod-Manager

Qubus0 commented 11 months ago

Yep. But gumm will have the exact same problem, since it also uses take_over_path to mod scripts - just like we do

KANAjetzt commented 10 months ago

Update about the 4.x Loader

What does this mean for the current 4.x branch?

Anything else?

Qubus0 commented 1 month ago

renamed since the mod loader (4.x branch) can be used as normal as long as no class_names are used - as proven by Windowkill