Jump to content

Combat Champions

All aims use the same sensitivity setting, choose the sensitivity for the aim you prefer to be matched.
Read more...

Ghost of Tsushima DIRECTOR'S CUT

The sensitivity and FOV changes depending on certain actions and where you are (indoor etc). The calculations are for the view when you move around outdoor.
Read more...

Russian Fishing 4

See the game notes for instructions on how to disable smoothing.
Read more...

Arena Breakout: Infinite

Hipfire is added, aims coming soon!
Read more...

Project L33T

See the game notes for instructions on how to disable smoothing.
Read more...

Call of Duty: Black Ops 4


Recommended Posts

2 minutes ago, DPI Wizard said:

What mouse do you have, and are calculations for other games accurate for you?

I have basically every mouse, but I have tested it with the gpro wireless, the corsair ravager s at 2000 hz, and other mices. It's the same with black ops 3. These are the only two games that are inaccurate.

Link to comment
  • Wizard
2 minutes ago, randomguy7 said:

I have basically every mouse, but I have tested it with the gpro wireless, the corsair ravager s at 2000 hz, and other mices. It's the same with black ops 3. These are the only two games that are inaccurate.

Very strange, as the only thing those games have very little in common when it comes to sensitivity. What's your calculation like? Resolution, FOV, aim, expected 360 distance vs actual 360 distance etc?

Link to comment
1 minute ago, DPI Wizard said:

Very strange, as the only thing those games have very little in common when it comes to sensitivity. What's your calculation like? Resolution, FOV, aim, expected 360 distance vs actual 360 distance etc?

I have 250 windows match to 1920x1080x120fov on black ops 3, and it is actually 20-22 in/360 and not 15. For black ops 4 I can't test it right now but for these games it seems the calculated sensitivity is greatly lower.

Link to comment
  • Wizard
9 minutes ago, randomguy7 said:

I have 250 windows match to 1920x1080x120fov on black ops 3, and it is actually 20-22 in/360 and not 15. For black ops 4 I can't test it right now but for these games it seems the calculated sensitivity is greatly lower.

So I assume something like this?

image.png

I'll do some tests tomorrow, but it would be strange if they changed anything in this game as it uses a pretty standard sensitivity scale.

Link to comment
  • Wizard
14 hours ago, randomguy7 said:

I have 250 windows match to 1920x1080x120fov on black ops 3, and it is actually 20-22 in/360 and not 15. For black ops 4 I can't test it right now but for these games it seems the calculated sensitivity is greatly lower.

Just checked BO3 now, and apart from a small discrepancy (0.05 inches in your case) due to the bug in FOV in the game, the calculation is spot on. Can you send me your config file?

Link to comment
  • Wizard
15 hours ago, randomguy7 said:

Looks identical to mine.

Try this script with the Logitech software and see if it turns exactly 360 degrees when executed. It will bind to the back side button.

function OnEvent(event, arg)
	if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) and GetMKeyState() == 3 then
		for i = 0, 32 do
			MoveMouseRelative(119,0)
			Sleep(10)
		end
	end
end

 

Link to comment
On 7/8/2019 at 7:31 AM, DPI Wizard said:

Just checked BO3 now, and apart from a small discrepancy (0.05 inches in your case) due to the bug in FOV in the game, the calculation is spot on. Can you send me your config file?

 

3 hours ago, DPI Wizard said:

Looks identical to mine.

Try this script with the Logitech software and see if it turns exactly 360 degrees when executed. It will bind to the back side button.


function OnEvent(event, arg)
	if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) and GetMKeyState() == 3 then
		for i = 0, 32 do
			MoveMouseRelative(119,0)
			Sleep(10)
		end
	end
end

 

how do I do this?

Link to comment
  • 2 months later...
2 minutes ago, DPI Wizard said:

Those are only the same in 3d to 3d conversions in 16:9. For Windows to game MDH 100% is recommended.

Thanks for quick answer.

EDIT: One more question am I need to set yaw and pitch value same?

Edited by Pyroxia
Link to comment
  • 4 months later...
В 29.10.2018 в 08:56, Drimzi сказал:

If the game is actually doing a 1.35x magnification as it says, based off your hipfire fov, then it should be ~95.36° 16:9. (360 * arctan(1/1.35 * tan(112 * pi/360)))/pi =~ 95.36

Since the sens scaling is known (it is a monitor distance match system after all), you can measure the revolution distance and see what hipfire-fov conversion has that distance.

You could also resize the image to preserve the scale, and then use the above formula to calculate the fov. In this case, it looks like the first example is actually a ~1.19x increase in scale when ads, so first example is (360 * arctan(1/1.19 * tan(112 * pi/360)))/pi =~ 102.5°.

Second example is like 1.64x increase in scale when ads, so (360 * arctan(1/1.64 * tan(112 * pi/360)))/pi =~ 84.2°.

 

edit: The calc actually already has the reflex sight as an option, and with 112 fov and affected ads fov, it says it is 84.19° actual hfov.

Hi, mate! Can u please explain me how did u get those values from the images above (i mean the exact numbers 1.19x and 1.64). How did u resized an image and what does it mean in general? 

Here is my screenshots from the game. And i want to know how to match the right FOV for my elo sight. 

t5VK2r_FyaM.jpg

omPOrExqx94.jpg

Link to comment
On 1/25/2020 at 2:58 AM, ZubnoyFey said:

Hi, mate! Can u please explain me how did u get those values from the images above (i mean the exact numbers 1.19x and 1.64). How did u resized an image and what does it mean in general? 

Here is my screenshots from the game. And i want to know how to match the right FOV for my elo sight. 

t5VK2r_FyaM.jpg

omPOrExqx94.jpg

To find the fov of the elo sight, you compare the screenshots. If you know the fov of the hipfire, and you know the amount zoomed in (from comparing the screenshot), then you can find the fov of the elo sight.

You place the two screenshots into photoshop, or an equivalent tool. You place the ADS layer above, reduce the opacity to 50%, and then reduce the size until it blends in perfectly with the hipfire image. The resize percentage is then used in that formula above to find the fov.

Your screenshots wont work though because you moved the mouse and aimed higher up when you took the ADS screenshot.

Link to comment
В 26.01.2020 в 00:16, Drimzi сказал:

To find the fov of the elo sight, you compare the screenshots. If you know the fov of the hipfire, and you know the amount zoomed in (from comparing the screenshot), then you can find the fov of the elo sight.

You place the two screenshots into photoshop, or an equivalent tool. You place the ADS layer above, reduce the opacity to 50%, and then reduce the size until it blends in perfectly with the hipfire image. The resize percentage is then used in that formula above to find the fov.

Your screenshots wont work though because you moved the mouse and aimed higher up when you took the ADS screenshot.

Thanks a lot for your help! Now i defenetly know what to do! Before your answer ive tried measuring the same  objects on both screenshots  (using soft as AutoCad and SketchUp) and then by dividing larger values into smaller ones, Ive found the scale. But this way didnt work correctly)

Link to comment

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