Skip to content

ModShardLauncher

What is ModShardLauncher?


ModShardLauncher is a tool to patch mods into StoneShard original data files.

In the past, we modders used a tool called UndertaleModTool (UTMT) to edit the source code and save it.
But if the game received even the most insignificant of updates, all mods would break.
Additionally, multiple mods couldn't work together unless you actually combined them by hand.

To deal with these issues and limitations, I wanted to make a tool.
That's what ModShardLauncher is.

How does ModShardLauncher work?


Did you know that UTMT was made in C# ?

Using UTMT's source code, ModShardLauncher can load data files.
And with C#'s reflection, ModShardLauncher can load .dll files as mods and patch the 'modthings' into data files, then save them.

I want to start modding now!


Just check out the guides here !