Jump to content

So i sorta broke my Settings.cfg file


Recommended Posts

So I broke my Settings.cfg file, now, let me explain myself. I needed to change the input button for moving around in the both of the builders as for some reason, KSP has this oddly late response rate when pressing the scroll wheel button, plus, I need to put allot of force onto the button for it to actually work and I don't want to break another mouse, so I went into the Settings.cfg file and changed what I thought was the input for dragging my god forsaken self around the builders to 'MouseButton4', a little button on the side of my mouse that does nothing, and much like its original purpose, it does nothing, and to top it all off, I forgot to copy the Settings.cfg meaning I have no fix. I have actually gotten my desired control input by simply changing the buttons input in my mouse settings window, but i cant zoom anymore despite trying several different button names for said input, i think the original input was "MouseWheelButton" and i have tried putting that in but that didn't work, heres the broken line in the cfg file that I need a functioning copy of, if someone would kindly copy their correct version of this line, that would be lovely.

(My broken line)

AXIS_MOUSEWHEEL
{
    PRIMARY
    {
        name = MouseWheelButton
        axis = -1
        inv = False
        sensitivity = 1
        deadzone = 0
        scale = 1
        group = 0
        modeMask = -1

 

Link to comment
Share on other sites

25 minutes ago, Britzilla said:

if someone would kindly copy their correct version of this line, that would be lovely.

AXIS_MOUSEWHEEL
{
	PRIMARY
	{
		name = Mouse ScrollWheel
		axis = -1
		inv = False
		sensitivity = 1
		deadzone = 0
		scale = 1
		group = 0
		modeMask = -1
	}
	SECONDARY
	{
		name = None
		axis = -1
		inv = False
		sensitivity = 1
		deadzone = 0.0500000007
		scale = 1
		group = 0
		modeMask = -1
	}
}

You can change that in game.But if you decide to do this as you did then you can freely delete settings.cfg and on next start it will reset it self to default and create new settings.cfg.

Edited by sebi.zzr
Link to comment
Share on other sites

11 minutes ago, sebi.zzr said:

AXIS_MOUSEWHEEL
{
	PRIMARY
	{
		name = Mouse ScrollWheel
		axis = -1
		inv = False
		sensitivity = 1
		deadzone = 0
		scale = 1
		group = 0
		modeMask = -1
	}
	SECONDARY
	{
		name = None
		axis = -1
		inv = False
		sensitivity = 1
		deadzone = 0.0500000007
		scale = 1
		group = 0
		modeMask = -1
	}
}

You can change that in game.But if you decide to do this as you did then you can freely delete settings.cfg and on next start it will reset it self to default and create new settings.cfg.

A, thanks allot fam and B, how do i change it in-game?

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