Unsolved Engine not showing up (this is porbably an obvious fix but i'm dumb)

Discussion in 'Mod Support' started by Locofan2003, Jan 10, 2017.

  1. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    And i misspelled the title. thanks concussion!
    So i am trying to make a mod for the Pessima, and i figured i'd start with the engine. So i make the engine, do the editing in the .jbeam, and when i load up the game it's not showing up. Can anyone help me?
    I tried zipping the folder, unzipping it, renaming the .jbeam, fiddling with the brackets, putting it in another folder, and everything but it's still not showing up in the part selector. Also i may seem pretty dumb, some idiot hit me with a car at a 4-way stop and i hit my head.

    Code:
    {
              "pessima_engine_crazy": {
        "information":{
            "authors":"EtyxNyx",
            "name":"2.0L DOHC I4 P35 Engine",
            "value":750,
        }
        "slotType" : "pessima_engine",
        "slots": [
            ["type", "default", "description"]
            ["pessima_exhaust","pessima_exhaust", "Exhaust"],
            ["pessima_transmission","pessima_transmission_4A", "Transmission"],
            ["pessima_intake_dohc","pessima_intake_dohc", "Intake",{"coreSlot":true}],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["combustionEngine", "mainEngine", "dummy", 0],
        ],
        "mainEngine":{
            "torque":[
                ["rpm", "torque"]
                [500, 80.54],
                [600, 86.76],
                [700, 92.16],
                [800, 97.34],
                [900, 102.07],
                [1000, 106.01],
                [1100, 108.53],
                [1200, 110.67],
                [1300, 112.24],
                [1400, 114.55],
                [1500, 116.27],
                [1600, 118.6],
                [1700, 120.7],
                [1800, 122.85],
                [1900, 124.93],
                [2000, 126.21],
                [2100, 127.99],
                [2200, 130.04],
                [2300, 132.66],
                [2400, 135.23],
                [2500, 137.93],
                [2600, 140.91],
                [2700, 144.61],
                [2800, 148.07],
                [2900, 152.2],
                [3000, 156.86],
                [3100, 161.69],
                [3200, 167.51],
                [3300, 173.68],
                [3400, 181.69],
                [3500, 190.45],
                [3600, 202.69],
                [3700, 217.39],
                [3800, 235.78],
                [3900, 259.15],
                [4000, 281.74],
                [4100, 306.6],
                [4200, 330.27],
                [4300, 349.41],
                [4400, 362.88],
                [4500, 372.57],
                [4600, 375.92],
                [4700, 377.01],
                [4800, 376.71],
                [4900, 375.12],
                [5000, 373.65],
                [5100, 371.87],
                [5200, 369.06],
                [5300, 365.21],
                [5400, 362.19],
                [5500, 360.32],
                [5600, 358.49],
                [5700, 356.58],
                [5800, 353.96],
                [5900, 352.44],
                [6000, 351.33],
                [6100, 350.27],
                [6200, 348],
                [6300, 345.64],
                [6400, 343.14],
                [6500, 340.76],
                [6600, 338.26],
                [6700, 334.51],
                [6800, 330.69],
                [6900, 326.19],
                [7000, 321.69],
                [7100, 318.22],
                [7200, 312.98],
                [7300, 309.06],
                [7400, 304.92],
                [7500, 299.99],
                [7600, 294.21],
                [7700, 287.61],
                [7800, 281.14],
                [7900, 273.95],
            ],
    
            "idleRPM":900,
            "maxRPM":8000,
            "inertia":0.18,
            "friction":16
            "dynamicFriction":0.02
            "burnEfficiency":0.34
            "torqueReactionNodes:":["e1l","e2l","e4r"]
            "particulates":0.02
            "energyStorage": "mainTank",
            "requiredEnergyType":"gasoline",
    
            //cooling and oil system
            "thermalsEnabled":false
            "engineBlockMaterial":"aluminum"
            "oilVolume":4
    
            //engine durability
            "cylinderWallTemperatureDamageThreshold":120
            "headGasketDamageThreshold":1500000
            "pistonRingDamageThreshold":1500000
            "connectingRodDamageThreshold":2000000
    
            //node beam interface
            "waterDamage": {"[engineGroup]:":["engine_intake"]},
            "radiator": {"[engineGroup]:":["radiator"]},
            "engineBlock": {"[engineGroup]:":["engine_block"]},
            "breakTriggerBeam":"engine",
        },
        "vehicleController": {
            "clutchLaunchStartRPM":2000,
            "clutchLaunchTargetRPM":2600,
            //**highShiftDown can be overwritten by automatic transmissions**
            "highShiftDownRPM":[0,0,0,2800,3300,3600,3800,3800]
            //**highShiftUp can be overwritten by intake modifications**
            "highShiftUpRPM":6300
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_engine_dohc", ["pessima_engine"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2.0L I4 Engine--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_engine"},
             {"engineGroup":"engine_block"}
             {"nodeWeight":17},
             ["e1r", 0.18, -1.62, 0.24,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.12}],
             ["e1l", 0.18, -1.38, 0.24],
             ["e2r", -0.29, -1.62, 0.24,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.12}],
             ["e2l", -0.29, -1.38, 0.24],
             {"engineGroup":["engine_block","engine_intake"]}
             ["e3r", 0.18, -1.66, 0.75,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.12}],
             ["e3l", 0.18, -1.28, 0.75],
             ["e4r", -0.29, -1.66, 0.75,{"isExhaust":true,"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.12}],
             ["e4l", -0.29, -1.28, 0.75],
             ["tc1", 0, -1.65, 0.42],
             {"engineGroup":""}
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":540000,"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"{"isExhaust":true}],
              ["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"],
    
              ["tc1","e3l"],
              ["tc1","e3r"],
              ["tc1","e4l"],
              ["tc1","e4r"],
              ["tc1","e1l"],
              ["tc1","e1r"],
              ["tc1","e2l"],
              ["tc1","e2r"],
              {"beamSpring":60600,"beamDamp":50},
              {"beamDeform":1000,"beamStrength":2000},
              //rad tube beams
              {"breakGroup":"radtube"},
              ["e3r","f15l"],
              ["e3r","f15"],
              ["e3r","f15l"],
              ["e3r","f15"],
              {"breakGroup":""},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
      ],
    }
    "pessima_intake_sohc": {
        "information":{
            "authors":"BeamNG",
            "name":"Stock Intake",
            "value":150,
        }
        "slotType" : "pessima_intake_sohc",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_airbox", ["pessima_engine","pessima_airbox"]],
             ["pessima_header", ["pessima_engine"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_airbox"},
             {"engineGroup":"engine_intake"},
             {"nodeWeight":2},
             ["airb", 0.57, -1.55, 0.75],
             {"engineGroup":""},
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":100600,"beamDamp":150},
              {"beamDeform":12000,"beamStrength":36000},
              ["airb","e1r"],
              ["airb","e2r"],
              ["airb","e3r"],
              ["airb","e4r"],
              ["airb","e1l"],
              ["airb","e2l"],
              ["airb","e3l"],
              ["airb","e4l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_intake_dohc": {
        "information":{
            "authors":"BeamNG",
            "name":"Stock Intake",
            "value":150,
        }
        "slotType" : "pessima_intake_dohc",
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_airbox", ["pessima_engine","pessima_airbox"]],
             ["pessima_header", ["pessima_engine"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_airbox"},
             {"nodeWeight":2},
             {"engineGroup":"engine_intake"},
             ["airb", 0.57, -1.55, 0.75],
             {"engineGroup":""},
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":100600,"beamDamp":150},
              {"beamDeform":12000,"beamStrength":36000},
              ["airb","e1r"],
              ["airb","e2r"],
              ["airb","e3r"],
              ["airb","e4r"],
              ["airb","e1l"],
              ["airb","e2l"],
              ["airb","e3l"],
              ["airb","e4l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_intake_sport": {
        "information":{
            "authors":"BeamNG",
            "name":"Sport Intake",
            "value":350,
        }
        "slotType" : "pessima_intake_dohc",
        "mainEngine":{
            "torque":[
                ["rpm", "torque"]
                [0, 0],
                [500, 90],
                [1000, 124],
                [2000, 142],
                [3000, 198],
                [4000, 215],
                [4500, 216],
                [5000, 215],
                [5500, 210],
                [6000, 195],
                [7000, 173],
                [8000, 113],
            ],
    
            "maxRPM":6700,
            "burnEfficiency":0.33
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_airbox", ["pessima_engine","pessima_airbox"]],
             ["pessima_header", ["pessima_engine"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_airbox"},
             {"nodeWeight":2},
             {"engineGroup":"engine_intake"},
             ["airb", 0.57, -1.55, 0.75],
             {"engineGroup":""},
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":100600,"beamDamp":150},
              {"beamDeform":12000,"beamStrength":36000},
              ["airb","e1r"],
              ["airb","e2r"],
              ["airb","e3r"],
              ["airb","e4r"],
              ["airb","e1l"],
              ["airb","e2l"],
              ["airb","e3l"],
              ["airb","e4l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_turbo": {
        "information":{
            "authors":"BeamNG",
            "name":"GTz Turbocharger",
            "value":950,
        }
        "slotType" : "pessima_intake_dohc",
        "turbocharger": {
            "wastegateStart":9,
            "wastegateLimit":11,
            "maxExhaustPower": 4000,
            "backPressureCoef": 0.000035,
            "frictionCoef": 1.4,
            "inertia":3.6,
            "damageThresholdTemperature": 620,
            "pressurePSI":[
                //turbineRPM, pressure(PSI)
                [0,         -0.5],
                [30000,     0],
                [60000,     5],
                [90000,     8],
                [150000,    11],
                [200000,    14],
                [250000,    17],
            ],
            "engineDef":[
                //engineRPM, efficiency, exhaustFactor
                [0,     0.0,    0.0],
                [650,   0.2,   0.15],
                [1400,  0.3,   0.23],
                [2000,  0.36,    0.29],
                [2500,  0.46,    0.39],
                [3000,  0.78,    0.55],
                [4000,  0.9,    0.75],
                [5000,  0.95,    0.8],
                [6000,  1.0,    0.85],
                [7000,  1.0,    0.95],
                [8000,  0.9,    1.0],
            ],
        },
        "mainEngine":{
            "maxRPM":6900,
            "burnEfficiency":0.30
            "cylinderWallTemperatureDamageThreshold":150
            //turbocharger name
            "turbocharger":"turbocharger",
        },
        "vehicleController": {
            "highShiftUpRPM":6700
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_icpipe_intake", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_icpipe_turbo", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_turbo", ["pessima_engine"]],
             ["pessima_intercooler", ["pessima_intercooler","pessima_rad"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_intercooler"},
             {"nodeWeight":11},
             ["interc", 0.0, -2.00, 0.35],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":350600,"beamDamp":60},
              {"beamDeform":3000,"beamStrength":6000},
              ["interc","f13rr"],
              ["interc","f13"],
              ["interc","f13ll"],
              ["interc","f18"],
              ["interc","f18r"],
              ["interc","f18l"],
    
              ["interc","f11rr"],
              ["interc","f11"],
              ["interc","f11ll"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_turbo_stage2": {
        "information":{
            "authors":"BeamNG",
            "name":"Stage 2 Turbocharger",
            "value":1800,
        }
        "slotType" : "pessima_intake_dohc",
        "turbocharger": {
            "wastegateStart":23,
            "wastegateLimit":25,
            "maxExhaustPower": 12000,
            "backPressureCoef": 0.00003,
            "frictionCoef": 5,
            "inertia":9,
            //"pressureRatePSI":55
            "damageThresholdTemperature": 760,
            "pressurePSI":[
                //turbineRPM, pressure(PSI)
                [0,         -1.5],
                [30000,     -0.5],
                [60000,     5],
                [90000,     13],
                [150000,    23],
                [200000,    29],
                [250000,    35],
            ],
            "engineDef":[
                //engineRPM, efficiency, exhaustFactor
                [0,     0.0,    0.0],
                [650,   0.1,   0.15],
                [1400,  0.25,   0.23],
                [2000,  0.35,    0.39],
                [2500,  0.47,    0.50],
                [3000,  0.60,    0.65],
                [4000,  0.78,    0.8],
                [5000,  0.85,    0.95],
                [6000,  1.0,    1.0],
                [7000,  1.0,    1.0],
                [8000,  0.9,    1.0],
            ],
        },
        "mainEngine":{
            "idleRPM":1500,
            "maxRPM":7300,
            "burnEfficiency":0.26
            "cylinderWallTemperatureDamageThreshold":150
            //turbocharger name
            "turbocharger":"turbocharger",
        },
        "vehicleController": {
            "clutchLaunchStartRPM":2200,
            "clutchLaunchTargetRPM":3200,
            "highShiftUpRPM":7000
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_icpipe_intake", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_icpipe_turbo", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_turbo", ["pessima_engine"]],
             ["pessima_intercooler", ["pessima_intercooler","pessima_rad"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_intercooler"},
             {"nodeWeight":11},
             ["interc", 0.0, -2.00, 0.35],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":350600,"beamDamp":60},
              {"beamDeform":3000,"beamStrength":6000},
              ["interc","f13rr"],
              ["interc","f13"],
              ["interc","f13ll"],
              ["interc","f18"],
              ["interc","f18r"],
              ["interc","f18l"],
    
              ["interc","f11rr"],
              ["interc","f11"],
              ["interc","f11ll"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_turbo_stage3": {
        "information":{
            "authors":"BeamNG",
            "name":"Stage 3 Variable Boost Turbocharger",
            "value":3000,
        }
        "slotType" : "pessima_intake_dohc",
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"]
            ["$wastegateStart", "range", "psi", "Turbocharger", 8, 6, 36, "Wastegate Start", "Pressure at which the wastegate begins to open"{"stepDis":0.5}]
            ["$wastegateLimit", "range", "psi", "Turbocharger", 10, 8, 38, "Wastegate Limit", "Pressure at which the wastegate is fully opened"{"stepDis":0.5}]
        ],
        "turbocharger": {
            "wastegateStart":"$wastegateStart",
            "wastegateLimit":"$wastegateLimit",
            "maxExhaustPower": 180000,
            "backPressureCoef": 0.000040,
            "frictionCoef": 20.3,
            "inertia":20.4,
            "pressureRatePSI": 95,
            "damageThresholdTemperature": 870,
            "pressurePSI":[
                //turbineRPM, pressure(PSI)
                [0,         -1],
                [30000,     -0.5],
                [60000,     5],
                [90000,     18],
                [150000,    30],
                [200000,    36],
                [250000,    40],
            ],
            "engineDef":[
                //engineRPM, efficiency, exhaustFactor
                [0,     0.0,    0.0],
                [650,   0.23,   0.15],
                [1400,  0.33,   0.23],
                [2000,  0.41,    0.29],
                [2500,  0.54,    0.41],
                [3000,  0.72,    0.61],
                [4000,  0.98,    0.77],
                [5000,  1.13,    0.87],
                [6000,  1.18,    1.0],
                [7000,  1.11,    1.00],
                [8000,  1.2,    1.0],
                [9000,  1.25,    1.0],
            ],
        },
        "mainEngine":{
            "idleRPM":1100,
            "maxRPM":8000,
            "burnEfficiency":0.24,
            "cylinderWallTemperatureDamageThreshold":180
            //turbocharger name
            "turbocharger":"turbocharger",
        },
        "vehicleController": {
            "clutchLaunchStartRPM":2200,
            "clutchLaunchTargetRPM":3200,
            "highShiftUpRPM":7700
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_icpipe_intake", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_icpipe_turbo", ["pessima_engine","pessima_intercooler","pessima_rad"]],
             ["pessima_turbo", ["pessima_engine"]],
             ["pessima_intercooler", ["pessima_intercooler","pessima_rad"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_intercooler"},
             {"nodeWeight":11},
             ["interc", 0.0, -2.00, 0.35],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":350600,"beamDamp":60},
              {"beamDeform":3000,"beamStrength":6000},
              ["interc","f13rr"],
              ["interc","f13"],
              ["interc","f13ll"],
              ["interc","f18"],
              ["interc","f18r"],
              ["interc","f18l"],
    
              ["interc","f11rr"],
              ["interc","f11"],
              ["interc","f11ll"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_transmission_4A": {
        "information":{
            "authors":"BeamNG",
            "name":"4-Speed Automatic Transmission",
            "value":330,
        }
        "slotType" : "pessima_transmission",
        "slots": [
            ["type", "default", "description"],
            ["pessima_transfer_case","pessima_transfer_case_FWD", "Transfer Case"{"coreSlot":true}],
            ["pessima_differential_F","pessima_differential_F", "Front Differential"],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["torqueConverter", "torqueConverter", "mainEngine", 1],
            ["automaticGearbox", "gearbox", "torqueConverter", 1],
        ],
        "gearbox": {
            "gearRatios":[-1.90, 0, 2.53, 1.44, 1.03, 0.725],
            "parkLockTorque":1800,
            "oneWayViscousCoef":10,
            "friction": 1,
        },
        "torqueConverter": {
            "converterDiameter": 0.245,
            "converterStiffness":9,
            "couplingAVRatio":0.9,
            "stallTorqueRatio":1.8,
            "lockupClutchTorque":250,
        },
        "vehicleController": {
            "automaticModes":"PRND21",
            "transmissionGearChangeDelay":1.5
            "gearboxDecisionSmoothingDown":1
            "gearboxDecisionSmoothingUp":2
            "lowShiftDownRPM":1800,
            "lowShiftUpRPM":2800,
            "highShiftDownRPM":3400,
            "torqueConverterLockupRPM":2000
            "torqueConverterLockupMinGear":3
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transmission", ["pessima_engine","pessima_transmission"]],
             ["pessima_shifterbase_A", ["pessima_body"]],
             ["pessima_gearindicator_A", ["pessima_dash"]],
        ],
        "glowMap":{
                "auto_P":{"simpleFunction":"auto_p", "off":"pessima_gauges", "on":"pessima_gauges_on"},
                "auto_R":{"simpleFunction":"auto_r", "off":"pessima_gauges", "on":"pessima_gauges_on"},
                "auto_N":{"simpleFunction":"auto_n", "off":"pessima_gauges", "on":"pessima_gauges_on"},
                "auto_D":{"simpleFunction":"auto_d", "off":"pessima_gauges", "on":"pessima_gauges_on"},
                "auto_2":{"simpleFunction":"auto_2", "off":"pessima_gauges", "on":"pessima_gauges_on"},
                "auto_1":{"simpleFunction":"auto_1", "off":"pessima_gauges", "on":"pessima_gauges_on"},
        },
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //automatic transmission
            ["gear_A"   ,"pessima_shifter_A", "f7r","f7l","f8r", {"x":85, "y":0, "z":0}, {"x":1, "y":0, "z":0}     , {"x":0, "y":0.2, "z":0.0}, 0, 1, 0, 1],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--4 Speed Auto--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_transmission"},
             {"nodeWeight":12},
             ["tra1r",-0.27, -1.29, 0.31],
             ["tra1l", 0.27, -1.29, 0.31],
             ["ta1", 0, -1.29, 0.31],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              //--TRANSMISSION--
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":540000,"beamStrength":"FLT_MAX"},
              ["tra1l","e2r"],
              ["tra1l","e4r"],
              ["tra1l","e2l"],
              ["tra1l","e4l"],
              ["tra1r","e1r"],
              ["tra1r","e3r"],
              ["tra1r","e1l"],
              ["tra1r","e3l"],
              ["tra1r","tra1l"],
              ["ta1","e1l"],
              ["ta1","e2l"],
              ["ta1","e4l"],
              ["ta1","e3l"],
              ["ta1","tra1l"],
              ["ta1","tra1r"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_transmission_5M": {
        "information":{
            "authors":"BeamNG",
            "name":"5-Speed Manual Transmission",
            "value":250,
        }
        "slotType" : "pessima_transmission",
        "slots": [
            ["type", "default", "description"],
            ["pessima_transfer_case","pessima_transfer_case_AWD", "Transfer Case"{"coreSlot":true}],
            ["pessima_differential_F","pessima_differential_F", "Front Differential"],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "gearbox": {
            "gearRatios":[-3.0, 0, 3.31, 1.81, 1.19, 0.87, 0.71],
            "friction": 1,
        },
        "vehicleController": {
            "lowShiftDownRPM":[0,0,0,2800,3300,3600,3800,3800]
            "lowShiftUpRPM":5000,
            "wheelSlipUpThreshold":120,
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transmission", ["pessima_engine","pessima_transmission"]],
             ["pessima_shifter_M", ["pessima_body"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //manual transmission
            //["gear_M"   ,"pessima_shifter_M", "f7r","f7l","f8r", {"x":85, "y":0, "z":0}, {"x":0, "y":0, "z":0}     , {"x":0, "y":0, "z":0.0}, 0, 1, 0, 1],
            ["clutch", "pessima_clutchpedal", "f1l","f1r","f6l", {"x":5, "y":0, "z":180}, {"x":-25, "y":0, "z":0}, {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--5 Speed Manual--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_transmission"},
             {"nodeWeight":12},
             ["tra1r",-0.27, -1.29, 0.31],
             ["tra1l", 0.27, -1.29, 0.31],
             ["ta1", 0, -1.29, 0.31],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              //--TRANSMISSION CONE--
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":540000,"beamStrength":"FLT_MAX"},
              ["tra1l","e2r"],
              ["tra1l","e4r"],
              ["tra1l","e2l"],
              ["tra1l","e4l"],
              ["tra1r","e1r"],
              ["tra1r","e3r"],
              ["tra1r","e1l"],
              ["tra1r","e3l"],
              ["tra1r","tra1l"],
              ["ta1","e1l"],
              ["ta1","e2l"],
              ["ta1","e4l"],
              ["ta1","e3l"],
              ["ta1","tra1l"],
              ["ta1","tra1r"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_transmission_5M_HX": {
        "information":{
            "authors":"BeamNG",
            "name":"High Efficiency 5-Speed Manual Transmission",
            "value":290,
        }
        "slotType" : "pessima_transmission",
        "slots": [
            ["type", "default", "description"],
            ["pessima_transfer_case","pessima_transfer_case_FWD", "Transfer Case"{"coreSlot":true}],
            ["pessima_differential_F","pessima_differential_F", "Front Differential"],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "gearbox": {
            "gearRatios":[-3.1, 0, 3.25, 1.65, 1.03, 0.81, 0.64]
            "friction": 1,
        },
        "vehicleController": {
            "lowShiftDownRPM":[0,0,0,2800,3300,3600,3800,3800]
            "lowShiftUpRPM":5000,
            "wheelSlipUpThreshold":120,
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transmission", ["pessima_engine","pessima_transmission"]],
             ["pessima_shifter_M", ["pessima_body"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //manual transmission
            //["gear_M"   ,"pessima_shifter_M", "f7r","f7l","f8r", {"x":85, "y":0, "z":0}, {"x":0, "y":0, "z":0}     , {"x":0, "y":0, "z":0.0}, 0, 1, 0, 1],
            ["clutch", "pessima_clutchpedal", "f1l","f1r","f6l", {"x":5, "y":0, "z":180}, {"x":-25, "y":0, "z":0}, {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--5 Speed Manual--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_transmission"},
             {"nodeWeight":12},
             ["tra1r",-0.27, -1.29, 0.31],
             ["tra1l", 0.27, -1.29, 0.31],
             ["ta1", 0, -1.29, 0.31],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              //--TRANSMISSION CONE--
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":540000,"beamStrength":"FLT_MAX"},
              ["tra1l","e2r"],
              ["tra1l","e4r"],
              ["tra1l","e2l"],
              ["tra1l","e4l"],
              ["tra1r","e1r"],
              ["tra1r","e3r"],
              ["tra1r","e1l"],
              ["tra1r","e3l"],
              ["tra1r","tra1l"],
              ["ta1","e1l"],
              ["ta1","e2l"],
              ["ta1","e4l"],
              ["ta1","e3l"],
              ["ta1","tra1l"],
              ["ta1","tra1r"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_transmission_6M_race": {
        "information":{
            "authors":"BeamNG",
            "name":"Race 6-Speed Manual Transmission",
            "value":900,
        }
        "slotType" : "pessima_transmission",
        "slots": [
            ["type", "default", "description"],
            ["pessima_transfer_case","pessima_transfer_case_AWD_race", "Transfer Case"{"coreSlot":true}],
            ["pessima_differential_F","pessima_differential_F", "Front Differential"],
        ],
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"]
            ["$gear_R", "range", ":1", "Transmission", -2.95, -6.0, -0.5, "Reverse Gear Ratio", "Torque multiplication ratio"]
            ["$gear_1", "range", ":1", "Transmission", 3.65, 0.5, 6.0, "1st Gear Ratio", "Torque multiplication ratio"]
            ["$gear_2", "range", ":1", "Transmission", 2.37, 0.5, 6.0, "2nd Gear Ratio", "Torque multiplication ratio"]
            ["$gear_3", "range", ":1", "Transmission", 1.67, 0.5, 6.0, "3rd Gear Ratio", "Torque multiplication ratio"]
            ["$gear_4", "range", ":1", "Transmission", 1.28, 0.5, 6.0, "4th Gear Ratio", "Torque multiplication ratio"]
            ["$gear_5", "range", ":1", "Transmission", 1.02, 0.5, 6.0, "5th Gear Ratio", "Torque multiplication ratio"]
            ["$gear_6", "range", ":1", "Transmission", 0.82, 0.5, 6.0, "6th Gear Ratio", "Torque multiplication ratio"]
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "gearbox": {
            "gearRatios":["$gear_R", 0, "$gear_1", "$gear_2", "$gear_3", "$gear_4", "$gear_5", "$gear_6"],
            "friction": 1,
        },
        "vehicleController": {
            "lowShiftDownRPM":[0,0,0,3200,3500,4000,4200,4200]
            "lowShiftUpRPM":5400,
        },
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transmission", ["pessima_engine","pessima_transmission"]],
             ["pessima_shifter_M", ["pessima_body"]],
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            //manual transmission
            //["gear_M"   ,"pessima_shifter_M", "f7r","f7l","f8r", {"x":85, "y":0, "z":0}, {"x":0, "y":0, "z":0}     , {"x":0, "y":0, "z":0.0}, 0, 1, 0, 1],
            ["clutch", "pessima_clutchpedal", "f1l","f1r","f6l", {"x":5, "y":0, "z":180}, {"x":-25, "y":0, "z":0}, {"x":0.0, "y":0, "z":0}, 0, 1, 0, 1],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"pessima_transmission"},
             {"nodeWeight":12},
             ["tra1r",-0.27, -1.29, 0.31],
             ["tra1l", 0.27, -1.29, 0.31],
             ["ta1", 0, -1.29, 0.31],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              //--TRANSMISSION CONE--
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":540000,"beamStrength":"FLT_MAX"},
              ["tra1l","e2r"],
              ["tra1l","e4r"],
              ["tra1l","e2l"],
              ["tra1l","e4l"],
              ["tra1r","e1r"],
              ["tra1r","e3r"],
              ["tra1r","e1l"],
              ["tra1r","e3l"],
              ["tra1r","tra1l"],
              ["ta1","e1l"],
              ["ta1","e2l"],
              ["ta1","e4l"],
              ["ta1","e3l"],
              ["ta1","tra1l"],
              ["ta1","tra1r"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "pessima_transfer_case_FWD": {
        "information":{
            "authors":"BeamNG",
            "name":"FWD Transfer Case",
            "value":500,
        },
        "slotType" : "pessima_transfer_case",
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["shaft", "transfercase", "gearbox", 1, {"outputPortOverride":[2], "friction":3}],
        ],
    },
    "pessima_transfer_case_RWD": {
        "information":{
            "authors":"BeamNG",
            "name":"RWD Transfer Case",
            "value":700,
        },
        "slotType" : "pessima_transfer_case",
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["shaft", "transfercase", "gearbox", 1, {"friction":3}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transfercase", ["pessima_engine","pessima_transmission"]],
        ],
    },
    "pessima_transfer_case_AWD": {
        "information":{
            "authors":"BeamNG",
            "name":"Viscous AWD Transfer Case",
            "value":1100,
        },
        "slotType" : "pessima_transfer_case",
        "controller": [
            ["fileName"],
            ["viscotronic", {"transfercaseName":"transfercase"}],
        ],
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["splitShaft", "transfercase", "gearbox", 1, {"splitType":"viscous", "primaryOutputID":2, "viscousCoef":15, "viscousTorque":500, "friction":5}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transfercase", ["pessima_engine","pessima_transmission"]],
        ],
    },
    "pessima_transfer_case_AWD_race": {
        "information":{
            "authors":"BeamNG",
            "name":" Race AWD Transfer Case",
            "value":2500,
        },
        "slotType" : "pessima_transfer_case",
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"],
            ["$difftorquesplit_C", "range", "", "Differentials", 0.5, 0.25, 0.75, "Center LSD Torque Split", "Percent torque to rear wheels", {"minDis":25, "maxDis":75}],
            ["$lsdpreload_C", "range", "N/m", "Differentials", 50, 0, 500, "Center LSD Preload", "Initial cross torque between front and rear wheels"],
            ["$lsdlockcoef_C", "range", "", "Differentials", 0.20, 0, 0.5, "Center LSD Forward Locking ", "Locking effect proportional to engine torque", {"minDis":0, "maxDis":100}],
            ["$lsdlockcoefrev_C", "range", "", "Differentials", 0.05, 0, 0.5, "Center LSD Reverse Locking", "Locking effect proportional to engine braking", {"minDis":0, "maxDis":100}],
        ],
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["differential", "transfercase", "gearbox", 1, {"diffType":"lsd", "lsdPreload":"$lsdpreload_C", "lsdLockCoef":"$lsdlockcoef_C", "lsdRevLockCoef":"$lsdlockcoefrev_C", "diffTorqueSplit":"$difftorquesplit_C", "friction":5}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_transfercase", ["pessima_engine","pessima_transmission"]],
        ],
    },
    "pessima_differential_F": {
        "information":{
            "authors":"BeamNG",
            "name":"Open Front Differential",
            "value":400,
        },
        "slotType" : "pessima_differential_F",
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["differential", "differential_F", "transfercase", 2, {"diffType":"open", "gearRatio": 4.266, "friction":6}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_halfshaft_F", ["pessima_tierod_F","pessima_hub_F","pessima_transmission","wheelhub_FR","wheelhub_FL"]],
        ],
        "beams": [
              ["id1:", "id2:"],
              //halfshafts
              {"beamPrecompression":1, "beamType":"|BOUNDED", "beamLongBound":0.04, "beamShortBound":0.04},
              {"beamSpring":0,"beamDamp":0,"beamDeform":3240,"beamStrength":8550},
              {"beamLimitSpring":7501000,"beamLimitDamp":300},
              {"optional":true},
              {"breakGroupType":1},
              {"breakGroup":"wheel_FR"},
              ["fw1r","tra1r", {"name":"axle_FR"}],
              {"breakGroup":"wheel_FL"},
              ["fw1l","tra1l", {"name":"axle_FL"}],
              {"breakGroup":""},
              {"optional":false},
              {"breakGroupType":0},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    },
    "pessima_differential_F_LSD": {
        "information":{
            "authors":"BeamNG",
            "name":"Limited Slip Front Differential",
            "value":800,
        },
        "slotType" : "pessima_differential_F",
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["differential", "differential_F", "transfercase", 2, {"diffType":"viscous", "gearRatio": 4.266, "viscousCoef":10, "viscousTorque":500, "friction":6}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_halfshaft_F", ["pessima_tierod_F","pessima_hub_F","pessima_transmission","wheelhub_FR","wheelhub_FL"]],
        ],
        "beams": [
              ["id1:", "id2:"],
              //halfshafts
              {"beamPrecompression":1, "beamType":"|BOUNDED", "beamLongBound":0.04, "beamShortBound":0.04},
              {"beamSpring":0,"beamDamp":0,"beamDeform":3240,"beamStrength":8550},
              {"beamLimitSpring":7501000,"beamLimitDamp":300},
              {"optional":true},
              {"breakGroupType":1},
              {"breakGroup":"wheel_FR"},
              ["fw1r","tra1r", {"name":"axle_FR"}],
              {"breakGroup":"wheel_FL"},
              ["fw1l","tra1l", {"name":"axle_FL"}],
              {"breakGroup":""},
              {"optional":false},
              {"breakGroupType":0},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    },
    "pessima_differential_F_race": {
        "information":{
            "authors":"BeamNG",
            "name":"Race Limited Slip Front Differential",
            "value":1250,
        },
        "slotType" : "pessima_differential_F",
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"],
            ["$lsdpreload_F", "range", "N/m", "Differentials", 50, 0, 500, "Front LSD Preload", "Initial cross torque between left and right wheels"],
            ["$lsdlockcoef_F", "range", "", "Differentials", 0.20, 0, 0.5, "Front LSD Forward Locking ", "Locking effect proportional to engine torque", {"minDis":0, "maxDis":100}],
            ["$lsdlockcoefrev_F", "range", "", "Differentials", 0.10, 0, 0.5, "Front LSD Reverse Locking", "Locking effect proportional to engine braking", {"minDis":0, "maxDis":100}],
        ],
        "powertrain" : [
            ["type", "name", "inputName", "inputIndex"],
            ["differential", "differential_F", "transfercase", 2, {"diffType":"lsd", "gearRatio":4.266, "lsdPreload":"$lsdpreload_F", "lsdLockCoef":"$lsdlockcoef_F", "lsdRevLockCoef":"$lsdlockcoefrev_F", "friction":6}],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["pessima_halfshaft_F", ["pessima_tierod_F","pessima_hub_F","pessima_transmission","wheelhub_FR","wheelhub_FL"]],
        ],
        "beams": [
              ["id1:", "id2:"],
              //halfshafts
              {"beamPrecompression":1, "beamType":"|BOUNDED", "beamLongBound":0.04, "beamShortBound":0.04},
              {"beamSpring":0,"beamDamp":0,"beamDeform":3240,"beamStrength":8550},
              {"beamLimitSpring":7501000,"beamLimitDamp":300},
              {"optional":true},
              {"breakGroupType":1},
              {"breakGroup":"wheel_FR"},
              ["fw1r","tra1r", {"name":"axle_FR"}],
              {"breakGroup":"wheel_FL"},
              ["fw1l","tra1l", {"name":"axle_FL"}],
              {"breakGroup":""},
              {"optional":false},
              {"breakGroupType":0},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    },
    }
     
  2. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Works for me...? :confused:

    Although I just copy/pasted the "engine" part. All the others seemed redundant stock parts, so I left them out.
     

    Attached Files:

    • engine.jpg
  3. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    okay that may be it, haha. Or maybe it's cause i have it in my mods folder. By the way, how does it handle (since i haven't tested it and may not)
    Yeah, i have it in my mod folder, i have no other mods that affect the pessima, all that's in the jbeam now is the engine, it's not showing up. ANYONE know why it isn't working?
     
  4. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    I don't know, I just checked whether the part was selectable or not.

    I don't know if the stock parts on the standard LX Pessima can cope with a "crazy" engine anyway.
     
  5. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    I was putting it in a rally pessima lel.. anyways i'm just gonna insert it into the stock jbeam for now, figure it out later :(
    My grand plan is to make the Ibishu P35, a lancia 037 that's not a lancia 037.
    --- Post updated ---
    Now the damn car's just entirely not showing up arrrrrgh
    rfersdgferdge
    --- Post updated ---
    WHat did you do to make it work forr you, because i do something and now the pessima isn't even in the vehicle selector
     
  6. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Syntax error in your JBeam, preventing the vehicle from loading.

    Check your brackets.
     
  7. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    No, i think the problem *may* be that instead of being "content/vehicles/pessima/vehicles/pessima" i have "content/vehicles/pessima/pessima/pessima/vehicles/pessima". ALthough i'll check the brackets too.
     
  8. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Well yes, the folder structure in the archive must make some sense lol... :p
     
  9. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    well now it shows up in the selector but it won't spawn. I have a really messed up bain rn (think i may have a concussion) so looking at the brackets & shiz is like a sea of black lines-can you check?(sorry i sound really needy, i would wait until i'm at top capability but i may have this as a school project)
     
  10. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Can't check it right now, I'm away from my PC (on the phone).
     
  11. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    K. Once that's done(by the way thank you thankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyou!!!!!!!!!!!!!!!!!!!!!!) i'll create a thread in Content Creation for the Ibishu P35, and i think the rest'll go off pretty well.
     
    #11 Locofan2003, Jan 11, 2017
    Last edited: Jan 11, 2017
  12. Inertia

    Inertia
    Expand Collapse

    Joined:
    Dec 29, 2015
    Messages:
    1,692
    If you actually think you have a concussion, take a break. Then come back with a clear head, it will be far more productive to have a clear head and take some time off than to just sit there doing very little. Trust me I do it all the time :p Also can you take a screenshot of console?
     
  13. Locofan2003

    Locofan2003
    Expand Collapse

    Joined:
    Oct 20, 2015
    Messages:
    413
    Sadly I can't take time off other than sleeping (which I'm about to), this project has to be finished on the 26th and I still need to do the body of the car.
     
  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