September 23, 20178 yr What Formula does Uniform Soldier Aiming exactly use to calculate the different Zoom Sensitivities in Battlefield 1?
September 23, 20178 yr Wizard A bit simplified it's like this: SoldierZoomSensitivityAll*SoldierZoomSensitivity4x00*(atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(FOV/2)))/atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(AimFOV/2)))) There's a few conditions to this; SoldierZoomSensitivityAll*SoldierZoomSensitivity4x00 can not be above 3 or below 0.1. If it is, 3 or 0.1 will be used respectively. If UniformSoldierAimingCoefficient is 0, the formula is slightly different. Join the community on Discord!
September 23, 20178 yr Author 47 minutes ago, DPI Wizard said: A bit simplified it's like this: (atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(FOV/2)))/atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(AimFOV/2))))/(SoldierZoomSensitivityAll*SoldierZoomSensitivity4x00) There's a few conditions to this; SoldierZoomSensitivityAll*SoldierZoomSensitivity4x00 can not be above 3 or below 0.1. If it is, 3 or 0.1 will be used respectively. If UniformSoldierAimingCoefficient is 0, the formula is slightly different. This is exactly what i was looking for! Where it says FOV, does it use the vertical or horizontal FOV?
September 23, 20178 yr Wizard Just now, Maq said: This is exactly what i was looking for! Where it says FOV, does it use the vertical or horizontal FOV? Horizontal FOV in radians. Join the community on Discord!
September 23, 20178 yr Author 9 minutes ago, DPI Wizard said: Horizontal FOV in radians. Could you give me an example of that Formula in use? (with filled in variables) Thanks alot in advance!!
September 23, 20178 yr Wizard 10 minutes ago, Maq said: Could you give me an example of that Formula in use? (with filled in variables) Thanks alot in advance!! Was an error in the formula, edit it correctly now. Here it is in use: http://www.wolframalpha.com/input/?i=(atan((1080%2F1920)*1.33*(tan(85.57degrees%2F2)))%2Fatan((1080%2F1920)*1.33*(tan(26degrees%2F2))))%2F(0.9*0.8) In this example, the 360 distance is 4.918 times that of hipfire. Join the community on Discord!
December 5, 20223 yr On 9/24/2017 at 8:33 AM, DPI Wizard said: SoldierZoomSensitivityAll*SoldierZoomSensitivity4x00*(atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(FOV/2)))/atan((vres/hres)*UniformSoldierAimingCoefficient*(tan(AimFOV/2)))) If UniformSoldierAimingCoefficient is 0, the formula is slightly different. Today, I tried to refer to my usual 'original sources' for the two formula, and noticed that both the symthic forum post and BF forum post, have been taken offline with the death of their respective forums. Accordingly, this is the last place on the internet with the formula. But the coefficient = 0 formula isn't here. I hope it's not too annoying of me to bump this ancient thread, but this is the place you're most likely to find via a search engine. @DPI Wizard would you mind sharing the coefficient = 0 formula here, too? Just for the record
December 5, 20223 yr It is just the focal length / zoom ratio / 0% / visuomotor / pixel ratio formula. sens multiplier = tan(ZoomFOV/2)/tan(HipFOV/2) FOV’s in radians, either vertical or horizontal. doesn’t matter in this instance as long as they are both the same measurement.
Create an account or sign in to comment