
Originally Posted by
lordpantsington
Small bump to add that missing completely from the garage settings are damper canister pressures. A simple multiplier (like brake pressure) could be used to simulate this.
More info about multiple spring systems:
Until the Tender/helper binds, the spring rate for a multi-spring coilover is: (Main Rate x Tender) / (Main Rate + Tender Rate). After it binds the rate is simply the rate of the main spring. It appears that a multi-spring system provides more rebound travel, and softens the ride when using higher main spring rates.
At the very least 3 additional parameters per corner would be needed in the HDV to use a secondary spring, Something like:
Spring2Travel=-0.036 //defines the wheel location where the spring rate is using only the main.
Spring2Range=(43000, 1000, 1)
Spring2Setting=0
It appears that rf & rf2 initializes a car with no load on the tires, (suspension position 0), and then drops the body to determine load which also defines the static suspension position (Load/spring rate-taking geometry into account). The distance from full extension to where the bump rubber is contacted is determined by the travel entries in the HDV. The upper limit of suspension position is limited by the rising rate of the bump rubber.
I see no reason why another step cannot be implemented. It seems to be how bump rubbers are already being used. Instead of the car starting out on main springs then transitioning to combined main/bump rubber rates, it starts on combined main/secondary spring, transition to main only, then transition to combined main/bump rubber.
That was the simple addition. Something more in-depth considers total damper travel, bump rubber lengths/compressibility, free and block lengths of the springs. Probably means more behind the scenes coding, but at least we could implement actual bump rubber rates, and real life spring data. I would love to see available travel to bind change due to spring rate change, and be able to compensate by changing the free length or adjusting the size/stiffness of bump rubber.