Hello! I have a question. Im converting a vehicle on Pessima skeleton (but skeleton i want to fully change). Problem: wheels arent take their place. If i move the suspension skeleton - wheels is exploding. How i can move the wheels with the suspension? sorry for my english grammar
In the suspension jbeam, at the part where the wheel is attached, is a node offset for the wheel in the "slots" section. ETK 800 example: Code: slots": [ ["type", "default", "description"] ... ["wheel_R_5","etk_wheel_03a_18x9_R", "Rear Wheels", {"nodeOffset":{"x":"$trackwidth_R", "y":1.56, "z":0.32}}], ... ], You have to edit the y axis if the wheel needs to be moved forward/backward , x is the trackwith, editable in the config menu in this case. Nodes need to be moved, too, just like you did already. In case you have to move the wheels further than trackwith allowes, edit the min/max values in the "variables" section: Code: "variables": [ ["name", "type", "unit", "category", "default", "min", "max", "title", "description"] ..... ["$trackwidth_R", "range", "m", "Alignment", 0.295, 0.285, 0.305, "Rear Track Width", "Widen or narrow the wheel track"{"stepDis":0.005}] ], 0.295 is default, 0.285 min, 0.305 max in this case. Btw, it's called jbeam, not sceleton, just to make sure everyone knows what you are talking about .
Yes, its correct. --- Post updated --- Oh, thank you!! ) I tried to open suspension jbeam in nodebeameditor, so I think that it is a skeleton Thank you very much!!
I see you've made a megane... nice to see a generalist european car! (there are many in spain) Cheers