South of Midnight

South of Midnight

データを表示:
mouse smoothing/Acceleration
Clearly made for controller, using a mouse is a pain in the A.... Lot of drifting acceleration smoothing... any way to turn it off ?
投稿主: OpCode90:
Here is a temporary work-around for this problem:

Make sure the game isn't running

In file explorer type the following directory
%LOCALAPPDATA%\SouthOfMidnight\Saved\Config\WindowsNoEditor

Open "Input.ini" and copy in the following text:

[/script/engine.inputsettings]
bEnableMouseSmoothing=False
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))


The "Sensitivity=0.700000" part can be changed to dial it in further if you need to. It is a 10x bump from the default of "0.07000".

Just note that the game only reads this value only on startup, so you will have to close it again if you wish to make another adjustment.

We will work on a proper fix for this through the UI.
< >
1-15 / 22 のコメントを表示
try putting
[/script/engine.inputsettings]
bEnableMouseSmoothing=False
bViewAccelerationEnabled=False
in input.ini
最近の変更はkimmyyが行いました; 4月3日 16時43分
i tried.... raw 1:1 input for mouse is non existent in this game mouse control is floating, basically feels like the mouse as an analogue stick on a controller nothing more...
mouse sensitivity is very bad!!!
The sensitivity is so bad. Even at 150% the mouse barely moves. What's up with that?
Pecata の投稿を引用:
The sensitivity is so bad. Even at 150% the mouse barely moves. What's up with that?
agree , how do we contact the developers?
TheBeans017  [開発者] 4月3日 18時27分 
Good evening, we're here to support.
Have you checked your mouse sensitivity at your OS (windows) level?
TheBeans017 の投稿を引用:
Good evening, we're here to support.
Have you checked your mouse sensitivity at your OS (windows) level?
Hi, yes. I have. This is the only game that is unplayable like this. I have to increase my mouse sensitivity to 6000+ in order to function in the game.
OpCode90  [開発者] 4月3日 18時37分 
Hi Pecata;

Can you quantify the sensitivity issue? Is it like broken in game or just a situation where we should increase the sensitivity range for your setup in the menus? The latter is pretty easy for us to adjust if it's a 3x versus 1.5x problem.

Also good to check if you have a controller also plugged in at the same time - since that may interfere with input.

Thanks,
Guillaume.
TheBeans017  [開発者] 4月3日 18時40分 
Pecata:
Team would also like to know
- what mouse model are you using?
- what windows version?

Thx
TheBeans017 の投稿を引用:
Pecata:
Team would also like to know
- what mouse model are you using?
- what windows version?

Thx
Hey, it appears to be a sensitivity range issue for me. There is also a certain amount of floaty feeling, almost like there is mouse acceleration enabled. I do not have a controller plugged in.
My mouse is Logitech G502 Lightspeed.
Windows 11 x64 Pro 24H2 (build 26100.3194)
最近の変更はPecataが行いました; 4月3日 18時52分
このアプリの開発者がこの投稿を元のトピックへの回答としてマークしました。
OpCode90  [開発者] 4月3日 19時46分 
Here is a temporary work-around for this problem:

Make sure the game isn't running

In file explorer type the following directory
%LOCALAPPDATA%\SouthOfMidnight\Saved\Config\WindowsNoEditor

Open "Input.ini" and copy in the following text:

[/script/engine.inputsettings]
bEnableMouseSmoothing=False
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))


The "Sensitivity=0.700000" part can be changed to dial it in further if you need to. It is a 10x bump from the default of "0.07000".

Just note that the game only reads this value only on startup, so you will have to close it again if you wish to make another adjustment.

We will work on a proper fix for this through the UI.
最近の変更はOpCode90が行いました; 4月3日 20時40分
OpCode90 の投稿を引用:
Here is a temporary work-around for this problem:

Make sure the game isn't running

In file explorer type the followind directory
%LOCALAPPDATA%\SouthOfMidnight\Saved\Config\WindowsNoEditor

Open "Input.ini" and copy in the following text:[/script/engine.inputsettings]
bEnableMouseSmoothing=False
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.700000,Exponent=1.000000,bInvert=False))


The "Sensitivity=0.700000" part can be changed to dial it in further if you need to. It is a 10x bump from the default of "0.07000".

Just note that the game only reads this value only on startup, so you will have to close it again if you wish to make another adjustment.
Thanks, that worked, now I can play at 110% mouse speed and it is good. Not sure how to address the floaty, almost mouse acceleration enabled feeling...
Is there any fix similar to this for using a controller? It's like there's a delay when you move the camera and then is speeds up and in constantly having pull the controls back as it moves too pass where you expect it to go. The controls feel sluggish and unresponsive to my movements. Exactly as the issue is described for mouse but also with the controller. Would love a solution if there is one. Changing in game settings doesn't fix the whiplash issue unfortunately.
Falour の投稿を引用:
Is there any fix similar to this for using a controller? It's like there's a delay when you move the camera and then is speeds up and in constantly having pull the controls back as it moves too pass where you expect it to go. The controls feel sluggish and unresponsive to my movements. Exactly as the issue is described for mouse but also with the controller. Would love a solution if there is one. Changing in game settings doesn't fix the whiplash issue unfortunately.


You can do the same with controller by doing these commands:
AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.1,Sensitivity=7.000000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.1,Sensitivity=7.000000,Exponent=1.000000,bInvert=False))

Change the 7.0 to something a little lower though probably. Default is 0.07, but I found 0.7 a little too slow still. But this is miles better already, still needs some fine-tuning
I'd still love a way to disable or lessen the Controller Camera Acceleration though. It's really really bad
< >
1-15 / 22 のコメントを表示
ページ毎: 1530 50

投稿日: 4月3日 15時18分
投稿数: 22