Are you tired of installing mods manually by downloading endless zips from spacedock, hunting for their GameData folders, and dragging them into your KSP install? Do you also want to avoid the minefield that is CKAN, or you want to use a custom or dev version of a mod? Then this tool is for you!
python main.py [PATHS]
[PATHS]
can be one or more of:
- A path to a folder, from which the mod files will be moved, not copied.
- A path to a zip file
- A URL for a zip file
sd:<id>
, whereid
is the numeric id of the mod on spacedock.sds:<name>
, wherename
is the name of the mod to search on spacedock.gh:<user>/<repo>[/<branch>]
, to download off of github. Uses latest release if no branch given, or downloads branch head.
- Can install mods from folders or zip files.
- Automatically finds Steam KSP install.
- Finds GameData in mod folder, can handle if there are multiple ones.