Update deadzone in wheel center for IDAC/IDZ/SWDC (#93)

Original PR by @HaseoSora :https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/82

Co-authored-by: HaseoSora <haseosora@noreply.gitea.tendokyu.moe>
Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/93
Co-authored-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe>
Co-committed-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe>
This commit is contained in:
Dniel97
2026-01-09 13:32:35 +00:00
committed by Dniel97
co-authored by HaseoSora
parent 3182720890
commit 1a7a53f328
12 changed files with 665 additions and 706 deletions
+11
View File
@@ -271,3 +271,14 @@ damperStrength=100
rumbleStrength=100
; Rumble duration factor from ms to µs, used to scale the duration of the rumble effect.
rumbleDuration=1000
; Sets the minimum amount of "weight" or stiffness in the wheel,
; even when the car is stationary or moving slowly.
; Higher values make the wheel feel heavier and less "springy."
baseDamperFraction = 20
; Deadband (Granularity: 0.1% per unit, max 20.0%)
; Creates a small "no-force" zone at the wheel's center.
; This prevents the wheel from oscillating or "shaking" when driving straight.
; Recommended: 10 (1.0%) to 100 (10.0%).
; Default: 20 = 2.0%
deadband = 20
+12 -2
View File
@@ -266,8 +266,18 @@ reverseBrakeAxis=0
constantForceStrength=100
; Damper strength, used for steering wheel damper effect.
damperStrength=100
; Rumble strength, used for road surface effects.
rumbleStrength=100
; Rumble duration factor from ms to µs, used to scale the duration of the rumble effect.
rumbleDuration=1000
rumbleDuration=1000
; Sets the minimum amount of "weight" or stiffness in the wheel,
; even when the car is stationary or moving slowly.
; Higher values make the wheel feel heavier and less "springy."
baseDamperFraction = 20
; Deadband (Granularity: 0.1% per unit, max 20.0%)
; Creates a small "no-force" zone at the wheel's center.
; This prevents the wheel from oscillating or "shaking" when driving straight.
; Recommended: 10 (1.0%) to 100 (10.0%).
; Default: 20 = 2.0%
deadband = 20
+11 -1
View File
@@ -218,8 +218,18 @@ reverseBrakeAxis=0
constantForceStrength=100
; Damper strength, used for steering wheel damper effect.
damperStrength=100
; Rumble strength, used for road surface effects.
rumbleStrength=100
; Rumble duration factor from ms to µs, used to scale the duration of the rumble effect.
rumbleDuration=1000
; Sets the minimum amount of "weight" or stiffness in the wheel,
; even when the car is stationary or moving slowly.
; Higher values make the wheel feel heavier and less "springy."
baseDamperFraction = 20
; Deadband (Granularity: 0.1% per unit, max 20.0%)
; Creates a small "no-force" zone at the wheel's center.
; This prevents the wheel from oscillating or "shaking" when driving straight.
; Recommended: 10 (1.0%) to 100 (10.0%).
; Default: 20 = 2.0%
deadband = 20