Skip to content

mattsemar/ksp-mission-fixer

Repository files navigation

ksp-mission-fixer

Fixes broken KSP repair/part contracts. Essentially just the procedure outlined on this reddit post

Usage

  • clone project
  • gradle build
  • run this command
  java -cp build\libs\kspMissionFixer-1.0-SNAPSHOT.jar com.semarware.ksp.Fixer "\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\saves\career_expansion\persistent.sfs

This will create a new file called persistent.sfs.fixed. After confirming that it is correct, copy that file over your persistent.sfs start up KSP.

Note: this will only succeed if all of these are true:

  • It finds missions with vessel id reference
  • The mission vessel id does not point to any other vessels
  • The mission mentions a vessel by name and vessel with that name actually exists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published