#31 2023-08-31 21:50:58

muble
Newbie
Reputation: 0
Registered: 2023-08-31
Posts: 1
Windows 10 Chrome 116.0

Re: Mouse horizontal sensitivity while moving issue

Has anyone found a solution for this? I get mouse acceleration aswell when im running, standing still its normal

And its only horizontal sensitivity, vertical is normal even when running

Offline

    Positive reputation 0   Negative reputation 0

#32 2023-08-31 23:42:05

dary
Administrator
Reputation: +704
Registered: 2012-05-16
Posts: 3,800
Website
Windows 10 Firefox 116.0

Re: Mouse horizontal sensitivity while moving issue

That's normal, many didn't know it when I asked them. Sensitivity is way lower when you stand still.

Last edited by dary (2023-08-31 23:42:21)

Online

    Positive reputation 0   Negative reputation 0

#33 2023-09-01 00:58:04

Russian MadMax
Mad cuz bad
Russia
Reputation: +95
Location: Always nearby you
Registered: 2022-03-09
Posts: 715
iOS Safari 16.1

Re: Mouse horizontal sensitivity while moving issue

I remember how you talked about it, you said it was better to shoot standing up, then the sensitivity is normal, which should be and does not increase, you threw off a video where, with your small sensitivity, you shot from the stg on the map battle of bulge

Offline

    Positive reputation 0   Negative reputation 0

#34 2023-09-01 12:51:52

deeko
Player
Estonia
Reputation: +394
Registered: 2014-11-07
Posts: 762
Windows 10 Firefox 117.0

Re: Mouse horizontal sensitivity while moving issue

You can try out the fix in singleplayer, but it would take an actual patch to work on multiplayer that both the server and player would need to update
https://www.youtube.com/watch?v=G9eW8B1sC0o

Offline

    Positive reputation 0   Negative reputation 0

#35 2023-09-01 13:52:25

Black Mamba
Member
Canada
Reputation: +1484
Registered: 2012-12-01
Posts: 4,337
iOS Safari 16.6

Re: Mouse horizontal sensitivity while moving issue

Deeko wrote:

You can try out the fix in singleplayer, but it would take an actual patch to work on multiplayer that both the server and player would need to update
https://www.youtube.com/watch?v=G9eW8B1sC0o

Nice try, but this has nothing to do with mouse acceleration on the x-axis. All it does is set the maximum angle at which the body of the soldier turns, after the upper body already started turning. When you are standing still and turn to the left or right, the soldier’s arrow on the minimap doesn’t change direction until its rotation goes above the turn right or left angle. That’s all this code does, nothing more.

Last edited by Black Mamba (2023-09-01 13:53:26)

Offline

    Positive reputation 0   Negative reputation 0

#36 2024-02-15 02:47:14

tuia
BFSoldier
Portugal
Reputation: +1152
Location: Lisbon
Registered: 2012-02-20
Posts: 6,412
Website
Windows 7 Chrome 109.0

Re: Mouse horizontal sensitivity while moving issue

Any updates on this problem? It is a very interesting finding.

Offline

    Positive reputation 0   Negative reputation 0

#37 2024-05-04 22:09:06

uuuz
Member
Reputation: +50
Registered: 2022-08-29
Posts: 21
Windows 10 Firefox 125.0

Re: Mouse horizontal sensitivity while moving issue

I had a look at this problem, i'm not sure anymore if its a bug or intentional feature. Probably a bug, horizontal movement may be added twice when moving. The issue is both server and clientside (both sides calculate this value), so it cannot be fixed directly without having glitches when playing on servers. I implemented a workaround by halving the horizontal look sensitivity when moving. I noticed that when moving the vertical sensitivity was half of the horizontal, so fixing it this way seems more natural than doubling the "standing" sensitivity. The option will be in the next release of bf42plus, but DISABLED by default, because it changes how the game feels quite a bit. If somebody wants this it can be enabled, but i don't want to force this kind of change on everyone.

Here is a custom build (v1.3.3) that includes the code: https://update.bf1942.hu/release/1.3.3- … dsound.dll

Note that you will probably have to adjust your infantry mouse sensitivity, as it will be a bit unusual.

To enable it use this console command:

plus.correctedLookSensitivity 1

Or modify the setting in bf42plus.ini

Offline

    Positive reputation 3   Negative reputation 0

#38 2024-05-08 01:06:01

tuia
BFSoldier
Portugal
Reputation: +1152
Location: Lisbon
Registered: 2012-02-20
Posts: 6,412
Website
Windows 7 Chrome 109.0

Re: Mouse horizontal sensitivity while moving issue

Another bug squashed. Well done, uuuz. Just don't kill all the bugs.

Offline

    Positive reputation 0   Negative reputation 0

#39 2024-05-08 02:40:35

Russian MadMax
Mad cuz bad
Russia
Reputation: +95
Location: Always nearby you
Registered: 2022-03-09
Posts: 715
iOS Safari 17.1

Re: Mouse horizontal sensitivity while moving issue

uuuz wrote:

I had a look at this problem, i'm not sure anymore if its a bug or intentional feature. Probably a bug, horizontal movement may be added twice when moving. The issue is both server and clientside (both sides calculate this value), so it cannot be fixed directly without having glitches when playing on servers. I implemented a workaround by halving the horizontal look sensitivity when moving. I noticed that when moving the vertical sensitivity was half of the horizontal, so fixing it this way seems more natural than doubling the "standing" sensitivity. The option will be in the next release of bf42plus, but DISABLED by default, because it changes how the game feels quite a bit. If somebody wants this it can be enabled, but i don't want to force this kind of change on everyone.

