Jump to content

basic game settings never save


Recommended Posts

Did you run KSP without the joystick plugged in?

Doing so is a known bug that presents exactly as you described. To fix it, go to the KSP root folder and delete the settings.cfg. Run KSP then set up your settings how you want them without the joystick inputs.

Link to comment
Share on other sites

This happens to me all the time. Really made me mad til I figured it out.

Like Explorer said, you have to make sure that if you set any key bindings to a joystick, you have to have that joystick plugged in when you start the game.

I believe the reason is that the game looks through the files, sees that part of it, and when it can't find what it's referring to, it just skips to the next thing. This is just a theory.

So yeah, just make sure you have that thing plugged in. You can still set your axis' and buttons from the main screen like you would usually do. It just gets screwy if you forget it one time.

Also, I don't think it's mod related, so any changes to mods shouldn't affect it.

Link to comment
Share on other sites

For those of you who are having this problem, does your log file contain the following exception text when it happens?


KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[System.String,System.Int32].get_Item (System.String key) [0x00000] in <filename unknown>:0
at InputDevices.GetDeviceIndex (System.String deviceName) [0x00000] in <filename unknown>:0
at AxisBinding_Single.Load (.ConfigNode node) [0x00000] in <filename unknown>:0
at AxisBinding.Load (.ConfigNode node) [0x00000] in <filename unknown>:0
at GameSettings.ParseCfg () [0x00000] in <filename unknown>:0
at GameSettings.Awake () [0x00000] in <filename unknown>:0

If so, then it's not an OSX specific problem. Windows has the same problem. It's in SQUAD's code that reads and processes the CFG file. When it hits the unexpected condition of the joystick being missing despite there being config settings for it, it bombs out of the setting-reader code right there and fails to finish processing the rest of the settings.

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