Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly add library loading #21

Open
Banane9 opened this issue May 29, 2024 · 1 comment
Open

Properly add library loading #21

Banane9 opened this issue May 29, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Banane9
Copy link
Member

Banane9 commented May 29, 2024

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 Banane9 added enhancement New feature or request help wanted Extra attention is needed labels May 29, 2024
@Banane9
Copy link
Member Author

Banane9 commented Jul 18, 2024

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

@Banane9 Banane9 changed the title Add library loading Properly add library loading Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant