Separate names with a comma.
Yeah I'll probably add it as one of the random starting cars. It probably won't see much use in races except for drag. That car is so old it kinda...
Probably needs an update as usual, I haven't had time to check things out yet. I'll release it as soon as I can.
Post the contents of beamLR/mainData here so I can take a look.
Version 1.17.1 has been released, this patch mostly fixes some problems relating to the jbeam caching process added in 1.17 caused by high RAM...
From the item inventory.
See this thread. Long story short I don't think this is possible because the game has a whitelist for connections. Edit: Actually the whitelist...
It might not be a part mod, some vehicle mods will add or change parts. But chances are it's a non repo mod, unless devs allowed the creator to...
Looks like you have a mod with a corrupt jbeam file and this prevents the jbeam caching process from working, which is why you're missing the...
Deactivate all your mods to play for now, it'll skip the jbeam cache generation process because the mod includes jbeam cache files for vanilla....
You can do it manually with console using two commands: ai.setTargetObjectID(12345) ai.setMode("follow") Replace 12345 with the ID of your vehicle...
Yeah it's basically the same reason as when pausing, the game doesn't have enough time to reload the correct odometer value and then uses the...
I haven't made vehicle mods so I might be wrong here but just looking at your code, I think the problem is that you set the electrics.values.gear...
Version 1.17 has been released, this version adds two new interactive areas (car meets and properties), limited garage slots, daily seeded race...
This actually made me check it out because if a 0 value was to blame it could affect non-mod parts. What I found is that this is not the issue,...
That script changed a bit in 0.33, I had already fixed it for next version. Replace the script...
Here's a video preview for update 1.17 which comes with a bunch of new features and improvements such as new interactive areas, seeded race club...
I think others also had issues with the classic engine pack like it shows up in part buying but not part edit, idk about the other one. Try...
Keep it for when it releases if you like the implementation, this project is a hobby to me so I don't want to feel forced to work on it. That...
That's just the race clubs for Utah, there's still East Coast, West Coast and Italy.
This is a single line command to open all doors: for k,v in pairs(controller.getControllersByType("advancedCouplerControl")) do if...