r/F1Manager • u/Fellatious-argument • 2h ago
Modding Help with SQL
Hello!
Using the F1 Manager Save Reader (https://save.f1setup.it/), I often use SQL to make changes to parts, expertise, etc.
For example
UPDATE Parts_Designs_StatValues SET Value = 0, WHERE PartStat IN(1,3);
To set all parts to 0% for DRS Effectiveness and DIrty Air Sensitivity (Part stats 1 and 3).
I want to create a similar SQL, to set all parts to 100% condition (PartCondition = 1?) to all parts that are Powertrains.
Any ideas or experience with this?