Jump to content

Murphy's Law


VoidSquid

Recommended Posts

... or: what can go wrong will go wrong.

 

Again and again I read questions in "Technical Support" where people have lost save games or their complete installation, for various reasons.

Personally, I had such a "hiccup" only once (corrupt save game) but could resolve it within minutes. No magic involved, I just follow a few basic guidelines:

 

Copy your KSP installation to another folder outside of the Steam directory, outside of program files and program files (x86), e.g. to C:\KSP, and play from that directory, e.g.:

robocopy "C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program" "C:\KSP" /mir

 

Make regular backups of the whole KSP directory, e.g:

robocopy "C:\KSP" "C:\KSP Backup" /mir

 

Make daily backups of your save games, e.g.:

robocopy "C:\KSP\saves" "C:\KSP Saves" /s

 

Following these simple guidelines will save you a lot of (potential) trouble! :) 

Edited by VoidSquid
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...