MonkeyModdingTroop / MonkeyLoader

A convenience and extendability focused mod loader using NuGet packages.
https://monkeymoddingtroop.github.io/MonkeyLoader/index.html
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Properly add library loading #21

Open Banane9 opened 1 month ago

Banane9 commented 1 month ago

So far, the MonkeyLoader/Libraries folder has been created, but nothing from there actually gets loaded.

.nupkg files (and DLLs?) from that folder should be loaded before any game packs or mods are loaded, or at the very last, when packages are loaded that depend on them.

Banane9 commented 1 week ago

pushed a hacky version of this... it abuses the nuget package loading for mods to load them as mods and then shuts them down again :'D