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!
#Godot Mod Loader
1 messages · Page 1 of 1 (latest)
what would a tc mod do?
A mod loader could fix stuff like #1228021281975439370
Also custom levels. But with an arbitrary level of “customness” since you can do anything with the loader
No, that will not be possible for TC
Since a decent chunk of the game is written in nim and not godot script
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
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
Hm that’s a bummer
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
did not know it was not fully written in gdscript, but yeah it's a pretty seamless setup, integration takes less than a minute, steam workshop setup is also pretty simple so yeah if anything feel free to @ us
hey, it's my post
but yes, made something for modding or write something like the script used on campaing
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