Question / Support Solved Please help with this Automation ->Beam spring issues

Discussion in 'Automation' started by Etrion, Feb 27, 2025.

  1. Etrion

    Etrion
    Expand Collapse

    Joined:
    Jan 17, 2025
    Messages:
    7
    30 Second video shows it, I am plagued by this issue on a few of my builds this one is especially bad, totally ruins the build, game, drivability it all sucks. Here is the short, I know about the OP builds having too much flex due to power vs weight... this is not that, this car has fairly normal power but the needles flex like crazy, strangely along the same plane which tells me the thing their attached too is flexing but as you can see from video their not on a uniform plane. I tried increase / lower spring strength totally deleted all the dash saved, reloaded.. !everything! Literally the same issue persists even when dash has been deleted, placed again, pushed apart etc etc. Only a few of my builds are plagued by this issue others are just as tightly packed if not tighter and work just fine or as intended. Please help I only have a few marbles of sanity left to speak of and those are currently rolling about the floor in hopes of escape.

    I've also attached the car in question, if someone could help me understand the issue I could fix the other four having the same.



    Edit: Fixed it myself here is how.. Someone mentioned to me it is a damp spring strength balancing act issue and to increase lower strengths. this was incorrect for this issue and did absolutely nothing but make even more issues. that being said his theory was not all wrong. it is simply an issue of more connections needed in order to "secure the element" I will post here a B4 and After

    old code:
    //06116_EFixtureType::EFT_INTERIOR_PROP_80:
    {"beamStrength":"FLT_MAX"},
    {"beamDeform":10000},
    {"breakGroup":""},
    {"breakGroupType":0},

    {"beamSpring":10000,"beamDamp":15},
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "06116_EFixtureType::EFT_INTERIOR_PROP_80_1", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "06116_EFixtureType::EFT_INTERIOR_PROP_80_2", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "06116_EFixtureType::EFT_INTERIOR_PROP_80_2", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a82", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a82", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a82", { }],

    new code:
    //06116_EFixtureType::EFT_INTERIOR_PROP_80:
    {"beamStrength":"FLT_MAX"},
    {"beamDeform":10000},
    {"breakGroup":""},
    {"breakGroupType":0},

    {"beamSpring":10000,"beamDamp":15},
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "06116_EFixtureType::EFT_INTERIOR_PROP_80_1", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "06116_EFixtureType::EFT_INTERIOR_PROP_80_2", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "06116_EFixtureType::EFT_INTERIOR_PROP_80_2", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a82", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a46", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_0", "a46", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_1", "a82", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a83", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a51", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a50", { }],
    ["06116_EFixtureType::EFT_INTERIOR_PROP_80_2", "a82", { }],

    So to stop the needles from flexing like a tryhard at the gym I added two new lines to attach to a nearby node named a46 on all four needles and tadaaaaaaa it's fixed solid as a rock.
     

    Attached Files:

    #1 Etrion, Feb 27, 2025
    Last edited: Mar 6, 2025
  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