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.35 Bug Reporting thread
    Solutions and more information may already be available.

Where can I find the jbeam of this parts?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by blockeeeer, Sep 19, 2023.

  1. blockeeeer

    blockeeeer
    Expand Collapse

    Joined:
    Jul 24, 2022
    Messages:
    481
  2. FatTui

    FatTui
    Expand Collapse

    Joined:
    Aug 24, 2023
    Messages:
    3
    You will find them in the Bastion vehicle folder located in the game files.

    (Assuming your using steam) Steam\steamapps\common\BeamNG.drive\content\vehicles\bastion.zip\vehicles\bastion
     
  3. SSRG

    SSRG
    Expand Collapse

    Joined:
    Jun 17, 2023
    Messages:
    4,337
    Or the Common folder. Not sure which one, but I know the Bastion has a lot of stuff in the Common folder too.
     
  4. 141torpedo

    141torpedo
    Expand Collapse

    Joined:
    Dec 19, 2019
    Messages:
    151
    Extremely likely that it would be the common folder. All bastion engine parts are stored in common.
     
    • Agree Agree x 1
  5. blockeeeer

    blockeeeer
    Expand Collapse

    Joined:
    Jul 24, 2022
    Messages:
    481
    I tried. It's not in either place. At least I didn't see it. If you guys find it, send it to me
     
  6. SSRG

    SSRG
    Expand Collapse

    Joined:
    Jun 17, 2023
    Messages:
    4,337
    Bastion_engine_v8.jbeam perhaps?
    Or bastion_exhaust.
    Can’t find it myself, but I’m guessing it’s just shoved into one of these files.
     
  7. blockeeeer

    blockeeeer
    Expand Collapse

    Joined:
    Jul 24, 2022
    Messages:
    481
    no
     
  8. Javascript_

    Javascript_
    Expand Collapse

    Joined:
    Sep 23, 2021
    Messages:
    101
    content\vehicles\common.zip\vehicles\common\engines\bastion
    @blockeeeer
     
  9. blockeeeer

    blockeeeer
    Expand Collapse

    Joined:
    Jul 24, 2022
    Messages:
    481
    upload_2023-9-20_20-53-54.png
    Code:
    {
    "bastion_engine_v8_large": {
        "information":{
            "authors":"BeamNG",
            "name":"6.5L V8 Engine",
            "value":9800,
        },
        "slotType" : "bastion_engine",
        "slots": [
            ["type", "default", "description"],
            ["bastion_enginemounts","bastion_enginemounts", "Engine Mounts", {"coreSlot":true}],
            ["bastion_v8_exhmanifold","bastion_v8_exhmanifold", "Exhaust Manifolds", {"coreSlot":true}],
            ["bastion_v8_intake","bastion_v8_intake_sport", "Intake", {"coreSlot":true}],
            ["bastion_v8_ecu","bastion_v8_ecu_sport", "Engine Management", {"coreSlot":true}],
            ["n2o_system","", "Nitrous Oxide System"],
            ["bastion_v8_internals","bastion_v8_internals", "Engine Long Block", {"coreSlot":true}],
            ["bastion_transmission","bastion_transmission_8A", "Transmission"],
        ],
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["combustionEngine", "mainEngine", "dummy", 0],
        ],
        "mainEngine": {
            "torque":[
                ["rpm", "torque"],
                [0, 0],
                [500,  250],
                [1000, 404],
                [1500, 525],
                [2000, 580],
                [2500, 616],
                [3000, 643],
                [3500, 664],
                [4000, 672],
                [4500, 668],
                [5000, 659],
                [5500, 650],
                [6000, 615],
                [6500, 542],
                [7000, 440],
                [7500, 314],
                [8000, 200],
                [8500,   0],
            ],
            //engine performance
            "idleRPM":700,
            //max rpm physically capable of
            "maxRPM":6200,
            "inertia":0.16,
            "friction":23,
            "dynamicFriction":0.032,
            "engineBrakeTorque":58,
            //"burnEfficiency":0.33,
            "burnEfficiency":[
                [0, 0.1],
                [0.05, 0.21],
                [0.4, 0.35],
                [0.7, 0.37],
                [1, 0.25],
            ],
            //fuel system
            "energyStorage": "mainTank"
            "requiredEnergyType":"gasoline",
    
            //exhaust
            "instantAfterFireSound": "event:>Vehicle>Afterfire>v8_crossflow_03>single",
            "sustainedAfterFireSound": "event:>Vehicle>Afterfire>v8_crossflow_03>multi",
            "shiftAfterFireSound": "event:>Vehicle>Afterfire>v8_crossflow_03>shift",
            "particulates":0.03,
    
            "afterFireAudibleThresholdInstant": 500000,
            "instantAfterFireCoef": 0.5,
            "instantAfterFireVolumeCoef": 0.8,
            "afterFireAudibleThresholdShift": 150000,
            "shiftAfterFireVolumeCoef": 0.7,
            "afterFireAudibleThresholdSustained": 40000,
            "sustainedAfterFireCoef": 0.5,
            "sustainedAfterFireTime": 0.8,
            "sustainedAfterFireVolumeCoef": 0.5,
    
            //cooling and oil system
            "thermalsEnabled":true,
            "engineBlockMaterial":"aluminum",
            "oilVolume":8,
            "engineBlockAirCoolingEfficiency":45,
    
            //engine durability
            "torqueReactionNodes:":["e1l","e2l","e4r"],
            "cylinderWallTemperatureDamageThreshold":150,
            "headGasketDamageThreshold":1500000,
            "pistonRingDamageThreshold":1500000,
            "connectingRodDamageThreshold":2000000,
            "maxTorqueRating": 830,
            "maxOverTorqueDamage": 700,
    
            //node beam interface
            "waterDamage": {"[engineGroup]:":["engine_intake"]},
            "radiator": {"[engineGroup]:":["radiator"]},
            "engineBlock": {"[engineGroup]:":["engine_block"]},
            "breakTriggerBeam":"engine",
            "uiName":"Engine",
            "soundConfig": "soundConfig",
            "soundConfigExhaust": "soundConfigExhaust",
    
            //starter motor
            "starterSample":"event:>Engine>Starter>v8_20xy_eng",
            "starterSampleExhaust":"event:>Engine>Starter>v8_20xy_exh",
            "shutOffSampleEngine":"event:>Engine>Shutoff>v8_20xy_eng",
            "shutOffSampleExhaust":"event:>Engine>Shutoff>v8_20xy_exh",
            "starterVolume":0.76,
            "starterVolumeExhaust":0.76,
            "shutOffVolumeEngine":0.76,
            "shutOffVolumeExhaust":0.76,
            "idleRPMStartRate":1.25,
            "idleRPMStartCoef":1,
    
            //engine deform groups
            "deformGroups":["mainEngine", "mainEngine_intake", "mainEngine_accessories"]
            "deformGroups_oilPan":["oilpan_damage"]
        },
        "soundConfig": {
            "sampleName": "V8_cross_02_engine",
            "intakeMuffling": 1,
    
            "mainGain": -3,
            "onLoadGain":1,
            "offLoadGain":0.67,
    
            "maxLoadMix": 0.7,
            "minLoadMix": 0,
    
            "lowShelfGain":6,
            "lowShelfFreq":120,
    
            "highShelfGain":0,
            "highShelfFreq":6000,
    
            "eqLowGain": 0,
            "eqLowFreq": 150,
            "eqLowWidth": 0.2,
    
            "eqHighGain": 0,
            "eqHighFreq": 2500,
            "eqHighWidth": 0.2,
    
            "fundamentalFrequencyCylinderCount":8,
            "eqFundamentalGain": -2,
        },
        "soundConfigExhaust": {
            "sampleName": "V8_cross_02_exhaust",
    
            "mainGain": 6,
            "onLoadGain":1,
            "offLoadGain":0.68,
    
            "maxLoadMix": 0.7,
            "minLoadMix": 0,
    
            "lowShelfGain":-13,
            "lowShelfFreq":115,
    
            "highShelfGain":6,
            "highShelfFreq":3400,
    
            "eqLowGain": 0,
            "eqLowFreq": 150,
            "eqLowWidth": 0.2,
    
            "eqHighGain": 0,
            "eqHighFreq": 2500,
            "eqHighWidth": 0.2,
    
            "fundamentalFrequencyCylinderCount":8,
            "eqFundamentalGain": -2,
        },
        "vehicleController": {
            "clutchLaunchStartRPM":1200,
            "clutchLaunchTargetRPM":1600,
            //highShiftDown can be overwritten by automatic transmissions
            "highShiftDownRPM":[0,0,0,2600,2950,3150,3400,3400],
            //highShiftUp can be overwritten by intake modifications
            "highShiftUpRPM":5600,
        },
        "flexbodies": [
            ["mesh", "[group]:", "nonFlexMaterials"],
            ["bastion_v8_block", ["bastion_engine"]],
            ["bastion_v8_accessories", ["bastion_engine"]],
            ["bastion_v8_ac_belt", ["bastion_engine"]],
            ["bastion_engine_starter", ["bastion_engine"]],
            ["bastion_map_sensor_wire", ["bastion_engine"]],
            ["bastion_v8_engine_cover", ["bastion_engine"]],
            ["bastion_oilcap", ["bastion_engine"]],
    
            {"deformGroup":"engbay_break", "deformMaterialBase":"bastion", "deformMaterialDamaged":"invis"},
            ["bastion_v8_cooling_hose_1", ["bastion_engine", "bastion_radiator"]],
            ["bastion_v8_cooling_hose_2", ["bastion_engine", "bastion_radiator"]],
            {"deformGroup":"", "deformMaterialBase":"", "deformMaterialDamaged":""},
        ],
        "props": [
            ["func",            "mesh",                   "idRef:", "idX:", "idY:", "baseRotation",          "rotation",            "translation",         "min", "max", "offset", "multiplier"],
            ["rpmspin",             "bastion_v8_crankshaft_pulley",                   "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -360,   360,   0,        1],
            ["rpmspin",             "bastion_v8_ac_belt_tensioner_pulley",            "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -1080,  1080,  0,       -3],
            ["rpmspin",             "bastion_v8_ac_pump_pulley",                      "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -720,   720,   0,        2],
            ["rpmspin",             "bastion_v8_alternator_pulley",                   "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -1080,  1080,  0,        3],
            ["rpmspin",             "bastion_v8_accessory_belt_tensioner_pulley",     "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -1080,  1080,  0,        3],
            ["rpmspin",             "bastion_v8_water_pump_pulley",                   "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -720,   720,   0,       -2],
            ["rpmspin",             "bastion_v8_steering_pump_pulley",                "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -720,   720,   0,        2],
            ["rpmspin",             "bastion_v8_belt_tensioner_pulley",               "e3l","e3r","e4l",     {"x":-90, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -1080,  1080,  0,       -3],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //5.7L V8 Engine
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":false},
             {"collision":true},
             {"nodeWeight":50},
             {"engineGroup":"engine_block"},
             {"group":""},
             ["e1",  0, -1.55, 0.55, {"isExhaust":"mainEngine","chemEnergy":1000,"burnRate":0.39,"flashPoint":700,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.2}],
             ["e1r", -0.18, -1.20, 0.32, {"group":["bastion_engine","bastion_header_R"], "chemEnergy":1000,"burnRate":0.39,"flashPoint":700,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.2}],
             ["e1l", 0.18, -1.20, 0.32, {"group":["bastion_engine","bastion_header_L"], "chemEnergy":1000,"burnRate":0.39,"flashPoint":700,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.2}],
             ["e2r", -0.18, -1.89, 0.32, {"group":["bastion_engine","bastion_header_R"]}],
             ["e2l", 0.18, -1.89, 0.32, {"group":["bastion_engine","bastion_header_L"]}],
             {"engineGroup":["engine_block","engine_intake"]},
             {"nodeWeight":21},
             ["e3r", -0.32, -1.20, 0.87, {"group":["bastion_engine","bastion_header_R","bastion_engine_intake"]}],
             ["e3l", 0.32, -1.20, 0.87, {"group":["bastion_engine","bastion_header_L","bastion_engine_intake"]}],
             {"group":"bastion_engine"},
             ["e4r", -0.32, -1.89, 0.87, {"group":["bastion_engine","bastion_header_R","bastion_engine_intake"]}],
             ["e4l", 0.32, -1.89, 0.87, {"group":["bastion_engine","bastion_header_L","bastion_engine_intake"]}],
             {"chemEnergy":false,"burnRate":false,"flashPoint":false,"specHeat":false,"smokePoint":false,"selfIgnitionCoef":false,"baseTemp":false,"conductionRadius":false},
             {"engineGroup":""},
             {"group":""},
             //engine mount nodes
             ["em1r", -0.31, -1.55, 0.55, {"nodeWeight":2.5}],
             ["em1l",  0.31, -1.55, 0.55, {"nodeWeight":2.5}],
             //oil pan damage
             {"nodeWeight":2},
             ["oilpan", 0.0, -1.7, 0.26],
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //--ENGINE CUBE--
              {"beamSpring":16001000,"beamDamp":500},
              {"beamDeform":150000,"beamStrength":"FLT_MAX"},
              {"deformGroup":"mainEngine", "deformationTriggerRatio":0.001}
              ["e1r","e1l"],
              ["e1r","e2r"],
              ["e1r","e2l"],
              ["e1r","e3r"],
              ["e1r","e3l"],
              ["e1r","e4r"],
              ["e1r","e4l"],
              ["e1l","e2r"],
              ["e1l","e2l"],
              ["e1l","e3r"],
              ["e1l","e3l"],
              ["e1l","e4r"],
              ["e1l","e4l"],
              ["e2r","e2l"],
              ["e2r","e3r"],
              ["e2r","e3l"],
              ["e2r","e4r"],
              ["e2r","e4l"],
              ["e2l","e3r"],
              ["e2l","e3l"],
              ["e2l","e4r"],
              ["e2l","e4l"],
              ["e3r","e3l"],
              ["e3r","e4r"],
              ["e3r","e4l"],
              ["e3l","e4r"],
              ["e3l","e4l"],
              ["e4r","e4l"],
    
              {"beamSpring":12001000,"beamDamp":500},
              ["e1", "e1l"],
              ["e1", "e1r"],
              ["e1", "e2l"],
              ["e1", "e2r"],
              ["e1", "e4l"],
              ["e1", "e4r"],
              ["e1", "e3r"],
              ["e1", "e3l"],
    
              //engine mount nodes
              {"beamSpring":3001000,"beamDamp":250},
              {"beamDeform":60000,"beamStrength":"FLT_MAX"},
              ["em1r","e3l"],
              ["em1r","e3r"],
              ["em1r","e4l"],
              ["em1r","e4r"],
              ["em1r", "e1r"],
              ["em1r", "e1l"],
              ["em1r", "e2l"],
              ["em1r", "e2r"],
    
              ["em1l","e3l"],
              ["em1l","e3r"],
              ["em1l","e4l"],
              ["em1l","e4r"],
              ["em1l", "e1r"],
              ["em1l", "e1l"],
              ["em1l", "e2l"],
              ["em1l", "e2r"],
    
              //oilpan node
              {"beamSpring":1501000,"beamDamp":250},
              {"beamDeform":8000,"beamStrength":"FLT_MAX"},
              {"deformGroup":"oilpan_damage","deformationTriggerRatio":0.005},
              ["oilpan", "e1r"],
              ["oilpan", "e1l"],
              ["oilpan", "e2r"],
              ["oilpan", "e2l"],
              ["oilpan", "e3r"],
              ["oilpan", "e3l"],
              ["oilpan", "e4r"],
              ["oilpan", "e4l"],
              {"deformGroup":""},
    
              //mesh break beams
              {"beamPrecompression":0.8, "beamType":"|SUPPORT","beamLongBound":0.8},
              {"beamSpring":9400,"beamDamp":0},
              {"beamDeform":350,"beamStrength":700},
              {"deformGroup":"engbay_break","deformationTriggerRatio":0.01},
              {"optional":true},
              ["e2r","rad2"],
              ["e2l","rad2"],
              ["e4r","rad2"],
              ["e4l","rad2"],
              ["rad1","e4r"],
              ["rad1","e4l"],
              ["rad1","e4r"],
              ["rad1","e4l"],
              {"optional":false},
              {"deformGroup":""},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    },
    }
    --- Post updated ---
    nothing
     
  10. SSRG

    SSRG
    Expand Collapse

    Joined:
    Jun 17, 2023
    Messages:
    4,337
    Engine_small perhaps?
     
  11. Javascript_

    Javascript_
    Expand Collapse

    Joined:
    Sep 23, 2021
    Messages:
    101
    bastion_engine_v6.jbeam
    upload_2023-9-20_18-5-59.png

    bastion_engine_v8_small.jbeam
    upload_2023-9-20_18-6-39.png

    bastion_engine_v8_large.jbeam (only slots, there arent any parts)
    upload_2023-9-20_18-7-12.png
    --- Post updated ---
    yep the small v8 jbeam has the "bastion_v8_exhmanifold"
     
  12. SSRG

    SSRG
    Expand Collapse

    Joined:
    Jun 17, 2023
    Messages:
    4,337
    So it’s in _v6 for V6, and _v8_small for V8.
     
    • Agree Agree x 2
  13. blockeeeer

    blockeeeer
    Expand Collapse

    Joined:
    Jul 24, 2022
    Messages:
    481
    Ok guys thanks!;)
     
    • 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