#Godot Mod Loader

1 messages · Page 1 of 1 (latest)

kind grail
#

sup! just found out about this game from the steamdb godot game page, me and a couple of people have been developing a generalized mod loader for godot games
it currently is used in Brotato, Dome Keeper and Endoparasitic for 3.x, and by games like Windowkill and Megaloot for 4.x, the setup is pretty quick and supports steam workshop out of the box, it would be great to have another game addition to this list
this is the link to the github repo if you wanna check it out: https://github.com/GodotModding/godot-mod-loader
feel free to @ me for any questions!

GitHub

A general purpose mod loader for GDScript based Godot Games (3.5 for now) - GodotModding/godot-mod-loader

gentle moth
#

what would a tc mod do?

mighty elbow
#

A mod loader could fix stuff like #1228021281975439370

fallow lantern
#

Also custom levels. But with an arbitrary level of “customness” since you can do anything with the loader

mighty elbow
#

Since a decent chunk of the game is written in nim and not godot script

fallow lantern
#

Interesting, didn’t know that
Well it would still depend on the specific implementation of that since it can replace and add most files. But a nim specific mod to allow modding that part would of course be optimal

mighty elbow
#

It would hardly be possible, since nim is compiled into a single dll and not a language designed for dynamic introspection (in contrast to C#)

#

That the godot side of TC can be modded has been known for quite some time, but we never found too many good usecases

fallow lantern
#

Hm that’s a bummer

mighty elbow
#

But if your mod loader is really easy to use and distrbute, it might be interesting for creating a few community bug patches at least

kind grail
delicate ferry
#

if not possible with godot, made something with the backend with the script used in main campaing, just leave the function for control the screen level and input and ouput (multi type, not just 8 bit)

#

if i overwrite the scrite and break the wall for made this thing

#

specilaty for add featur like smooth scroll move or hard move
like this video already posted in other thread by me