Thomasims / TeardownUMF

Teardown Unofficial Modding Framework
The Unlicense
37 stars 14 forks source link

Teardown Unofficial Modding Framework

The UMF is an unofficial extension of the modding system present in the game.

UMF is switching from a directory-based library to a package-based one. This means you only need to copy over one file (containing all the code needed) to your mod and simply use that in #include.

Installing

Building

If you wish to build your own package, for example if you need a subset of features not available on the release page, you can do so if you have a lua interpreter installed: