Solved Pessima chmsl not reacting to position changes

Discussion in 'Mod Support' started by SSRG, Jan 14, 2024.

  1. SSRG

    SSRG
    Expand Collapse

    Joined:
    Jun 17, 2023
    Messages:
    4,338
    So, the chmsl flexbody line looks like this:
    Code:
            ["pessima_chmsl", ["pessima_body"], {"pos":{"x":0, "y":-0.25, "z":0}}],
    
    but it isn't moving. It's stuck in its default position.
    Is there a reason why?

    In the meantime I'll just make a separate mesh that's the chmsl but moved.
    --- Post updated ---
    Still looking into ti but I think I'll figure it out on my own.
    --- Post updated ---
    Update: it should work if you do it like this:
    Code:
            ["pessima_chmsl", ["pessima_body"],[],{"pos":{"x":0, "y":-0.25, "z":0}}],
    
    I forgot the [], apparently :p
     
  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