Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Tire health not reducing #61

Open
Badboi2k24 opened this issue Apr 15, 2024 · 0 comments
Open

Tire health not reducing #61

Badboi2k24 opened this issue Apr 15, 2024 · 0 comments

Comments

@Badboi2k24
Copy link

Hello,

I've got an issue with the tyres not degrading, I've changed the values as follows to check if and there is not degration,

config.tires = { -- manipulação dos pneus @item = nome do item, @degrade = degradação percentual para cada tick de MS.
[1] = {label = 'Pneus de Rua', item = 'street_tires', degrade = 10.00, handling = {fLowSpeedTractionLossMult = 1.1,fTractionLossMult = 1.1,fTractionCurveMin = 1.2, fTractionCurveMax = 1.0, fTractionCurveLateral = 1.25}, cost = 10000},
[2] = {label = 'Pneus Esportivos', item = 'sports_tires', degrade = 0.02, handling = {fLowSpeedTractionLossMult = 0.9,fTractionLossMult = 0.9,fTractionCurveMin = 1.1, fTractionCurveMax = 1.1, fTractionCurveLateral = 1.0}, cost = 211000},
[3] = {label = 'Pneus de Corrida', item = 'racing_tires', degrade = 0.03, handling = {fLowSpeedTractionLossMult = 0.65,fTractionLossMult = 0.7,fTractionCurveMin = 1.25, fTractionCurveMax = 1.35, fTractionCurveLateral = 0.7}, cost = 215000},
[4] = {label = 'Pneus de Arrancada', item = 'drag_tires', degrade = 0.1, handling = {fLowSpeedTractionLossMult = 0.7,fTractionLossMult = 2.1,fTractionCurveMin = 1.91, fTractionCurveMax = 0.4, fTractionCurveLateral = 1.4}, cost = 55000},
[5] = {label = 'Pneus de Drift', item = 'drift_tires', degrade = 100.0, handling = {fLowSpeedTractionLossMult = 1.0,fTractionLossMult = 1.0,fTractionCurveMin = 1.0, fTractionCurveMax = 1.0, fTractionCurveLateral = 1.0}, cost = 45000},
}

any ideas?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant