Jump to content

Rainbow Six Siege Match Distance Python Script


Recommended Posts

Posted (edited)

Since Rainbow Six Siege lacks two sensitivity sliders for the different zoom levels I wrote a python script to somewhat get around that. The script calculates an XFactorAiming based on your FOV and desired vertical match distance that will very accurately line up with two corresponding ADS sensitivity values. This is so that you can somewhat quickly change your sensitivity in-game based on if you're using an ACOG or not in the current round.

Coefficient is vertical match distance where 100% is entered as 1.0

XFactorAiming value is set in Documents\My Games\Rainbow Six - Siege\<random shit>\GameSettings.ini under [INPUT]

As an example with my settings:

FOV=70.53
Coefficient=0

ACOG ADS Sensitivity: 57
Ironsight ADS Sensitivity: 94
XFactorAiming=0.015511

After setting XFactorAiming in my config all I need to do in-game is set 57 ADS sensitivity when using an ACOG and 94 when using anything else.

https://github.com/Skwuruhl/siegeads

Edited by Skwuruhl
Posted

Nice work. I don't understand how the ability to adjust sensitivity for each sight/fov isn't a standard feature on pc games, shooters especially. Can't think of games other than BF4, BF1 and PUBG that allow you to do this. Even a simple ads slider seems to be a luxury but I guess you don't need that on a gamepad so we just have to deal with it. 😶

Posted
26 minutes ago, iBerggman said:

Nice work. I don't understand how the ability to adjust sensitivity for each sight/fov isn't a standard feature on pc games, shooters especially. Can't think of games other than BF4, BF1 and PUBG that allow you to do this. Even a simple ads slider seems to be a luxury but I guess you don't need that on a gamepad so we just have to deal with it. 😶

Honestly even with gamepad the sensitivity difference between acog and ironsights is absurd in this game.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...