KSP Config Tool

This is a rust "script" for removing parts/modules/resources from KSP1 craft files.

Its primary purpose is to clean up invalid stuff from 'stock' crafts for use in RSS/RO/RP-1.

Usage

For example:

kspconfigtool remove module TweakScale Ships/VAB/*.craft kspconfigtool remove remove module ModuleColliderHelper Ships/VAB/*.craft kspconfigtool remove resource LiquidFuel Ships/VAB/*.craft kspconfigtool remove resource Oxidizer Ships/VAB/*.craft kspconfigtool remove part sensorAccelerometer Ships/VAB/*.craft

It can also be used to read and write a craft file and 'clean' it up:

kspconfigtool clean Ships/VAB/*.craft

Behavior

Futures

Out Of Scope