1. Trouble with the game?
    Try the troubleshooter!

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

    Dismiss Notice

Can someone help me? I want to make the Burnside more powerful.

Discussion in 'General Discussion' started by DHR, Jan 2, 2016.

  1. DHR

    DHR
    Expand Collapse

    Joined:
    Apr 6, 2013
    Messages:
    110
    I copied the engine info from the bastow stage 2 engine to the burnside engine and the car was acting weird. So then I copied the 4A Drag Transmission info from the barstow and added it into the burnside jbeam with correct names but I don't have such transmission in the tuning. Can someone help me?
     
  2. Firepower

    Firepower
    Expand Collapse

    Joined:
    Nov 17, 2015
    Messages:
    576
    Can you include the files you've created so we can have a look ?
     
  3. DHR

    DHR
    Expand Collapse

    Joined:
    Apr 6, 2013
    Messages:
    110
    Code:
    {
    "burnside_engine_v8": {
        "information":{
            "authors":"BeamNG",
            "name":"313 CUI V8 Engine",
            "value":1100,
        }
        "slotType" : "burnside_engine",
        "slots": [
            ["type", "default", "description"]
            ["burnside_exhaust_R","burnside_exhaust_R", "Right Exhaust"],
            ["burnside_exhaust_L","burnside_exhaust_L", "Left Exhaust"],
            ["burnside_transmission","burnside_transmission_3A", "Transmission"],
            //["burnside_intake_v8","burnside_intake_v8", "V8 Intake"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_engine_v8", ["burnside_engine"]],
              ["burnside_engbaycrap", ["burnside_body","burnside_radsupport"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["rpmspin"  , "burnside_coolingfan_v8", "e2r","e2l","e4r",  {"x":0, "y":0, "z":0}, {"x":0, "y":1, "z":0}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1],
         ],
        "enginetorque":[
            ["rpm", "torque"]
            [0, 0],
            [500, 885],
            [1000, 1205],
            [2000, 1455],
            [3000, 1565],
            [4000, 1575],
            [5000, 1550],
            [6000, 1510],
        ],
        "engine":{
            "idleRPM":750,
            "shiftDownRPM":2200,
            "shiftUpRPM":5500,
            "highShiftDownRPM":2400,
            "highShiftUpRPM":5500,
            "maxRPM":6100,
            "revLimiterRPMDrop":0,
            "inertia":0.2,
            "burnEfficiency":0.08
            "clutchTorque":1990
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //V8 Engine
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_engine"},
             {"nodeWeight":46.28},
            {"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":600,"baseTemp":500,"conductionRadius":0.1},
             ["e1r", -0.13, -1.07, 0.30],
             ["e1l", 0.13, -1.07, 0.30],
            {"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":600,"baseTemp":500,"conductionRadius":0.2},
             ["e2r", -0.13, -1.64, 0.30],
             ["e2l", 0.13, -1.64, 0.30],
            {"chemEnergy":false,"burnRate":false,"flashPoint":false, "specHeat": false,"selfIgnitionCoef":false,"smokePoint":false,"baseTemp":false,"conductionRadius":false}
             {"engineGroup":"burnside_engine_intake"}
             ["e3r", -0.32, -1.07, 0.76],
             ["e3l", 0.32, -1.07, 0.76],
             ["e4r", -0.32, -1.64, 0.76],
             ["e4l", 0.32, -1.64, 0.76],
             {"engineGroup":""}
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":450000,"beamStrength":"FLT_MAX"},
              //engine
              ["e1r","e1l"],
              ["e2r","e2l"],
              ["e3r","e3l"],
              ["e4r","e4l"],
    
              ["e1r","e2r"],
              ["e1l","e2l"],
              ["e3r","e4r"],
              ["e3l","e4l"],
    
              ["e1r","e3r"],
              ["e1l","e3l"],
              ["e2r","e4r"],
              ["e2l","e4l"],
    
              ["e2r","e3r"],
              ["e2l","e3l"],
              ["e2r","e3l"],
              ["e2l","e3r"],
    
              ["e1r","e4r"],
              ["e1l","e4l"],
              ["e1r","e4l"],
              ["e1l","e4r"],
    
              ["e1r","e2l"],
              ["e1l","e2r"],
              ["e3r","e4l"],
              ["e3l","e4r"],
    
              ["e1r","e3l"],
              ["e1l","e3r"],
              ["e2r","e4l"],
              ["e2l","e4r"],
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_radiator": {
        "information":{
            "authors":"BeamNG",
            "name":"Radiator",
            "value":120,
        }
        "slotType" : "burnside_radiator",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_radiator", ["burnside_radiator","burnside_radsupport"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //Radiator
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_radiator"},
             {"nodeWeight":7.12},
            {"chemEnergy":200,"burnRate":0.4"flashPoint":400,"specHeat":0.8,"smokePoint":150,"selfIgnitionCoef":false},
             ["rad1", 0.0, -1.94, 0.45],
            {"chemEnergy":false,"burnRate":false,"flashPoint":false,"specHeat":false,"smokePoint":false,"selfIgnitionCoef":false},
             ["rad2", 0.0, -1.92, 0.92],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":1660830,"beamDamp":168},
              {"beamDeform":15000,"beamStrength":"FLT_MAX"},
              //radiator
              ["rad1","s1"],
              ["rad1","s1r"],
              ["rad1","s1l"],
              ["rad1","s3"],
              ["rad1","s3r"],
              ["rad1","s3l"],
    
              ["rad2","s1"],
              ["rad2","s1r"],
              ["rad2","s1l"],
              ["rad2","s3"],
              ["rad2","s3r"],
              ["rad2","s3l"],
              //to engine
              {"beamSpring":100430,"beamDamp":100.8},
              {"beamDeform":2750,"beamStrength":8800},
              //duplicate beams for better flexbody breaking
              ["rad1","e4r"],
              ["rad1","e4l"],
              ["rad1","e4r"],
              ["rad1","e4l"],
    
              //tube
              ["rad2","e4l"],
    
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
                {"dragCoef":3},
                {"group":"burnside_radsupport"},
                ["rad2","s1r","s1"],
                ["rad2","s1","s1l"],
        ],
    }
    "burnside_exhaust_R": {
        "information":{
            "authors":"BeamNG",
            "name":"Right Exhaust",
            "value":450,
        }
        "slotType" : "burnside_exhaust_R",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_exhaust_R", ["burnside_exhaust_R"]],
        ],
    
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":true}
             {"collision":true}
             //--Right Exhaust-
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"nodeWeight":1.6},
             {"group":"burnside_exhaust_R"},
             ["ex1r",-0.15, -0.76, 0.19],
             ["ex1rr",-0.30, -0.76, 0.19],
             {"selfCollision":false}
             ["ex2r",-0.16, 0.01, 0.27],
             ["ex2rr",-0.38, -0.01, 0.27],
             {"selfCollision":true}
             ["ex3r",-0.41, 0.93, 0.22],
             {"selfCollision":false}
             ["ex4r",-0.29, 1.72, 0.56],
             {"selfCollision":true}
             ["ex5r",-0.29, 1.71, 0.27],
             ["ex5rr",-0.62, 1.71, 0.27],
             ["ex6r",-0.53, 2.6, 0.20],
             //rigidifier
             {"selfCollision":false}
             {"collision":false}
             ["ex7r",-0.28, 0.0, 0.10],
             {"selfCollision":true}
             {"collision":true}
             ["ex8r",-0.15, 0.93, 0.20],
             //extra flexbody node
             {"selfCollision":false}
             {"collision":false}
             ["ex9r",-0.26, 1.41, 0.86,{"nodeWeight":1.34}],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
              //--EXHAUST--
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":13000,"beamStrength":"FLT_MAX"},
              //r
              ["ex1r","ex2r"],
              ["ex1r","ex2rr"],
              ["ex1rr","ex2r"],
              ["ex1rr","ex2rr"],
              ["ex2rr","ex3r"],
              ["ex2r","ex3r"],
              ["ex3r","ex4r"],
              ["ex4r","ex5rr"],
              ["ex4r","ex5r"],
              ["ex5rr","ex6r"],
              ["ex5r","ex6r"],
    
              ["ex2r","ex2rr"],
              ["ex1r","ex1rr"],
    
              ["ex5r","ex5rr"],
    
              {"beamDeform":4500,"beamStrength":"FLT_MAX"},
              //r
              ["ex1r","ex3r"],
              ["ex1rr","ex3r"],
              ["ex2r","ex4r"],
              ["ex2rr","ex4r"],
              ["ex3r","ex5rr"],
              ["ex3r","ex5r"],
              ["ex4r","ex6r"],
              ["ex3r","ex6r"],
              ["ex2r","ex5rr"],
              ["ex2r","ex5r"],
    
              ["ex1r","ex7r"],
              ["ex1rr","ex7r"],
              ["ex2r","ex7r"],
              ["ex2rr","ex7r"],
              ["ex3r","ex7r"],
              ["ex4r","ex7r"],
              ["ex5rr","ex7r"],
              ["ex5r","ex7r"],
    
              ["ex8r","ex7r"],
    
              ["ex2r","ex8r"],
              ["ex2rr","ex8r"],
              ["ex3r","ex8r"],
              ["ex4r","ex8r"],
              ["ex5r","ex8r"],
              ["ex5rr","ex8r"],
              ["ex6r","ex8r"],
    
              //flexbody node
              {"beamSpring":498830,"beamDamp":210},
              {"beamDeform":2500,"beamStrength":"FLT_MAX"},
              //["ex1rr","ex9r"],
              //["ex1r","ex9r"],
              ["ex2rr","ex9r"],
              ["ex2r","ex9r"],
              ["ex3r","ex9r"],
              ["ex7r","ex9r"],
              ["ex6r","ex9r"],
              ["ex4r","ex9r"],
              ["ex5r","ex9r"],
              ["ex5rr","ex9r"],
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":115200},
              //attach
              //r
              {"breakGroup":"burnside_exhaust_a_R"},
              ["ex1r","e1r"],
              ["ex1r","e2r"],
              ["ex1r","e3r"],
              ["ex1r","e4r"],
              ["ex1rr","e1r"],
              ["ex1rr","e2r"],
              ["ex1rr","e3r"],
              ["ex1rr","e4r"],
    
              ["ex1r","f3r"],
              ["ex1rr","f3r"],
              ["ex1r","f12r"],
              ["ex1rr","f12r"],
              ["ex2rr","f3r"],
              ["ex2rr","f12r"],
    
              //["ex1r","f1r"],
              //["ex1rr","f1r"],
              {"beamSpring":664830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":75200},
              {"breakGroup":"burnside_exhaust_b_R"},
              ["ex3r","rx1r"],
              ["ex8r","rx1r"],
    
              ["ex3r","f14rr"],
              ["ex3r","f5rr"],
    
              {"breakGroup":"burnside_exhaust_c_R"},
              ["ex5r","rs1r"],
              ["ex4r","rs1r"],
    
              ["ex5rr","f8rr"],
              ["ex5rr","f17rr"],
              ["ex5rr","b7"],
              {"breakGroup":""},
              //support beams
              {"beamPrecompression":0.5, "beamType":"|SUPPORT", "beamLongBound":15},
              {"beamDeform":43000,"beamStrength":81600},
              {"beamSpring":830830,"beamDamp":42},
              ["ex4r","axshr"],
              ["ex4r","ax1"],
              {"beamPrecompression":0.95},
              ["ex6r","q6r"],
              ["ex6r","tb4r"],
              ["ex4r","rs1l"],
              ["ex4r","f16rr"],
              ["ex6r","rb4r"],
              {"beamPrecompression":0.75},
              ["ex5r","ax2r"],
              ["ex5r","ax3r"],
              ["ex5r","f19"],
              ["ex5r","f15rr"],
              ["ex5r","f7rr"],
              ["ex4r","f15rr"],
              ["ex4r","f7rr"],
              ["ex5rr","q12r"],
              ["ex5rr","q7r"],
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_exhaust_L": {
        "information":{
            "authors":"BeamNG",
            "name":"Left Exhaust",
            "value":450,
        }
        "slotType" : "burnside_exhaust_L",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_exhaust_L", ["burnside_exhaust_L"]],
        ],
    
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":true}
             {"collision":true}
             //--Left Exhaust-
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"nodeWeight":1.6},
             {"group":"burnside_exhaust_L"},
             ["ex1l", 0.15, -0.76, 0.19],
             ["ex1ll", 0.30, -0.76, 0.19],
             {"selfCollision":false}
             ["ex2l", 0.16, 0.01, 0.27],
             ["ex2ll", 0.38, -0.01, 0.27],
             {"selfCollision":true}
             ["ex3l", 0.41, 0.93, 0.22],
             {"selfCollision":false}
             ["ex4l", 0.29, 1.72, 0.56],
             {"selfCollision":true}
             ["ex5l", 0.23, 1.71, 0.27],
             ["ex5ll", 0.62, 1.71, 0.27],
             ["ex6l", 0.53, 2.6, 0.20],
             //rigidifier
             {"selfCollision":false}
             {"collision":false}
             ["ex7l", 0.28, 0.0, 0.10],
             {"selfCollision":true}
             {"collision":true}
             ["ex8l", 0.15, 0.93, 0.20],
             //extra flexbody node
             {"selfCollision":false}
             {"collision":false}
             ["ex9l", 0.26, 1.41, 0.86,{"nodeWeight":1.34}],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
              //--EXHAUST--
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":13000,"beamStrength":"FLT_MAX"},
              //l
              ["ex1l","ex2l"],
              ["ex1l","ex2ll"],
              ["ex1ll","ex2l"],
              ["ex1ll","ex2ll"],
              ["ex2ll","ex3l"],
              ["ex2l","ex3l"],
              ["ex3l","ex4l"],
              ["ex4l","ex5ll"],
              ["ex5ll","ex6l"],
              ["ex4l","ex5l"],
              ["ex5l","ex6l"],
    
              ["ex2l","ex2ll"],
              ["ex1l","ex1ll"],
    
              ["ex5l","ex5ll"],
    
              {"beamDeform":4500,"beamStrength":"FLT_MAX"},
              //l
              ["ex1l","ex3l"],
              ["ex1ll","ex3l"],
              ["ex2l","ex4l"],
              ["ex2ll","ex4l"],
              ["ex3l","ex5ll"],
              ["ex3l","ex5l"],
              ["ex4l","ex6l"],
              ["ex3l","ex6l"],
              ["ex2l","ex5ll"],
              ["ex2l","ex5l"],
    
              ["ex1l","ex7l"],
              ["ex1ll","ex7l"],
              ["ex2l","ex7l"],
              ["ex2ll","ex7l"],
              ["ex3l","ex7l"],
              ["ex4l","ex7l"],
              ["ex5ll","ex7l"],
              ["ex5l","ex7l"],
    
              ["ex8l","ex7l"],
    
              ["ex2ll","ex8l"],
              ["ex2l","ex8l"],
              ["ex3l","ex8l"],
              ["ex4l","ex8l"],
              ["ex5l","ex8l"],
              ["ex5ll","ex8l"],
              ["ex6l","ex8l"],
    
              //flexbody node
              {"beamSpring":498830,"beamDamp":210},
              {"beamDeform":2500,"beamStrength":"FLT_MAX"},
    
              //["ex1ll","ex9l"],
              //["ex1l","ex9l"],
              ["ex2ll","ex9l"],
              ["ex2l","ex9l"],
              ["ex3l","ex9l"],
              ["ex7l","ex9l"],
              ["ex6l","ex9l"],
              ["ex4l","ex9l"],
              ["ex5l","ex9l"],
              ["ex5ll","ex9l"],
              {"beamSpring":996830,"beamDamp":210},
              //l
             //attach
              {"breakGroup":"burnside_exhaust_a_L"},
              {"beamDeform":4500,"beamStrength":115200},
              ["ex1l","e1l"],
              ["ex1l","e2l"],
              ["ex1l","e3l"],
              ["ex1l","e4l"],
              ["ex1ll","e1l"],
              ["ex1ll","e2l"],
              ["ex1ll","e3l"],
              ["ex1ll","e4l"],
    
              ["ex1l","f3l"],
              ["ex1ll","f3l"],
              ["ex1l","f12l"],
              ["ex1ll","f12l"],
    
              ["ex2ll","f3l"],
              ["ex2ll","f12l"],
    
             // ["ex1l","f1l"],
             // ["ex1ll","f1l"],
              {"beamSpring":664830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":75200},
              {"breakGroup":"burnside_exhaust_b_L"},
              ["ex3l","rx1l"],
              ["ex8l","rx1l"],
              ["ex3l","f14ll"],
              ["ex3l","f5ll"],
    
              {"breakGroup":"burnside_exhaust_c_L"},
              ["ex5l","rs1l"],
              ["ex4l","rs1l"],
    
              ["ex5ll","f8ll"],
              ["ex5ll","f17ll"],
              ["ex5ll","b7"],
              {"breakGroup":""},
              {"beamDeform":3000,"beamStrength":7200},
              //support beams
              {"beamPrecompression":0.5, "beamType":"|SUPPORT", "beamLongBound":15},
              {"beamDeform":43000,"beamStrength":81600},
              {"beamSpring":830830,"beamDamp":42},
              ["ex4l","axshl"],
              ["ex4l","ax1"],
              {"beamPrecompression":0.95},
              ["ex6l","q6l"],
              ["ex6l","tb4l"],
              ["ex4l","rs1r"],
              ["ex4l","f16ll"],
              ["ex6l","rb4l"],
              {"beamPrecompression":0.75},
              ["ex5l","ax2l"],
              ["ex5l","ax3l"],
              ["ex5l","f19"],
              ["ex5l","f15ll"],
              ["ex5l","f7ll"],
              ["ex4l","f15ll"],
              ["ex4l","f7ll"],
              ["ex5ll","q12l"],
              ["ex5ll","q7l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_transmission_3M": {
        "information":{
            "authors":"BeamNG",
            "name":"3-Speed Manual Transmission",
            "value":400,
        }
        "engine":{
            "transmissionType":"manual",
            // -1, 0 (neutral), 1, etc
            "gears":[-3.48, 0, 2.57, 1.61, 1.0]
            "clutchDuration":0.2
            "clutchTorque":400
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
             //["burnside_centergauge_A", ["burnside_body"]],
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
    
            //manual transmission
            ["gear_M"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            //clutch
            ["clutch"     ,"burnside_clutchpedal", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":25, "y":-0.1, "z":0.1}    , {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
    
         ],
         "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--3 Speed Manual--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":47},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":11001000,"beamDamp":200},
              {"beamDeform":900000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_4A_drag": {
        "information":{
            "authors":"BeamNG",
            "name":"4-Speed Automatic Drag Transmission",
            "value":1600,
        }
        "engine":{
            "transmissionType":"automatic",
            "highShiftDownRPM":2800,
            "highShiftUpRPM":5500,
            // -1, 0 (neutral), 1, etc
            "gears":[-2.64, 0, 2.56, 1.69, 1.00, 0.71]
            "clutchDuration":0.3
            "viscousCoupling":12
            "lockingTorqueLimit":400
            "enableLocking":true
        },
        "slots": [
            ["type", "default", "description"]
            ["barstow_driveshaft","barstow_driveshaft", "Driveshaft"],
        ],
        "slotType" : "barstow_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["barstow_transmission", ["barstow_engine","barstow_transmission"]],
             ["barstow_shifterbase_A", ["barstow_body","barstow_floor"]],
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //automatic transmission
            ["gear_A"      , "barstow_shifter_A"    , "b2r","b2l","b3r", {"x":90, "y":0, "z":0} , {"x":-35, "y":0, "z":0}    , {"x":0, "y":0, "z":0}, 0, 1, 0, 1],
         ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--4 Speed Automatic--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"barstow_transmission"},
             {"nodeWeight":40.05},
             ["tra1", 0.0, -0.38, 0.32],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":364500,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_3A": {
        "information":{
            "authors":"BeamNG",
    
            "name":"3-Speed Super-Matic Transmission",
            "value":600,
    
        }
        "engine":{
    
            "gears":[-1.98, 0, 2.54, 1.53, 1.00]
            "transmissionType":"automatic",
            "lowShiftDownRPM":1200,
            "lowShiftUpRPM":1800,
            "highShiftDownRPM":1900,
            "highShiftUpRPM":4200,
            "clutchDuration":0.2
            "viscousCoupling":9
            "autoGearChangeDelay":0.1
            "lockingTorqueLimit":400
            "enableLocking":true
    
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["gear_A"      , "burnside_needle_gear"  , "b2r","b2l","b3r", {"x":128, "y":0, "z":0} , {"x":0, "y":-50, "z":0}      , {"x":0.0, "y":0, "z":0}, -1, 0.85, -0.45, 1.4, {"baseTranslation":{"x":0.767,"y":-0.078,"z":-0.755}}],
            //auto transmission
            ["gear_A"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            ["gear_A","burnside_centergauge_A", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":0, "y":0, "z":0}    , {"x":0.0, "y":0, "z":0}, 0, 0, 0, 0, {"baseTranslation":{"x":0.3,"y":0.2,"z":0.24}}],
    
    
         ],
         "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--3 Speed Auto--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":41.83},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":450000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_2A": {
        "information":{
            "authors":"BeamNG",
            "name":"2-Speed Dual-Matic Transmission",
            "value":400,
        }
        "engine":{
            "transmissionType":"automatic",
            // -1, 0 (neutral), 1, etc
            "gears":[-3.48, 0, 2, 1]
            "lowShiftDownRPM":1200,
            "lowShiftUpRPM":1800,
            "highShiftDownRPM":1900,
            "highShiftUpRPM":4200,
            "clutchDuration":0.2
            "autoGearChangeDelay":0.1
            "viscousCoupling":9
            "lockingTorqueLimit":400
            "enableLocking":true
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["gear_A"      , "burnside_needle_gear"  , "b2r","b2l","b3r", {"x":128, "y":0, "z":0} , {"x":0, "y":-50, "z":0}      , {"x":0.0, "y":0, "z":0}, -1, 0.85, -0.45, 1.4, {"baseTranslation":{"x":0.767,"y":-0.078,"z":-0.755}}],
            //auto transmission
            ["gear_A"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            ["gear_A","burnside_centergauge_A", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":0, "y":0, "z":0}    , {"x":0.0, "y":0, "z":0}, 0, 0, 0, 0, {"baseTranslation":{"x":0.3,"y":0.2,"z":0.24}}],
         ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2 Speed Auto--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":39},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":11001000,"beamDamp":200},
              {"beamDeform":900000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    }
     
  4. Firepower

    Firepower
    Expand Collapse

    Joined:
    Nov 17, 2015
    Messages:
    576
    That is still barstow, under slot type of the 4a drag transmission. By the way it is easier to take only the "engine" part from the barstow, duplicate the burnside transmission (copy/paste and change the name) and paste the engine part in it.
     
  5. DHR

    DHR
    Expand Collapse

    Joined:
    Apr 6, 2013
    Messages:
    110
    ok I edited that, and I tried to add a new engine, all the names are proper but nothing appears in the tuning parts
    Code:
    {
    "burnside_engine_v8": {
        "information":{
            "authors":"BeamNG",
            "name":"313 CUI V8 Engine",
            "value":1100,
        }
        "slotType" : "burnside_engine",
        "slots": [
            ["type", "default", "description"]
            ["burnside_exhaust_R","burnside_exhaust_R", "Right Exhaust"],
            ["burnside_exhaust_L","burnside_exhaust_L", "Left Exhaust"],
            ["burnside_transmission","burnside_transmission_3A", "Transmission"],
            //["burnside_intake_v8","burnside_intake_v8", "V8 Intake"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_engine_v8", ["burnside_engine"]],
              ["burnside_engbaycrap", ["burnside_body","burnside_radsupport"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["rpmspin"  , "burnside_coolingfan_v8", "e2r","e2l","e4r",  {"x":0, "y":0, "z":0}, {"x":0, "y":1, "z":0}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1],
         ],
        "enginetorque":[
            ["rpm", "torque"]
            [0, 0],
            [500, 885],
            [1000, 1205],
            [2000, 1455],
            [3000, 1565],
            [4000, 1575],
            [5000, 1550],
            [6000, 1510],
        ],
        "engine":{
            "idleRPM":750,
            "shiftDownRPM":2200,
            "shiftUpRPM":5500,
            "highShiftDownRPM":2400,
            "highShiftUpRPM":5500,
            "maxRPM":6100,
            "revLimiterRPMDrop":0,
            "inertia":0.2,
            "burnEfficiency":0.08
            "clutchTorque":1990
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //V8 Engine
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_engine"},
             {"nodeWeight":46.28},
            {"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":600,"baseTemp":500,"conductionRadius":0.1},
             ["e1r", -0.13, -1.07, 0.30],
             ["e1l", 0.13, -1.07, 0.30],
            {"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":600,"baseTemp":500,"conductionRadius":0.2},
             ["e2r", -0.13, -1.64, 0.30],
             ["e2l", 0.13, -1.64, 0.30],
            {"chemEnergy":false,"burnRate":false,"flashPoint":false, "specHeat": false,"selfIgnitionCoef":false,"smokePoint":false,"baseTemp":false,"conductionRadius":false}
             {"engineGroup":"burnside_engine_intake"}
             ["e3r", -0.32, -1.07, 0.76],
             ["e3l", 0.32, -1.07, 0.76],
             ["e4r", -0.32, -1.64, 0.76],
             ["e4l", 0.32, -1.64, 0.76],
             {"engineGroup":""}
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":450000,"beamStrength":"FLT_MAX"},
              //engine
              ["e1r","e1l"],
              ["e2r","e2l"],
              ["e3r","e3l"],
              ["e4r","e4l"],
    
              ["e1r","e2r"],
              ["e1l","e2l"],
              ["e3r","e4r"],
              ["e3l","e4l"],
    
              ["e1r","e3r"],
              ["e1l","e3l"],
              ["e2r","e4r"],
              ["e2l","e4l"],
    
              ["e2r","e3r"],
              ["e2l","e3l"],
              ["e2r","e3l"],
              ["e2l","e3r"],
    
              ["e1r","e4r"],
              ["e1l","e4l"],
              ["e1r","e4l"],
              ["e1l","e4r"],
    
              ["e1r","e2l"],
              ["e1l","e2r"],
              ["e3r","e4l"],
              ["e3l","e4r"],
    
              ["e1r","e3l"],
              ["e1l","e3r"],
              ["e2r","e4l"],
              ["e2l","e4r"],
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_engine_v8": {
        "information":{
            "authors":"BeamNG",
            "name":"V8 423 Supercharger",
            "value":2400,
        }
        "slotType" : "burnside_engine",
        "slots": [
            ["type", "default", "description"]
            ["burnside_exhaust_R","burnside_exhaust_R", "Right Exhaust"],
            ["burnside_exhaust_L","burnside_exhaust_L", "Left Exhaust"],
            ["burnside_transmission","burnside_transmission_3A", "Transmission"],
            //["burnside_intake_v8","burnside_intake_v8", "V8 Intake"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_engine_v8", ["burnside_engine"]],
              ["burnside_engbaycrap", ["burnside_body","burnside_radsupport"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["rpmspin"  , "burnside_coolingfan_v8", "e2r","e2l","e4r",  {"x":0, "y":0, "z":0}, {"x":0, "y":1, "z":0}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1],
         ],
        "enginetorque":[
            ["rpm", "torque"]
            [0, 0],
            [500, 885],
            [1000, 1205],
            [2000, 1455],
            [3000, 1565],
            [4000, 1575],
            [5000, 1550],
            [6000, 1510],
        ],
        "engine":{
            "idleRPM":750,
            "shiftDownRPM":2200,
            "shiftUpRPM":5500,
            "highShiftDownRPM":2400,
            "highShiftUpRPM":5500,
            "maxRPM":6100,
            "revLimiterRPMDrop":0,
            "inertia":0.2,
            "burnEfficiency":0.08
            "clutchTorque":1990
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"nodeWeight":5.34},
            ["sch1r",-0.18, -1.42, 1.10],
            ["sch1l", 0.18, -1.42, 1.10],
            ["sch2r",-0.18, -1.00, 1.10],
            ["sch2l", 0.18, -1.00, 1.10],
             {"group":""},
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["throttle"     ,"burnside_supercharger_throttle", "sch1r","sch1l","sch2r",  {"x":90, "y":0, "z":0} , {"x":-90, "y":0, "z":0}    , {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
         ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":1660830,"beamDamp":168},
              {"beamDeform":52650,"beamStrength":"FLT_MAX"},
             //supercharger
             ["sch1r","sch1l"],
             ["sch2r","sch2l"],
             ["sch1r","sch2r"],
             ["sch1l","sch2l"],
             ["sch2r","sch1l"],
             ["sch2l","sch1r"],
    
              {"beamDeform":36450,"beamStrength":"FLT_MAX"},
             //attach to engine
             ["sch1r","e3r"],
             ["sch1r","e3l"],
             ["sch1r","e4r"],
             ["sch1r","e4l"],
             ["sch1l","e3r"],
             ["sch1l","e3l"],
             ["sch1l","e4r"],
             ["sch1l","e4l"],
             ["sch2r","e3r"],
             ["sch2r","e3l"],
             ["sch2r","e4r"],
             ["sch2r","e4l"],
             ["sch2l","e3r"],
             ["sch2l","e3l"],
             ["sch2l","e4r"],
             ["sch2l","e4l"],
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
                {"group":"burnside_supercharger"},
                ["sch1r","sch1l","sch2l"],
                ["sch1r","sch2l","sch2r"],
                {"group":""},
        ],
    }
    "burnside_radiator": {
        "information":{
            "authors":"BeamNG",
            "name":"Radiator",
            "value":120,
        }
        "slotType" : "burnside_radiator",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_radiator", ["burnside_radiator","burnside_radsupport"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //Radiator
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_radiator"},
             {"nodeWeight":7.12},
            {"chemEnergy":200,"burnRate":0.4"flashPoint":400,"specHeat":0.8,"smokePoint":150,"selfIgnitionCoef":false},
             ["rad1", 0.0, -1.94, 0.45],
            {"chemEnergy":false,"burnRate":false,"flashPoint":false,"specHeat":false,"smokePoint":false,"selfIgnitionCoef":false},
             ["rad2", 0.0, -1.92, 0.92],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":1660830,"beamDamp":168},
              {"beamDeform":15000,"beamStrength":"FLT_MAX"},
              //radiator
              ["rad1","s1"],
              ["rad1","s1r"],
              ["rad1","s1l"],
              ["rad1","s3"],
              ["rad1","s3r"],
              ["rad1","s3l"],
    
              ["rad2","s1"],
              ["rad2","s1r"],
              ["rad2","s1l"],
              ["rad2","s3"],
              ["rad2","s3r"],
              ["rad2","s3l"],
              //to engine
              {"beamSpring":100430,"beamDamp":100.8},
              {"beamDeform":2750,"beamStrength":8800},
              //duplicate beams for better flexbody breaking
              ["rad1","e4r"],
              ["rad1","e4l"],
              ["rad1","e4r"],
              ["rad1","e4l"],
    
              //tube
              ["rad2","e4l"],
    
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
                {"dragCoef":3},
                {"group":"burnside_radsupport"},
                ["rad2","s1r","s1"],
                ["rad2","s1","s1l"],
        ],
    }
    "burnside_exhaust_R": {
        "information":{
            "authors":"BeamNG",
            "name":"Right Exhaust",
            "value":450,
        }
        "slotType" : "burnside_exhaust_R",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_exhaust_R", ["burnside_exhaust_R"]],
        ],
    
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":true}
             {"collision":true}
             //--Right Exhaust-
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"nodeWeight":1.6},
             {"group":"burnside_exhaust_R"},
             ["ex1r",-0.15, -0.76, 0.19],
             ["ex1rr",-0.30, -0.76, 0.19],
             {"selfCollision":false}
             ["ex2r",-0.16, 0.01, 0.27],
             ["ex2rr",-0.38, -0.01, 0.27],
             {"selfCollision":true}
             ["ex3r",-0.41, 0.93, 0.22],
             {"selfCollision":false}
             ["ex4r",-0.29, 1.72, 0.56],
             {"selfCollision":true}
             ["ex5r",-0.29, 1.71, 0.27],
             ["ex5rr",-0.62, 1.71, 0.27],
             ["ex6r",-0.53, 2.6, 0.20],
             //rigidifier
             {"selfCollision":false}
             {"collision":false}
             ["ex7r",-0.28, 0.0, 0.10],
             {"selfCollision":true}
             {"collision":true}
             ["ex8r",-0.15, 0.93, 0.20],
             //extra flexbody node
             {"selfCollision":false}
             {"collision":false}
             ["ex9r",-0.26, 1.41, 0.86,{"nodeWeight":1.34}],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
              //--EXHAUST--
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":13000,"beamStrength":"FLT_MAX"},
              //r
              ["ex1r","ex2r"],
              ["ex1r","ex2rr"],
              ["ex1rr","ex2r"],
              ["ex1rr","ex2rr"],
              ["ex2rr","ex3r"],
              ["ex2r","ex3r"],
              ["ex3r","ex4r"],
              ["ex4r","ex5rr"],
              ["ex4r","ex5r"],
              ["ex5rr","ex6r"],
              ["ex5r","ex6r"],
    
              ["ex2r","ex2rr"],
              ["ex1r","ex1rr"],
    
              ["ex5r","ex5rr"],
    
              {"beamDeform":4500,"beamStrength":"FLT_MAX"},
              //r
              ["ex1r","ex3r"],
              ["ex1rr","ex3r"],
              ["ex2r","ex4r"],
              ["ex2rr","ex4r"],
              ["ex3r","ex5rr"],
              ["ex3r","ex5r"],
              ["ex4r","ex6r"],
              ["ex3r","ex6r"],
              ["ex2r","ex5rr"],
              ["ex2r","ex5r"],
    
              ["ex1r","ex7r"],
              ["ex1rr","ex7r"],
              ["ex2r","ex7r"],
              ["ex2rr","ex7r"],
              ["ex3r","ex7r"],
              ["ex4r","ex7r"],
              ["ex5rr","ex7r"],
              ["ex5r","ex7r"],
    
              ["ex8r","ex7r"],
    
              ["ex2r","ex8r"],
              ["ex2rr","ex8r"],
              ["ex3r","ex8r"],
              ["ex4r","ex8r"],
              ["ex5r","ex8r"],
              ["ex5rr","ex8r"],
              ["ex6r","ex8r"],
    
              //flexbody node
              {"beamSpring":498830,"beamDamp":210},
              {"beamDeform":2500,"beamStrength":"FLT_MAX"},
              //["ex1rr","ex9r"],
              //["ex1r","ex9r"],
              ["ex2rr","ex9r"],
              ["ex2r","ex9r"],
              ["ex3r","ex9r"],
              ["ex7r","ex9r"],
              ["ex6r","ex9r"],
              ["ex4r","ex9r"],
              ["ex5r","ex9r"],
              ["ex5rr","ex9r"],
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":115200},
              //attach
              //r
              {"breakGroup":"burnside_exhaust_a_R"},
              ["ex1r","e1r"],
              ["ex1r","e2r"],
              ["ex1r","e3r"],
              ["ex1r","e4r"],
              ["ex1rr","e1r"],
              ["ex1rr","e2r"],
              ["ex1rr","e3r"],
              ["ex1rr","e4r"],
    
              ["ex1r","f3r"],
              ["ex1rr","f3r"],
              ["ex1r","f12r"],
              ["ex1rr","f12r"],
              ["ex2rr","f3r"],
              ["ex2rr","f12r"],
    
              //["ex1r","f1r"],
              //["ex1rr","f1r"],
              {"beamSpring":664830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":75200},
              {"breakGroup":"burnside_exhaust_b_R"},
              ["ex3r","rx1r"],
              ["ex8r","rx1r"],
    
              ["ex3r","f14rr"],
              ["ex3r","f5rr"],
    
              {"breakGroup":"burnside_exhaust_c_R"},
              ["ex5r","rs1r"],
              ["ex4r","rs1r"],
    
              ["ex5rr","f8rr"],
              ["ex5rr","f17rr"],
              ["ex5rr","b7"],
              {"breakGroup":""},
              //support beams
              {"beamPrecompression":0.5, "beamType":"|SUPPORT", "beamLongBound":15},
              {"beamDeform":43000,"beamStrength":81600},
              {"beamSpring":830830,"beamDamp":42},
              ["ex4r","axshr"],
              ["ex4r","ax1"],
              {"beamPrecompression":0.95},
              ["ex6r","q6r"],
              ["ex6r","tb4r"],
              ["ex4r","rs1l"],
              ["ex4r","f16rr"],
              ["ex6r","rb4r"],
              {"beamPrecompression":0.75},
              ["ex5r","ax2r"],
              ["ex5r","ax3r"],
              ["ex5r","f19"],
              ["ex5r","f15rr"],
              ["ex5r","f7rr"],
              ["ex4r","f15rr"],
              ["ex4r","f7rr"],
              ["ex5rr","q12r"],
              ["ex5rr","q7r"],
    
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_exhaust_L": {
        "information":{
            "authors":"BeamNG",
            "name":"Left Exhaust",
            "value":450,
        }
        "slotType" : "burnside_exhaust_L",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_exhaust_L", ["burnside_exhaust_L"]],
        ],
    
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":true}
             {"collision":true}
             //--Left Exhaust-
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"nodeWeight":1.6},
             {"group":"burnside_exhaust_L"},
             ["ex1l", 0.15, -0.76, 0.19],
             ["ex1ll", 0.30, -0.76, 0.19],
             {"selfCollision":false}
             ["ex2l", 0.16, 0.01, 0.27],
             ["ex2ll", 0.38, -0.01, 0.27],
             {"selfCollision":true}
             ["ex3l", 0.41, 0.93, 0.22],
             {"selfCollision":false}
             ["ex4l", 0.29, 1.72, 0.56],
             {"selfCollision":true}
             ["ex5l", 0.23, 1.71, 0.27],
             ["ex5ll", 0.62, 1.71, 0.27],
             ["ex6l", 0.53, 2.6, 0.20],
             //rigidifier
             {"selfCollision":false}
             {"collision":false}
             ["ex7l", 0.28, 0.0, 0.10],
             {"selfCollision":true}
             {"collision":true}
             ["ex8l", 0.15, 0.93, 0.20],
             //extra flexbody node
             {"selfCollision":false}
             {"collision":false}
             ["ex9l", 0.26, 1.41, 0.86,{"nodeWeight":1.34}],
             {"group":""},
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
              //--EXHAUST--
              {"beamSpring":996830,"beamDamp":210},
              {"beamDeform":13000,"beamStrength":"FLT_MAX"},
              //l
              ["ex1l","ex2l"],
              ["ex1l","ex2ll"],
              ["ex1ll","ex2l"],
              ["ex1ll","ex2ll"],
              ["ex2ll","ex3l"],
              ["ex2l","ex3l"],
              ["ex3l","ex4l"],
              ["ex4l","ex5ll"],
              ["ex5ll","ex6l"],
              ["ex4l","ex5l"],
              ["ex5l","ex6l"],
    
              ["ex2l","ex2ll"],
              ["ex1l","ex1ll"],
    
              ["ex5l","ex5ll"],
    
              {"beamDeform":4500,"beamStrength":"FLT_MAX"},
              //l
              ["ex1l","ex3l"],
              ["ex1ll","ex3l"],
              ["ex2l","ex4l"],
              ["ex2ll","ex4l"],
              ["ex3l","ex5ll"],
              ["ex3l","ex5l"],
              ["ex4l","ex6l"],
              ["ex3l","ex6l"],
              ["ex2l","ex5ll"],
              ["ex2l","ex5l"],
    
              ["ex1l","ex7l"],
              ["ex1ll","ex7l"],
              ["ex2l","ex7l"],
              ["ex2ll","ex7l"],
              ["ex3l","ex7l"],
              ["ex4l","ex7l"],
              ["ex5ll","ex7l"],
              ["ex5l","ex7l"],
    
              ["ex8l","ex7l"],
    
              ["ex2ll","ex8l"],
              ["ex2l","ex8l"],
              ["ex3l","ex8l"],
              ["ex4l","ex8l"],
              ["ex5l","ex8l"],
              ["ex5ll","ex8l"],
              ["ex6l","ex8l"],
    
              //flexbody node
              {"beamSpring":498830,"beamDamp":210},
              {"beamDeform":2500,"beamStrength":"FLT_MAX"},
    
              //["ex1ll","ex9l"],
              //["ex1l","ex9l"],
              ["ex2ll","ex9l"],
              ["ex2l","ex9l"],
              ["ex3l","ex9l"],
              ["ex7l","ex9l"],
              ["ex6l","ex9l"],
              ["ex4l","ex9l"],
              ["ex5l","ex9l"],
              ["ex5ll","ex9l"],
              {"beamSpring":996830,"beamDamp":210},
              //l
             //attach
              {"breakGroup":"burnside_exhaust_a_L"},
              {"beamDeform":4500,"beamStrength":115200},
              ["ex1l","e1l"],
              ["ex1l","e2l"],
              ["ex1l","e3l"],
              ["ex1l","e4l"],
              ["ex1ll","e1l"],
              ["ex1ll","e2l"],
              ["ex1ll","e3l"],
              ["ex1ll","e4l"],
    
              ["ex1l","f3l"],
              ["ex1ll","f3l"],
              ["ex1l","f12l"],
              ["ex1ll","f12l"],
    
              ["ex2ll","f3l"],
              ["ex2ll","f12l"],
    
             // ["ex1l","f1l"],
             // ["ex1ll","f1l"],
              {"beamSpring":664830,"beamDamp":210},
              {"beamDeform":4500,"beamStrength":75200},
              {"breakGroup":"burnside_exhaust_b_L"},
              ["ex3l","rx1l"],
              ["ex8l","rx1l"],
              ["ex3l","f14ll"],
              ["ex3l","f5ll"],
    
              {"breakGroup":"burnside_exhaust_c_L"},
              ["ex5l","rs1l"],
              ["ex4l","rs1l"],
    
              ["ex5ll","f8ll"],
              ["ex5ll","f17ll"],
              ["ex5ll","b7"],
              {"breakGroup":""},
              {"beamDeform":3000,"beamStrength":7200},
              //support beams
              {"beamPrecompression":0.5, "beamType":"|SUPPORT", "beamLongBound":15},
              {"beamDeform":43000,"beamStrength":81600},
              {"beamSpring":830830,"beamDamp":42},
              ["ex4l","axshl"],
              ["ex4l","ax1"],
              {"beamPrecompression":0.95},
              ["ex6l","q6l"],
              ["ex6l","tb4l"],
              ["ex4l","rs1r"],
              ["ex4l","f16ll"],
              ["ex6l","rb4l"],
              {"beamPrecompression":0.75},
              ["ex5l","ax2l"],
              ["ex5l","ax3l"],
              ["ex5l","f19"],
              ["ex5l","f15ll"],
              ["ex5l","f7ll"],
              ["ex4l","f15ll"],
              ["ex4l","f7ll"],
              ["ex5ll","q12l"],
              ["ex5ll","q7l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1, "beamShortBound":1},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
    
    
        ],
    }
    "burnside_transmission_3M": {
        "information":{
            "authors":"BeamNG",
            "name":"3-Speed Manual Transmission",
            "value":400,
        }
        "engine":{
            "transmissionType":"manual",
            // -1, 0 (neutral), 1, etc
            "gears":[-3.48, 0, 2.57, 1.61, 1.0]
            "clutchDuration":0.2
            "clutchTorque":400
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
             //["burnside_centergauge_A", ["burnside_body"]],
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
    
            //manual transmission
            ["gear_M"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            //clutch
            ["clutch"     ,"burnside_clutchpedal", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":25, "y":-0.1, "z":0.1}    , {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
    
         ],
         "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--3 Speed Manual--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":47},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":11001000,"beamDamp":200},
              {"beamDeform":900000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_4A_drag": {
        "information":{
            "authors":"BeamNG",
            "name":"4-Speed Automatic Drag Transmission",
            "value":1600,
        }
        "engine":{
            "transmissionType":"automatic",
            "highShiftDownRPM":2800,
            "highShiftUpRPM":5500,
            // -1, 0 (neutral), 1, etc
            "gears":[-2.64, 0, 2.56, 1.69, 1.00, 0.71]
            "clutchDuration":0.3
            "viscousCoupling":12
            "lockingTorqueLimit":400
            "enableLocking":true
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             ["burnside_shifterbase_A", ["burnside_body","burnside_floor"]],
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //automatic transmission
            ["gear_A"      , "burnside_shifter_A"    , "b2r","b2l","b3r", {"x":90, "y":0, "z":0} , {"x":-35, "y":0, "z":0}    , {"x":0, "y":0, "z":0}, 0, 1, 0, 1],
         ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--4 Speed Automatic--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":40.05},
             ["tra1", 0.0, -0.38, 0.32],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":364500,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_3A": {
        "information":{
            "authors":"BeamNG",
    
            "name":"3-Speed Super-Matic Transmission",
            "value":600,
    
        }
        "engine":{
    
            "gears":[-1.98, 0, 2.54, 1.53, 1.00]
            "transmissionType":"automatic",
            "lowShiftDownRPM":1200,
            "lowShiftUpRPM":1800,
            "highShiftDownRPM":1900,
            "highShiftUpRPM":4200,
            "clutchDuration":0.2
            "viscousCoupling":9
            "autoGearChangeDelay":0.1
            "lockingTorqueLimit":400
            "enableLocking":true
    
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
        ],
         "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["gear_A"      , "burnside_needle_gear"  , "b2r","b2l","b3r", {"x":128, "y":0, "z":0} , {"x":0, "y":-50, "z":0}      , {"x":0.0, "y":0, "z":0}, -1, 0.85, -0.45, 1.4, {"baseTranslation":{"x":0.767,"y":-0.078,"z":-0.755}}],
            //auto transmission
            ["gear_A"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            ["gear_A","burnside_centergauge_A", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":0, "y":0, "z":0}    , {"x":0.0, "y":0, "z":0}, 0, 0, 0, 0, {"baseTranslation":{"x":0.3,"y":0.2,"z":0.24}}],
    
    
         ],
         "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--3 Speed Auto--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":41.83},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":9130830,"beamDamp":168},
              {"beamDeform":450000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    "burnside_transmission_2A": {
        "information":{
            "authors":"BeamNG",
            "name":"2-Speed Dual-Matic Transmission",
            "value":400,
        }
        "engine":{
            "transmissionType":"automatic",
            // -1, 0 (neutral), 1, etc
            "gears":[-3.48, 0, 2, 1]
            "lowShiftDownRPM":1200,
            "lowShiftUpRPM":1800,
            "highShiftDownRPM":1900,
            "highShiftUpRPM":4200,
            "clutchDuration":0.2
            "autoGearChangeDelay":0.1
            "viscousCoupling":9
            "lockingTorqueLimit":400
            "enableLocking":true
        },
        "slots": [
            ["type", "default", "description"]
            ["burnside_driveshaft","burnside_driveshaft", "Driveshaft"],
        ],
        "slotType" : "burnside_transmission",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["burnside_transmission", ["burnside_engine","burnside_transmission"]],
             //interior
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["gear_A"      , "burnside_needle_gear"  , "b2r","b2l","b3r", {"x":128, "y":0, "z":0} , {"x":0, "y":-50, "z":0}      , {"x":0.0, "y":0, "z":0}, -1, 0.85, -0.45, 1.4, {"baseTranslation":{"x":0.767,"y":-0.078,"z":-0.755}}],
            //auto transmission
            ["gear_A"     ,"burnside_shifter_A", "b2r","b2l","b3r",  {"x":40, "y":0, "z":0} , {"x":0, "y":0, "z":-50}    , {"x":0.0, "y":0, "z":0}, -0.3, 0.9, -0.5, 1.5, {"baseTranslation":{"x":0.735,"y":-0.110,"z":-0.76}}],
            ["gear_A","burnside_centergauge_A", "b2r","b2l","b3r",  {"x":90, "y":0, "z":0} , {"x":0, "y":0, "z":0}    , {"x":0.0, "y":0, "z":0}, 0, 0, 0, 0, {"baseTranslation":{"x":0.3,"y":0.2,"z":0.24}}],
         ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2 Speed Auto--
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":true},
             {"collision":true}
             {"group":"burnside_transmission"},
             {"nodeWeight":39},
             ["tra1", 0.0, -0.51, 0.27],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--TRANSMISSION CONE--
              {"beamSpring":11001000,"beamDamp":200},
              {"beamDeform":900000,"beamStrength":"FLT_MAX"},
              ["tra1","e1r"],
              ["tra1","e3r"],
              ["tra1","e1l"],
              ["tra1","e3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
        ],
    }
    }
     
  6. Firepower

    Firepower
    Expand Collapse

    Joined:
    Nov 17, 2015
    Messages:
    576
    You don't need to keep all these parts in your addon file, just put the parts you want to add in it
     
  7. DHR

    DHR
    Expand Collapse

    Joined:
    Apr 6, 2013
    Messages:
    110
    Wait what addon file? I edited the original burnside_engine.jbeam file and saved it
     
  8. Firepower

    Firepower
    Expand Collapse

    Joined:
    Nov 17, 2015
    Messages:
    576
    Oh, big problem, normally you would have copied the file in the Documents folder and modified it from there. Delete the modifications you've done and restart in Documents\BeamNG.drive\vehicles\burnside
     
  9. crashmaster

    crashmaster
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,812
    Heres a few things that i made.
    It has 5 supercharger stages and a few custom parts
    i dont think i will release this except on my group.
    It also has 3 different transmission i think, maybe 4.
    stage 3-5 is made by d-troxx.
    Just put it in your mods folder
    Have fun.
     

    Attached Files:

    • Like Like x 3
  10. 14ramosr

    14ramosr
    Expand Collapse

    Joined:
    Sep 7, 2013
    Messages:
    979
    Dude....awesome
     
  11. DHR

    DHR
    Expand Collapse

    Joined:
    Apr 6, 2013
    Messages:
    110
    insane
     
  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