R2Northstar / NorthstarLauncher

Launcher used to modify Titanfall 2 to allow mods to be loaded
MIT License
279 stars 127 forks source link

warn if mod dependency is found but disabled #740

Closed Jan200101 closed 3 months ago

Jan200101 commented 3 months ago

Adds a warning if a dependency is installed but disabled.

This may be intentional by the user or be an optional dependency, so we cannot force enable it.

If this is really needed is up to debate because one could derive if a dependency is missing by digging through the log, but I think this may be useful to have.