mkk Posted July 1, 2018 Share Posted July 1, 2018 (edited) Hello, new player here i was wondering if there is anyway to change the sens while you ads, since its very slow but only when im scoping, if not maybe we can get a slider for that Edited July 1, 2018 by mkk Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff NodSaibot Posted July 1, 2018 Totem Arts Staff Share Posted July 1, 2018 There's currently no setting ingame for this. Quote Link to comment Share on other sites More sharing options...
Madkill40 Posted July 7, 2018 Share Posted July 7, 2018 Aim down sight sensitivity, in case anybody was confused. Quote Link to comment Share on other sites More sharing options...
Canucck Posted July 7, 2018 Share Posted July 7, 2018 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 Quote Link to comment Share on other sites More sharing options...
Canucck Posted July 8, 2018 Share Posted July 8, 2018 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.