Hello, everyone; I'm still trying to figure out modding stuff. But I'm stuck on attaching the suspension to the chassis this time. I follow the Tutoformulabee tutorial steps, but when I write the code on the jbeam, it doesn't appear in the game. Could you help me to solve this problem? Thank you in advance.
Hi, I'd recommend importing jbeam files to NodeBEAM Editor as it conveniently displays at the bottom of the window an error message, which tells the line number where the error occurs: https://www.beamng.com/threads/nodebeam-editor-v-0-37.6103/ In your case the problem seems to be in line 43: missing " symbol before "0.21700=-1.147-$caster_F" You can also check the console for error messages.
I always forget to check that console thank you SineMatic! --- Post updated --- I attach the rear suspension without any problems. But when it comes to front, I'm not able to do it. I tried fixing line 43 by copying default values from the original file. But when I launch and close the game, it changes back to the old wrong code.
That's weird.. Do you have any conflicting directories? If folders with same name exist in multiple mods, or there are multiple vehicle parts with the same name, the mod may not load properly
I have fixed that problem. It doesn't give an error when I spawn the car. But this time, it has started to crash the front suspension. It shows as a broken part as soon as I spawn the car. Hope I will figure it out soon.
I just changed the connection points, and interestingly, when I edit beams on the editor, some values change from lines 43 to 47. I've fixed it by copying the original values. So the problem has been solved.