Unsolved jbeam issues with updating suspention to 0.8

Discussion in 'Mod Support' started by JBatic, Mar 21, 2017.

  1. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    hello again I am having some issues updating the suspension in the bronco to current standards. my issue is with global wheels where they aren't attaching to the axles and some potential alignment issues
    thanks
    (I decided to reuse this thread instead of starting a new one like I have in the past)
    old post
    hello again I am having some issues with modding the D series camper into a removable top, so far I have just replaced pickup with bronco but for the life of me can't figure out what the error is. I could also use some help on how to attach it to my truck
     

    Attached Files:

    #1 JBatic, Mar 21, 2017
    Last edited: Mar 29, 2017
  2. meywue

    meywue
    Expand Collapse
    Administrator
    BeamNG Team

    Joined:
    Nov 19, 2015
    Messages:
    339
    First of all missing closing curly bracket in line 7 of you bronco_top.jbeam.

    Code:
    {
    "bronco_top": {
        "information":{
            "authors":"MB201,jbatic,BeamNG",
            "name":"Removeable Top",
            "value":300,
        },
    Whenever a vehicle does not appear at all it's most-probably a parsing error in one of jbeam files.
     
  3. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    thanks! now I can adjust it to fit.
     
  4. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    bump because new issue :confused:
     
  5. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    anyone know what is going on?
     
  6. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    A physical connection between wheel and hub is missing. :)

    This:
    Code:
       {"breakGroup":"wheel_FR"},
       ["hu2r","a5r"],
       ["hu2r","a4r"],
       ["hu3r","a5r"],
       ["hu3r","a4r"],
    
       {"breakGroup":"wheel_FL"},
       ["hu2l","a5l"],
       ["hu2l","a4l"],
       ["hu3l","a5l"],
       ["hu3l","a4l"],
    
       [...]
    
    Should be:
    Code:
       ["hu5r","fw1rr",],
       ["hu5r","fw1r"],
       ["hu1r","fw1r"],
       ["fw1r","a5r"],
       ["fw1r","a4r"],
       ["fw1rr","a5r"],
       ["fw1rr","a4r"],
       ["fw1rr","hu1r"],
       ["hu4r","fw1r"],
       ["hu4r","fw1rr"],
    
       {"breakGroup":"wheel_FL"},
       ["hu5l","fw1ll",],
       ["hu5l","fw1l"],
       ["hu1l","fw1l"],
       ["fw1l","a5l"],
       ["fw1l","a4l"],
       ["fw1ll","a5l"],
       ["fw1ll","a4l"],
       ["fw1ll","hu1l"],
       ["hu4l","fw1l"],
       ["hu4l","fw1ll"],
    
       [...]
    
    Same at the rear, where the nodeOffset for the hub should also be modified as follows:
    Code:
      ["bronco_hub_R","bronco_hub_R_6","Rear Wheel Hubs", {"nodeOffset":{"x":"$trackwidth_R", "y":1.087, "z":0.4101}}],
    EDIT - Picture and files added
     

    Attached Files:

    #6 Deleted member 160369, Apr 4, 2017
    Last edited by a moderator: Apr 4, 2017
    • Like Like x 1
  7. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    Thank you! I will fix this now
     
    • Like Like x 1
  8. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Some nodes positioning might need a little bit of adjustment.

    The rear brakes are still misaligned and both tracks are a tad too wide.

    :)
     
  9. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    I'll look at the bakes but I can definitely fix the track
     
    • Like Like x 1
  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