Separate names with a comma.
Check in part editor. Most likely it doesn't have an actual oil pan part, it only has damage groups set on certain nodes that my code can't find...
Sorry to bother you again about this but do you have an ETA on when this will be in the game? I don't like editing vanilla scripts unless I...
Good call, as of now I have no idea when the slot table will be added. I hoped it would be done by now but devs haven't released a patch since...
It's done at repair garages. If you have all the needed nitrous parts it will give you the option to refill it. Also I might as well give you...
That's pretty much what I understood from the allowing of duplicate slot ids, using slot paths as keys is needed to differentiate and avoid...
Well that's weird, I don't see why they would fix it then break it again.
Oh wow this is a pretty big change. Is there any advantage to allowing multiple slots with the same id VS just giving a unique id to each slot?...
From what I read the load function was broken and just didn't do anything until one of the hotfixes released. It's highly unlikely that they would...
[ATTACH] Is there a reason why this couldn't have been added alongside the existing chosenParts table instead of replacing it? I mean chosenParts...
Unfortunately still broken lol, not sure why someone in the RLS thread said that it was fixed. Tried it in safe mode and it still breaks hinges....
The mod always breaks with major game updates. Nothing I can do about it other than fix everything that broke which will take a few days. This one...
Ingame map is planned, not sure when it'll be added. For missing parts, this is simultaneously on purpose and there isn't really anything I can do...
Nice, thanks for the code sample! I'll keep it in mind for whenever I have enough time to work on this.
Bigmap has to be disabled because of the fast travel feature that causes a bunch of bugs especially with health enabled. I'd basically have to...
Yeah I'm going to update tutorials eventually, this is just not very high priority because the amount of people looking to extend the mod is very...
Cars spawning without engines or wheels isn't an issue, this was added in 1.17.4 to behave like the used shop in SLRR. It's not affected by...
Basically you send data to UI apps from lua with: local guihooks = require('guihooks') guihooks.trigger("myHook", myData) And in the UI app...
So to answer your questions I should explain the concept of virtual filesystem BeamNG uses. Your game has files that can reside in the install...
Modifying a function so that it works both for your usage and is still compatible with the standard game is doable and often necessary when making...
Either your missing a part or you haven't exited part edit safe mode.