Separate names with a comma.
Fixed issues with driveshaft part condition not resetting properly.
New Features Complete UI Overhaul. The new UI supports more features such as repair prices and fixing multiple parts at once. The old UI is still...
If Safe Mode fixes the issue then the problem is likely somewhere inside your user folder. Deleting the entire user folder is usually the quickest...
Thanks everyone for all the support and feedback, V3 is nearly complete and will be releasing hopefully within a week. [MEDIA] Along with the...
Currently the only things being saved are node/beam positions and fuel levels, I did look into saving engine fluid levels like coolant and oil,...
The lua functions you are trying to call are only part of the "wheels" extension, you can use "dump(wheels)" in the vehicle lua console to see...
Adds a new option that fixes parts more "aggressively", forcing any additional nodes or beams that are directly connected to the selected part to...
You can simply make a function return multiple values like `return a, b, c`. It is also more performant than returning a table.
The front suspension, especially the steering, is usually the most sensitive part when doing repairs. It’s probably just a bit of frame damage...
I've had that issue a couple times, it is usually caused by the mounting points for the part being too displaced from damage. I'm testing a fix...
I'm currently working on a total UI rewrite for v3, but in the meantime you can resolve your problem by resizing the UI in the UI manager. You...
Well that would be the problem, version 1-5 only works in 0.36. With 0.37 I released the v2 version on the repo....
That is very odd, it seems like the lua extension is not being loaded properly. I am unable to recreate that but based on what I see the repair...
There is a lot of inconsistencies in the part names, so filtering certain parts out of the list would most likely involve having to define them...
I'm posting this early despite it not having a special repair system yet as it seems functional and hasn't caused me any problems in the current...
Adds a new UI app called "Individual Part Repair Menu" that can be used to select individual parts for repair. It also introduces a custom...
I had planned to release V2 yesterday, but the 0.37 update introduced a few unexpected issues that took some time to sort out. Those problems are...
I accidentally deleted the main file and am unable to edit the post so I will post this here. Version 1.5 - New UI, deformGroup fixes and...
The new system I'm writing allows you to add and remove parts using the base game part selector without breaking the save file, meaning you can...
[MEDIA] V2 is coming along well, features like search functionality and saving fuel levels have been added. My current focus is now on writing a...