Jump to content

FOUNDRY

Just added!
Read more...

Gray Zone Warfare

Use the config file for best accuracy.
Read more...

World of Shooting

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

Robin Hood - Sherwood Builders

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

Gas Station Simulator

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

Battlefield 3


DPI Wizard
Added!

User Feedback

Recommended Comments



Guest Strenki

Posted

Hi. in BF3 I have 0.0645, 400dpi mouse
but when used your calculator for BF4, 0.010985 is 100% not same sensitivity!
are you sure you have good calcuation?

Link to comment
  • Wizard

Hi. in BF3 I have 0.0645, 400dpi mouse

but when used your calculator for BF4, 0.010985 is 100% not same sensitivity!

are you sure you have good calcuation?

I just double-checked the calculations using your values, and they are 100% correct. 0.0645 in BF3 and 0.010985 in BF4 equals 9826 counts/360 in both games. Make sure that raw mouse input is on, and that you don’t have acceleration turned on in the mouse driver etc, and it should be correct for you too icon_smile.gif

Link to comment

1800DPI 0.06 in game , it says 14.8 cm per 360 hip fire , but it is 15.5 in real life for me, with deathadder+goliathus pad, so no negative acceleration in my mouse for sure... something isnt accurate

Link to comment
  • Wizard

It's probably a combination of how accurate your measurement is, and more importantly how accurate your mouse is. The distance calculations are solely based on your DPI, and while your mouse might be set to 1800 DPI, it may be something like 1700 DPI if you count exactly how many dots it registers pr inch (which is hard to actually count). But the most important part is that this inaccuracy is consistent. So if you convert from BF3 to BF4 (or any other game), you will get the exact same distance.

Link to comment

I am trying to use the desktop calculator for BF3 and i have some "unknowns".

Bf3 uses vertical FOV in the settings and the config file. I have a 4/3 CRT monitor. 

 

My universal settings for both ingame and in windows: 400 dpi, 6/11, no accel, raw=on, 800x600 resolution.

My FOV ingame and in the config is set to 74 which should be around 90 horizontal, just like in csgo.

But when i use the "simple calculator" it has horizontal FOV selected which is not present in the game.

 

I did 3 different calculations, which one is the right one?

 

Simple calculator: FOV 74 as in config file and disregard the grey box stating horizontal FOV = Sensitivity 0.170483

 

Simple calculator: Convert the vertical FOV in the config(74) and put 90 in the input box so that the faded box stating horizontal FOV is correct = Sensitivity 0.208425

 

Advanced calculator: Change FOV type to Vertical degree, then put 74 as the fov=Sensitivity 0.209067

 

Please guide me, which one is correct? Thank you.

Link to comment

If anybody is interested, thats the Logitech script i came up with. 
You match 3 DPI Settings (ADS, Hipfire, 4x) so they get roughly the same sens in the calculator. Then create 3 Macros, but dont assign keys to them:
(DPI Up, DPI Down and Default DPI). Then you create 3 DPI Settings, and set the middle one to Default. Now with this script, it switches to your higher DPI when you Aim if Numlock is off, and to your lower, when Numlock is on. Like this you can at least match 3 Senses with BF3. 

function OnEvent(event, arg, family)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
if(event== "MOUSE_BUTTON_PRESSED") then
  if(arg==2)then
    if IsKeyLockOn("numlock" )then
      PlayMacro ("DPI Down")
    end
    if IsKeyLockOn("numlock" )==false then
    PlayMacro ("DPI Up")
    end
  end
end
if(event== "MOUSE_BUTTON_RELEASED") then
  if(arg==2)then
    PlayMacro ("Default DPI")
  end
end
end

Edited by Tobias Bieri
Link to comment
  • Wizard
14 hours ago, Tobias Bieri said:

amazing! Any chance to get 8x or 7x? Im just working on a LUA script (change DPI when ADS) so i can actually match my senses

Absolutely, I can add them all :)

Link to comment
  • Wizard
13 hours ago, TheNoobPolice said:

That's BF1/BFV with USA OFF.

 BF3 just has fixed multipliers.

Yes, I read that question a bit too quick 👍

Link to comment

Does Battlefield 3 default scope sensitivity use MDV 0% or 100%? I'd like to convert my scope sensitivity from battlefield 3 to battlefield V

Link to comment

BF3 doesn`t use MDV, it has fixed multipliers. You can only match your sens to Hipfire or one ADS. I matched my sens to hipfire and created a script to DPI Shift when I ADS, that works pretty well.

Link to comment
On 12/25/2020 at 9:02 AM, spyder256 said:

It did? Where?

When you're in a server open the scoreboard (tab) and right click on it, it'll bring up another menu and there's a sensitivity tab with all the multipliers in there

Link to comment
  • Wizard
On 12/24/2020 at 3:45 AM, Azsun said:

Venice Unleashed added the option to manually set each scope multiplier individually

Added VU as a mod option to BF3 now. Unfortunately you have to manually do each scope since you need to enter the FOV for each of them and this doesn't work for an "All" conversion.

Link to comment
  • Wizard
13 hours ago, makojunki said:

Could you please explain how I should use the settings options in VU and also the Mouse Sens site, to calc for 0% MDV with a Scale of 67% (basically USA on, 67% ads, from BF4) many thanks. @DPI Wizard https://www.mouse-sensitivity.com/?share=9612e61d18e85dc993e878279197ae53

Like this, but you have to go through each aim in BF3 VU and use the hipfire sensitivity from the first conversion to get their respective sensitivity. The FOV that is filled in for the aims is the default FOV, if you haven't changed it just leave it as it is.

Hipfire:

https://www.mouse-sensitivity.com/?share=35e4d7ca30bff427affab3f3aef74d82

3.4X:

https://www.mouse-sensitivity.com/?share=80da55a006babc1a55fbbee283561d63

And so on.

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

×
×
  • Create New...