I made an indestructible oil pan

Discussion in 'Programming' started by golgo1387, Aug 31, 2024.

  1. golgo1387

    golgo1387
    Expand Collapse

    Joined:
    Sep 9, 2023
    Messages:
    130
    Y'all probably already know this, but I just hacked away and found this today.

    I was having problems with the Barstow oil pan getting easily damaged so here's the code I came up with:

    Under the category of "barstow_oilpan_v8_big", change these two lines of these two sections:

    //oilpan node

    {"beamSpring":1501000,"beamDamp":250},

    //{"beamDeform":8000,"beamStrength":"FLT_MAX"},

    {"beamDeform":800000,"beamStrength":"FLT_MAX"},


    //oil ref

    {"beamSpring":1001000,"beamDamp":150},

    //{"beamDeform":25000,"beamStrength":"FLT_MAX"},

    {"beamDeform":2500000,"beamStrength":"FLT_MAX"},

    As you can see all I did was add two zeroes to each of the deformBeam values.
    I tested it out and it works. You'll damage the suspension and engine itself before that oil pan breaks. lol
     
    • 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