Jump to content

mouse sensitivity - fix needed


Recommended Posts

Hey there,

I am playing on 64bit linux Mint.

have the following mods installed:

Vdknoqj.png

everything works like a charm EXCEPT:

the mouse sensitivity is goind badass everytime i restart the game.

I read about deleting the settings.cfg, but readjusting the resolution and such after every restart

is not a solution I am happy with. is there anything else I ca do ?

thx in advance

Link to comment
Share on other sites

Are you using KSP.x86_64 ? I think you are, then you need to know that the LC_ALL=C fix for non-English languages failed to be applied to the x64 binary build.

You'll need to delete settings.cfg again and start KSP from the terminal with "LC_ALL=C ./KSP.x86_64"

Or if using Steam, "LC_ALL=C %command%_64" in the start options.

Or make a text file in the KSP folder containing:

#!/bin/bash

LC_ALL=C ./KSP.x86_64

And make that executable.

Link to comment
Share on other sites

Are you using KSP.x86_64 ? I think you are, then you need to know that the LC_ALL=C fix for non-English languages failed to be applied to the x64 binary build.

You'll need to delete settings.cfg again and start KSP from the terminal with "LC_ALL=C ./KSP.x86_64"

Or if using Steam, "LC_ALL=C %command%_64" in the start options.

Or make a text file in the KSP folder containing:

And make that executable.

ok did it. so far so good. will see if it still works tomorrow :-)

Link to comment
Share on other sites

As long as you don't accidentally start KSP.x86_64 without LC_ALL=C you'll be fine, the problem is that some system languages use . and , differently to English, which Unity expects by default.

The C in LC_ALL=C is for Posix, which works and all Linux distros have as it's in the kernel :)

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