Jump to content

ADS Sensitivity


mkk

Recommended Posts

I think the best you can do is either have a mouse that can change dpi on the fly, and change it while you scope, or have a separate custom keybind that increases sensitivity while you hold it.

You could add something like this to input.ini

Bindings=(Name="LeftShift",Command="setsensitivity 30 | onrelease setsensitivity 5",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

 

While you held leftshift with this your sensitivity would go to 30, and when you let go of leftshift it would go 5

 

There is probably a better way using just keybinds, but the toggle ads option not applying to snipers kinda makes it weird

Link to comment
Share on other sites

Ok here is the better way, add this to Input.ini under [RenX_Game.Rx_PlayerInput] 

Bindings=(Name="rightmousebutton",Command="gba_altfire | senschange",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="senschange",Command="setsensitivity 30 | OnRelease setsensitivity 5",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

 

Make sure to delete the existing rightmousebutton bind. Change the setsensitivity values to whatever you want (first number = scoped sens, second number is your normal sens). You will have to hold the ADS button to keep the new sensitivity even with a sniper, as soon as you let go your sensitivity will change back.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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