-
Notifications
You must be signed in to change notification settings - Fork 10
Description
[Parameter]
RPMParameter = rpms
ThrottleParameter = throttle
[Audio]
MinRPM = 1200
MaxRPM = 7500
RPMAcceleration = 150 //works
RPMDeceleration = 10000 // Don't work as it should be
GearTime = 1000 ; 1000ms = 1s
Even with the RPM deceleration set to 10,000, it doesn't work as expected. I've tried values ranging from 100 to 10,000, but the RPM still decreases when the vehicle decelerates. Additionally, if multiple cars are created at the same time and I enter one, the sound sometimes attaches to another car instead of the one I'm driving. It's a strange issue, but it happens.
I know this might seem like a waste of time, but I believe you're good at fixing these kinds of problems. If you're busy, that's understandable, but I would appreciate it if you could at least acknowledge when you have a moment to take a look. Thank you!