mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-22 22:37:59 +03:00
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:
committed by
Dniel97
co-authored by
HaseoSora
parent
3182720890
commit
1a7a53f328
Vendored
+11
@@ -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
|
||||
|
||||
Vendored
+12
-2
@@ -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
|
||||
|
||||
Vendored
+11
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user