1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.37 Bug Reporting thread
    Solutions and more information may already be available.

Oil Cooler for the ETK K Series ?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Ty2525, Dec 9, 2017.

  1. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    Hello, My game version is 0.10 fyi, is there an oil cooler for the ETK K series ? I have a modded engine for it but the oil gets a little toasty. If there is one that will work for my game version can you link it? Thanks.
     
  2. SandwichesANDmilk

    SandwichesANDmilk
    Expand Collapse

    Joined:
    Jul 10, 2016
    Messages:
    1,452
    why not 0.11?
     
    • Agree Agree x 1
  3. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    Beamgn drive lost my purchase records so I can't update the game, please don't complain about the lack of details about this, you have no idea how many times I told my life story to people.
    --- Post updated ---
    However, can we please try to stay on topic?
     
  4. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,698
    Contact us: https://support.beamng.com/
    If you purchased the game, we will find a way to retrieve your order.

    You need to put in the message:
    - The store you purchased the game from
    - The email you used in the order
    - If you have purchased from our old store, the Order ID (starts with 'BEA')


    Aside that, I don't think you will find much for outdated versions.
     
  5. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    Alright well I am updating it right now. Is there one for the new version I can use?
     
  6. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,698
    0.11.0.3.
    Retrievable from Steam or Humble Bundle (depending from where you got the game)
     
  7. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    If you're wondering where I got the update, I got it from humble bundle or whatever its called.
     
  8. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,698
  9. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    Yes but this post was about a oil cooler, do you know of one?
     
  10. Ai'Torror

    Ai'Torror
    Expand Collapse
    QA, Mod Support, Vehicle Physics
    BeamNG Team

    Joined:
    Aug 29, 2015
    Messages:
    1,540
    --- Post updated ---
    As far as I know there isn't an official one, but you can easily make one yourself.
    Just add a part of code for oil cooling:
    Code:
            "oilRadiatorArea":0.16,
            "oilRadiatorEffectiveness":1000,
            "oilThermostatTemperature":95
    
    into the ETK radiator code and It will fix the cooling :)
    Here is an example of an added oil cooler (but for moonhawk)
    Code:
    "moonhawk_radiator_v10_performance": {
        "information":{
            "authors":"BeamNG",
            "name":"V10 Performance Radiator with Oil Cooler",
            "value":300,
        }
        "slotType" : "moonhawk_radiator",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["moonhawk_radiator", ["moonhawk_radiator","moonhawk_radsupport"]],
        ],
        "mainEngine":{
            "radiatorArea":0.7,
            "radiatorEffectiveness":24500,
            "coolantVolume":32,
            "radiatorFanType":"electric",
            "radiatorFanTemperature":90,
            "radiatorFanMaxAirSpeed":6,
            "thermostatTemperature":80
            "oilRadiatorArea":0.16,
            "oilRadiatorEffectiveness":1000,
            "oilThermostatTemperature":95
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //Radiator
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"moonhawk_radiator"},
             {"nodeWeight":3.56},
             ["rad1", 0.0, -2.05, 0.6{"engineGroup":"radiator"}],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":1660830,"beamDamp":168},
              {"beamDeform":11970,"beamStrength":"FLT_MAX"},
              {"deformGroup":"radiator_damage","deformationTriggerRatio":0.05}
              //radiator
              ["rad1","s1"],
              ["rad1","s1r"],
              ["rad1","s1l"],
              ["rad1","s3r"],
              ["rad1","s3l"],
              ["rad1","s5"],
              ["rad1","s6"],
              ["rad1","s6r"],
              ["rad1","s6l"],
              ["rad1","s7"],
              {"deformGroup":""}
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    },
    
    --- Post updated ---
    Okay scratch it... Here is an oil cooler for you... Just drop it into your mods folder and equip the "Race radiator with oil cooler" from the parts menu.
     

    Attached Files:

  11. Ty2525

    Ty2525
    Expand Collapse

    Joined:
    Nov 5, 2017
    Messages:
    60
    Alright thank you very much.
     
    • 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