Unsolved Missing fender?

Discussion in 'Mod Support' started by Ezo, Jul 22, 2017.

  1. Ezo

    Ezo
    Expand Collapse

    Joined:
    Jan 11, 2016
    Messages:
    877
    Allright it happened to me one time but after constantly ctrl+r it fixed it self, but for my friend takumi, it still not works, so some modder or tdev or someone knows why this bug happens?
    here is a pic taken by @Fujiwara Takumi showing the issue:

    the fender is selected and on the car, it has its mesh named correctly and all, it works perfectly for me, so someone knows why this happens and how to fix it?
     
  2. Inertia

    Inertia
    Expand Collapse

    Joined:
    Dec 29, 2015
    Messages:
    1,692
    Check that the flexbody is grouped to the correct nodegroup, otherwise it won't show up and won't show a console error either.

    Code:
    "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["fullsize_fender_R", ["fullsize_fender_R"]],
                 //                              ^^^^^^^^^^^^^^^^^^
     ],
    Code:
    "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--FENDER--
             //r
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"collision":true}
             {"selfCollision":true},
             {"group":"fullsize_fender_R"},
    //                       ^^^^^^^^^^^^^^^^^
             {"nodeWeight":1.24},
             ["fe1r", -0.94, -0.83, 0.25],
             ["fe2r", -0.94, -1.04, 0.25],
             ["fe3r", -0.98, -0.84, 0.60],
             ["fe4r", -0.97, -1.45, 0.71],
             ["fe5r", -0.94, -1.81, 0.58],
             ["fe6r", -0.91, -1.99, 0.58],
             ["fe7r", -0.91, -0.80, 0.95],
             ["fe8r", -0.89, -1.47, 0.91],
             ["fe9r", -0.86, -1.87, 0.85],
             ["fe10r", -0.81, -2.13, 0.77],
             ["fe11r", -0.78, -2.12, 0.33],
    ],
     
  3. Ezo

    Ezo
    Expand Collapse

    Joined:
    Jan 11, 2016
    Messages:
    877
    The fender jbeam is still a sunburst one, i dont modifyed it yet, and the flexbody match with the mesh name :confused: but whats funny is that is only this fender, i copyed the jbeam and used it to another fender and it doenst happened :confused:
     
  4. Inertia

    Inertia
    Expand Collapse

    Joined:
    Dec 29, 2015
    Messages:
    1,692
    Any errors relating to it in console?
     
  5. Ezo

    Ezo
    Expand Collapse

    Joined:
    Jan 11, 2016
    Messages:
    877
    No errors in the console
     
  6. Inertia

    Inertia
    Expand Collapse

    Joined:
    Dec 29, 2015
    Messages:
    1,692
  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