Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.16 KB

File metadata and controls

25 lines (20 loc) · 1.16 KB

GMLoader is a program that can recompile non-YYC GM:Studio games data using UndertaleModLib.

Features

  • Adding or replacing GML assets
  • Adding or replacing sprite and tilesets also modify their properties
  • Append or Prepend GML code
  • Existing or new GameObjects Manipulation including adding a new one
  • Import shaders (currently not working)
  • Import rooms (experimental)
  • Load your own custom CSharp Script files

Contains User guide and Modders guide

Building

  • Clone the project
  • Compile UndertalModLib and Underanalyzer then put their dll inside the lib folder
  • Add the reference of umtlib and underanalyzer
  • Open the solution and publish GMLoader with the deployment mode self contained and check enable readytorun compilation under the file publish option

Credits

UTMT Team - All of this isn't possible without the UTMT tool and library

GMLML - For the ProofOfConcept Code

Eldoofus - Helping my skill issues