Solved How to get brake thermals?

Discussion in 'Mod Support' started by charly777, Aug 15, 2016.

  1. charly777

    charly777
    Expand Collapse

    Joined:
    Apr 6, 2016
    Messages:
    33
    I have an old mod and want to add this feature. Where can I find the jbeam lines and where do I have to place them ?
     
  2. meywue

    meywue
    Expand Collapse
    BeamNG Team

    Joined:
    Nov 19, 2015
    Messages:
    346
    Hey,

    take a look at the hatch_brakes.jbeam for example.
     
  3. synsol

    synsol
    Expand Collapse
    QA Lead
    BeamNG Team

    Joined:
    Aug 4, 2013
    Messages:
    1,475
    here is the code you need to add to your jbeam brakes (here etk800 values) :


    Code:
     "pressureWheels": [
           
        // Here the other brakes parameters
           
            //brake thermals        <----------
            {"enableBrakeThermals":true},
            {"brakeDiameter":0.312},
            {"brakeMass":8.5},
            {"brakeType":"vented-disc"},
            {"rotorMaterial":"steel"},
            {"brakeVentingCoef":1.0},
        ],
     
  4. charly777

    charly777
    Expand Collapse

    Joined:
    Apr 6, 2016
    Messages:
    33
    Thank you , worked !
     
  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