Here is a custom build (v1.3.3) that includes the code: https://update.bf1942.hu/release/1.3.3- … dsound.dll

Note that you will probably have to adjust your infantry mouse sensitivity, as it will be a bit unusual.

To enable it use this console command:

plus.correctedLookSensitivity 1

Or modify the setting in bf42plus.ini

Just a master ! And be sure everyone will want it ,nothing wrong if you do force , just put on for default

Offline

    Positive reputation 0   Negative reputation 0

#40 2024-05-28 14:15:11

Tygrys
Player
Poland
Reputation: +1
Registered: 2016-12-16
Posts: 7
Windows 10 Chrome 125.0

Re: Mouse horizontal sensitivity while moving issue

uuuz wrote:

I had a look at this problem, i'm not sure anymore if its a bug or intentional feature. Probably a bug, horizontal movement may be added twice when moving. The issue is both server and clientside (both sides calculate this value), so it cannot be fixed directly without having glitches when playing on servers. I implemented a workaround by halving the horizontal look sensitivity when moving. I noticed that when moving the vertical sensitivity was half of the horizontal, so fixing it this way seems more natural than doubling the "standing" sensitivity. The option will be in the next release of bf42plus, but DISABLED by default, because it changes how the game feels quite a bit. If somebody wants this it can be enabled, but i don't want to force this kind of change on everyone.

Here is a custom build (v1.3.3) that includes the code: https://update.bf1942.hu/release/1.3.3- … dsound.dll

Note that you will probably have to adjust your infantry mouse sensitivity, as it will be a bit unusual.

To enable it use this console command:

plus.correctedLookSensitivity 1

Or modify the setting in bf42plus.ini

Holy shit you actually fixed it after all this time. Amazing. What an absolute legend.

Offline

    Positive reputation 0   Negative reputation 0

#41 2024-09-13 08:36:06

Winston Smith
Member
New Zealand
Reputation: +195
Registered: 2014-09-10
Posts: 847
Unknown Chrome 128.0

Re: Mouse horizontal sensitivity while moving issue

So, is everyone OK with this fix? No one is going to call this cheating?
Is this considered to be fair and legitimate?

I'd like to make sure that everyone's OK with it before I try it out.

Offline

    Positive reputation 0   Negative reputation 0

#42 2024-09-13 13:22:30

Russian MadMax
Mad cuz bad
Russia
Reputation: +95
Location: Always nearby you
Registered: 2022-03-09
Posts: 715
iOS Safari 17.1

Re: Mouse horizontal sensitivity while moving issue

Nothing cheats if all has that. But this change isn’t good for me ( at least after many years of “bugged” sensitivity game) I can’t get used to this fix, an old kind sense boost while moving also is a much realistic imo

Offline

    Positive reputation 1   Negative reputation 0

#43 2024-09-13 15:00:18

Black Mamba
Member
Canada
Reputation: +1484
Registered: 2012-12-01
Posts: 4,337
iOS Safari 17.6

Re: Mouse horizontal sensitivity while moving issue

Winston Smith wrote:

So, is everyone OK with this fix? No one is going to call this cheating?
Is this considered to be fair and legitimate?

I'd like to make sure that everyone's OK with it before I try it out.

Not a cheat. Anyone can use the fix and configure it as they please as Max pointed out.

Last edited by Black Mamba (2024-09-13 15:06:57)

Offline

    Positive reputation 0   Negative reputation 0

#44 2024-09-18 03:26:30

Winston Smith
Member
New Zealand
Reputation: +195
Registered: 2014-09-10
Posts: 847
Unknown Chrome 128.0

Re: Mouse horizontal sensitivity while moving issue

Russian MadMax wrote:

Nothing cheats if all has that. But this change isn’t good for me ( at least after many years of “bugged” sensitivity game) I can’t get used to this fix, an old kind sense boost while moving also is a much realistic imo

Thanks, I'll try it and see. Around 2015 I had a mouse that had the best natural sensitivity for me. It was a cheap wireless mouse and it didn't have any adjustable settings but it was perfectly smooth and easy to aim with. Even with better and better quality mouses, I've never had that smoothness since.

Offline

    Positive reputation 0   Negative reputation 0

#45 2024-09-18 03:33:08

Winston Smith
Member
New Zealand
Reputation: +195
Registered: 2014-09-10
Posts: 847
Unknown Chrome 128.0

Re: Mouse horizontal sensitivity while moving issue

Black Mamba wrote:
Winston Smith wrote:

So, is everyone OK with this fix? No one is going to call this cheating?
Is this considered to be fair and legitimate?

I'd like to make sure that everyone's OK with it before I try it out.

Not a cheat. Anyone can use the fix and configure it as they please as Max pointed out.

Thanks! It's hard to know sometimes what's legit and whats a cheat. The wide screen patch where, if you're in a tank, you can see around the edges of the standard driver's window, for example. I thought that would be called a cheat. It would be good to have a list of acceptable things and one of unacceptable things.

Offline

    Positive reputation 0   Negative reputation 0

Board footer