Unsolved How to make radiator stronger

Discussion in 'Mod Support' started by Peter Beamo, Jul 30, 2017.

  1. Peter Beamo

    Peter Beamo
    Expand Collapse

    Joined:
    Jun 27, 2016
    Messages:
    3,200
    Is there a way to make a radiator hard to break? make it stronger?
     
  2. Godzilla!

    Godzilla!
    Expand Collapse

    Joined:
    Mar 17, 2013
    Messages:
    2,248
    I've never done this before, but try messing with the deformationTriggerRatio codes by changing the number.
    Code:
    ///taken from Roamer radiator
       "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":501000,"beamDamp":50},
              {"beamDeform":1000,"beamStrength":"FLT_MAX"},
              //radiator shape
              {"deformGroup":"radiator_damage","deformationTriggerRatio":0.02},
              ["f1r","fr5l"],
              ["f1l","fr5r"],
              ["f1","fr5"],
              ["f4r","f4l"],
              //radiator crush
              {"deformationTriggerRatio":0.04},
    Rising the number will probably make the radiator stronger.
     
    • Informative Informative x 1
  3. Peter Beamo

    Peter Beamo
    Expand Collapse

    Joined:
    Jun 27, 2016
    Messages:
    3,200
    1 thing is there is no deformationTriggerRatio in fullsize radiator
     
  4. Godzilla!

    Godzilla!
    Expand Collapse

    Joined:
    Mar 17, 2013
    Messages:
    2,248
    the fullsize radiator's deformationTriggerRatio code is in fullsize_body.jbeam (lines 1215 to 1298)
     
    • Like Like x 1
  5. KJP12

    KJP12
    Expand Collapse

    Joined:
    Jul 26, 2016
    Messages:
    669
    You can raise the beamDeform number & as Godzilla said, the ratio. If you mean physically stronger, as in keep it to the frame, increase the beamStrength on the beams connecting the radiator to the frame.
     
    • 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