Skip to content

v0.12.1

Compare
Choose a tag to compare
@altairwei altairwei released this 31 Oct 11:52
· 43 commits to main since this release
6dd3249

Description

New major version of ModShardLauncher (MSL)

Please backup your saves before using mods.

Note

You can find out how to use MSL and install mods right over here !

Warning

  • If you find any issue, you can report them here.
  • See the Modder Changelog section for any breaking changes.

User Changelog:

  • Installing and merging mods is much, much faster.
  • Small screens everywhere, rejoice! The MSL window can now shrink. Only if your screen is actually small, though, don't get any ideas.

Modder Changelog:

  • It now uses a different version of the UnderTaleModdingTool (UTMTCE) under the hood, which is better, faster, and wears sunglasses indoors. For an actual list of actual features, check out the repo here: https://github.com/XDOneDude/UndertaleModToolCE. This means that we now reccomend you use UTMTCE when viewing Stoneshard's code for modding.
  • This also means that the code is decompiled in a slightly different way. Mainly: true and false are correctly decompiled instead of showing up as 1 and 0; object names are often shown instead of their cryptic ID number. If you have any questions, feel free to join the Stoneshard Mod Hub discord server: https://discord.gg/VT3jeDwjR3
  • You can now access and edit many important scripts that were extremely complicated to edit before. This makes modding certain parts of the game, such as right-click context menus, 10 times faster and more reliable. This stat is a made up number and yet 110% correct.
  • Note that .sml files compiled by this version of the MSL can not be used by older versions of the MSL. However, the reverse is feasible. This means that you need to clarify the version compatibility of MSL in the Mod installation guide.