[Solved]Node offset is not moving wheels, need help

Discussion in 'Content Creation' started by Narwhal, Jun 15, 2016.

  1. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    Node offset isnt moving wheels.

    i put node offset onto the suspension slot in the pessima jbeam and it moves the suspension foward. all is good. Then i put node offset onto the hubs in the pessima suspension jbeam and they dont move. at all. i can not figure out whats wrong. I have the correct part selected too. This method works on teh hatch AND the pickup, the only other two i have tested this method with.
    here is the code for the wheel hub.

    Code:
     ["pessima_hub_R","pessima_hub_R_4", "Rear Wheel Hubs",{"nodeOffset":{"x":"$trackwidth_R", "y":1.125, "z":0.29}} ],
     
  2. meywue

    meywue
    Expand Collapse
    Administrator
    BeamNG Team

    Joined:
    Nov 19, 2015
    Messages:
    340
    Hey,

    thanks for letting us know. It seems to be a problem in the parser. I already forwarded it to one of our devs.

    For now try to change the order of the lines within 'slots'.
     
  3. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    Hi,
    sadly that did not work. I tried changing where the rear suspension slot within the slots section was located in the body jbeam as well as moving the hub slot around in the rear suspension jbeam.
     
  4. gabester

    gabester
    Expand Collapse
    Vehicle Director
    BeamNG Team

    Joined:
    Jun 6, 2012
    Messages:
    2,653
    Node offset needs to be applied to the wheel slot too, not just the hubs, since it doesn't spill into the next slots anymore.
     
    • Like Like x 1
  5. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    Wheel slot as in wheeldata? if so that didnt work either sadly. I applied node offset to everything and it did affect everything except the wheels.
    heres my slots part of the rear suspension.
    Code:
        "slots": [
            ["type", "default", "description"]
              ["pessima_wheeldata_R","pessima_wheeldata_R", "Rear Spindles"{"coreSlot":true}{"nodeOffset":{"x":"$trackwidth_R", "y":0.325, "z":0.29}}],
           ["pessima_coilover_R","pessima_coilover_R", "Rear Struts"],
            ["pessima_swaybar_R","pessima_swaybar_R", "Rear Sway Bar"],
            ["pessima_differential_R","", "Rear Differential"],
            ["pessima_hub_R","pessima_hub_R_4", "Rear Wheel Hubs", {"nodeOffset":{"x":"$trackwidth_R", "y":0.325, "z":0.29}}],
     ],
     
  6. gabester

    gabester
    Expand Collapse
    Vehicle Director
    BeamNG Team

    Joined:
    Jun 6, 2012
    Messages:
    2,653
    The wheel slot is inside the hub part. Go find the hub's slots section and put the nodeOffset in the wheel slot.
     
    • Like Like x 1
  7. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    That did it! Thank you for the help!
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice