Problem with skeleton?

Discussion in 'Content Creation' started by ✖BETONOMESHALKA✖, Sep 20, 2016.

  1. ✖BETONOMESHALKA✖

    ✖BETONOMESHALKA✖
    Expand Collapse

    Joined:
    Jan 4, 2016
    Messages:
    53
    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 :(
     
    • Like Like x 1
  2. mumboking

    mumboking
    Expand Collapse

    Joined:
    Jun 11, 2015
    Messages:
    1,400
    To start with, are you sure your mesh is correctly scaled?
     
  3. IvanGF14

    IvanGF14
    Expand Collapse

    Joined:
    Sep 15, 2013
    Messages:
    176
    I want to know how to fix this, im having the same problem with my ETK 200. Any ideas? Thanks :)
     
  4. Bernd

    Bernd
    Expand Collapse

    Joined:
    Dec 27, 2015
    Messages:
    1,387
    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 :).
     
    #4 Bernd, Sep 20, 2016
    Last edited: Sep 20, 2016
  5. ✖BETONOMESHALKA✖

    ✖BETONOMESHALKA✖
    Expand Collapse

    Joined:
    Jan 4, 2016
    Messages:
    53
    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!!
     
    • Like Like x 1
  6. Aleferna_dls

    Aleferna_dls
    Expand Collapse

    Joined:
    Oct 10, 2015
    Messages:
    258
    I see you've made a megane... nice to see a generalist european car! ;) (there are many in spain)
    Cheers :D
     
  7. ✖BETONOMESHALKA✖

    ✖BETONOMESHALKA✖
    Expand Collapse

    Joined:
    Jan 4, 2016
    Messages:
    53
    :)
     
  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