Jump to content

[W.I.P]KEM-Kerbal Extension Manager


Recommended Posts

Kerbal Extension Manager is a Python 3 based Programm to manage your Mods.
You can add and remove mods to your libary and install and uninstall them afterwards.
When you uninstall a mod it will only remove files which are only in the dependencys of this
mod.
so you can easily uninstall mods without watching out for dependencies of other mods.
https://github.com/kontiko/Kerbal-Extension-Manager
Step by step tutorial:
1. a) use "kme add \<modname> \<file1> \<file2>" with all files which are needed for this mod as argument*
b) use "kme add \<modname>" without an argument to open the folder and drag all files in there*
*if the mod depends on another mod put it also into there
2. use "kme install \<modname>" to install it
commands:

add \<modname> \<file1> \<file2> ... - adds mod with these files
add \<modname> - adds mods and open modfolder in your Fileexplorer
remove \<modname> - removes mod
install \<modname>
uninstall \<modname>
list - list all added mods
installed - list all installed mods

 

I finsished the first release Version:

Install python3 when it isn't allready installed
use pip to install kem4ksp
Write <pip3 install kem4ksp> into a terminal

Edited by Kontiko
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...