You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Describe the bug
Currently there are no checks being made to see if a mod requires on other dependencies. This will become even more of an issue once KSP1 support is implemented.
To Reproduce
Download a mod that has other dependencies
Toucan will not notify you that you are missing dependencies
SpaceWarp modloader will then tell you in the main menu what you are missing
Solution
The creator of SpaceWarp has thankfully already implemented a simple system for mod authors to include mod dependencies within the swinfo.json file (thank you). We can utilise this to then check when a mod is downloaded if the dependencies have also been installed or not (and if they are up to date).