Hello, I would like to ask you to clarify what is this big mistake. Greetings to the author of the mod.
The variable system I used for my rudimentary air-drag system, that makes it so that removal of body panels INCREASES drag instead of decreasing it and that there are add on parts which decrease drag, broke due to the 0.26 update. The devs changed the way variables were loaded, them not being able to overwrite one another was an unintended oversight of this. And as this entire system relied on overwriting structure to function, it doesn’t work currently. The devs are likely to fix this in a hotfix update, however I was also told that my original solution of using "$+scaleDragCoef" (and other math) should work now as that has been improved too, so I will test the functionality of that tomorrow and replace the current system with that. Gets rid of all the variable spam. TLDR: My air drag system broke due to the update and thus every config of the mod has immense drag (and thus no top speed)
So every $+variable works, even when used multiple times? That would be REVOLUTIONARY, why was this not even mentioned in the changelog???
I will add that after a hotfix for the air drag if the devs don’t fix it before i do I‘ll add a bunch of 0.26 features in an update --- Post updated --- Yeah about that, I would have to test it. On my initial testing earlier this year $+/-scaleDragCoef did not work at all so I’ll test that