Jump to content

[Java] KSP Part Manager


sArge_ch

Recommended Posts

To whom it may be helpful, I like to share a small tool I have written in Java / JavaFX to "manage" part configuration files of my KSP installation.

There are certain parts in the game and some of the mods which I personally tend to ignore because of several reasons. Instead of using other mods like "Janitors Closet" to remove those parts from the game, I wanted a small tool which just renames some part configuration files so the game does not load them at all. The tool has to make it easy to find the parts by name or title and shall give an overview of what is active and purged in an installation folder. Further more, after mod updates via ckan, the freshly updated but previously purged parts shall stay purged but still updated. Also, a list of purged parts of a certain installation has to be persistable in JSON files so the tool can reload and purge parts from another installation directory.

So, I wrote the "KSP Part Manager" to fulfill my needs. If someone wants to use it, feel free to do so. Please be aware, that vessels in existing savegames containing parts which you have purged, will not be loaded.

Use the tool with caution.

Download the latest release: https://github.com/craidler/KPP/releases
Inspect source: https://github.com/craidler/KPP

The software is licensed under MIT, I have included the license on the Git repo as well as in the downloadable archive containing the executable jar.

KPP.png

Edited by sArge_ch
Image
Link to comment
Share on other sites

Hi @sArge_ch,

Looks like a neat tool, thanks for sharing it!  :)

By the way-- since this sort of thing is subject to the same rules as posting a mod, can you please make sure you specify an appropriate license for your tool?

Specifically,

  • Add a comment to the thread OP above, specifying what the license is (e.g. "MIT" or "GPLv3" or whatever).
  • Make sure that the downloadable release of the tool contains an actual license file with the full text of the license (i.e. not just a link).

Thanks!

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...