Ziubson
Registered
Hello!
I'm trying to adjust tyrewear in my mod, and i have a little problem. In "DegradationPerWearFraction" table i set value = 0 at the end to lost grip when the tire is gone. But unfortunately in game it's happening when wear is ~60% (it is 40% tire "to use"). My question is - why and how to fix it?
I don't understand what values of "AbrasionCurveWLFStartStep" mean. I read "rF2_TGM_TyreTool_QuickStart_V3", but there is not clear info about this parameter. Can somebody explain me what "start" and "step" value doing?
This is [Realtime] tab from TGM file of front tires.
Sorry for my high level english! I'm from Pasha London Sqool (if you know what i mean
)!
I'm trying to adjust tyrewear in my mod, and i have a little problem. In "DegradationPerWearFraction" table i set value = 0 at the end to lost grip when the tire is gone. But unfortunately in game it's happening when wear is ~60% (it is 40% tire "to use"). My question is - why and how to fix it?
I don't understand what values of "AbrasionCurveWLFStartStep" mean. I read "rF2_TGM_TyreTool_QuickStart_V3", but there is not clear info about this parameter. Can somebody explain me what "start" and "step" value doing?
This is [Realtime] tab from TGM file of front tires.
Code:
[Realtime]
StaticBaseCoefficient=3.455
SlidingBaseCoefficient=2.744
AbrasionCurveWLFStartStep=(-6.5, 0.5)
AbrasionVolumePerUnitEnergy=(3.9366E-9,3.67416E-9,3.162402E-9,2.722815E-9,2.316033E-9,1.9125315E-9,1.5451155E-9,1.213785E-9,9.1854E-10,6.987465E-10,5.51124E-10,4.428675E-10,3.838185E-10,3.67416E-10,3.706965E-10,3.87099E-10,4.035015E-10,4.26465E-10,4.52709E-10,4.822335E-10,5.150385E-10,5.872095E-10,6.725025E-10,7.61076E-10,8.562105E-10,1.010394E-9,1.213785E-9,1.50903E-9,1.948617E-9,2.539107E-9,2.9426085E-9,3.313305E-9)
DegradationPerWearFraction=(0.9999,1,0.999,0.9976,0.9966,0.9957,0.9949,0.9942,0.9936,0.993,0.9925,0.992,0.9915,0.991,0.9905,0.99,0.9895,0.989,0.9885,0.988,0.9875,0.987,0.9865,0.986,0.9855,0.985,0.9845,0.984,0.9834,0.981,0.974,0)
DegradationCurveParameters=(398.15,4400)
DegradationPerUnitHistory=(1,0.985,0.971,0.963,0.958,0.955,0.9525,0.9501,0.9478,0.9456,0.9435,0.9415,0.9396,0.9377,0.9358,0.9339,0.932,0.9301,0.9282,0.9263,0.9244,0.9225,0.9206,0.9187,0.9168,0.9148,0.9126,0.91,0.9068,0.9024,0.8964,0.89)
MassInertiaMultiplier=(1.11,1.11,1.11,1.11)
TemporaryRingDamper=(0.037,0.055,0.055,0.133,0.086,0.086)
TemporaryBeltSpring=(2.20e6,2.48e6)
TemporaryBeltDamper=(55,65)
BaseSpringPerUnitArea=(2.63e8,1.00e8,3.00e8)
BaseDamperPerUnitArea=(2364,1900,2600)
VerticalDampingMultiplier=(3,1.46,0.58,0.62,0.58,1.46,3)
HystereticVerticalDamperPerUnitArea=500
RingStiffnessMultiplier=(1,1,1,0.4,0.99,0.99)
LoadVsDeflectionMultiplier=1
LateralDistributionMultiplier=0.8
MarbleEffectOnEffectiveLoad=-0.1
TerrainWeightOnContactTemperature=0.12
WLFParameters=(249.15,50,-8.86,51.5)
StaticRoughnessEffect=-0.2
GrooveEffects=(0.1,0.1,0.082,0.054)
GrooveSqrdEffects=(0,0,-0.007,-0.03)
DampnessEffects=(-0.19,-0.24,-0.17,-0.1)
TemporaryGripLossForWetness=0.35
StaticCurve=(173,0.61,373,1.176,673,0.61)
SlidingAdhesionCurve=(-8.8,0.4,-5,1.7,-1.2,0.2)
SlidingMicroDeformationCurve=(-5,0.3,-1.2,1.8,2.1,0.3)
SlidingMacroDeformationCurve=(-1.2,0.2,2.1,2,5.8,0.4)
RubberPressureSensitivityPower=(-8.5,3.00e6,5.0e5,1)
IgnitionParameters=(500,0.067,75)
SizeMultiplier=(1.244,1.015152)
ThermalDepthAtSurface=0.00009
ThermalDepthBelowSurface=0.0004
BristleLength=0.16
DampingHeatEnergy=(0.95,0.38,0.71)
InternalGasHeatTransfer=(8.6,4.3,0.6)
ExternalGasHeatTransfer=(6.4,3.2,0.6)
GroundConductance=(1750,0.0055,0)
WetConductance=(730,730,0,0)
TireRadiationEmissivity=0.94
InternalGasSpecificHeatAtConstantVolume=(250,716)
InternalGasSpecificHeatAtConstantVolume=(300,718)
InternalGasSpecificHeatAtConstantVolume=(350,721)
InternalGasSpecificHeatAtConstantVolume=(400,726)
InternalGasSpecificHeatAtConstantVolume=(450,733)
InternalGasSpecificHeatAtConstantVolume=(500,742)
Sorry for my high level english! I'm from Pasha London Sqool (if you know what i mean