Skip to content

Commit

Permalink
Halve default WeaponAttackThreshold
Browse files Browse the repository at this point in the history
Lower is generally better, but too low can make it hard to trigger correct weapon attack direction depending on user's native mouse sensitivity and screen resolution.
  • Loading branch information
Interkarma committed Apr 19, 2023
1 parent f0a5251 commit 7a1dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Resources/defaults.ini.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ JoystickDeadzone=0.1
EnableController=True
HeadBobbing=True
Handedness=0
WeaponAttackThreshold=0.01
WeaponAttackThreshold=0.005
WeaponSensitivity=1.0
MovementAcceleration=False
ToggleSneak=False
Expand Down

0 comments on commit 7a1dae6

Please sign in to comment.