WIP Beta released Hirochi Sunburst Electric 3.61

"It's Electric!"

  1. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
    Attention Everybody!
    I am currently developing a new sound for this car,
    Could you please take a moment and test it out and give me some feedback please?
    If the majority is For the sound, then it will be in the next update.
    If not, then I will keep using the sound that we already have :)
     

    Attached Files:

    #61 AdamB, Nov 28, 2016
    Last edited: Nov 28, 2016
  2. AM-DB9

    AM-DB9
    Expand Collapse

    Joined:
    Mar 24, 2014
    Messages:
    106
    The last update really worked, now I can use an FWD SunElec to pull a D15 trailer up to 17-18° (close to 30% uphill) from a standstill, using the standard motor and a single speed transmission. On its own, the car behaves a lot better and goes up no problem.

    About the sound, the new one is a lot more refined than the old one, but the old was overall quieter. If it can be done, I'd keep the new one as it is for the cheaper engines. For the more luxurious ones I'd muffle the lowest frequencies and the high pitch whistle, keeping the main noise as is, or simply tune it to a quieter volume. The ludicrous models are more performance than luxury oriented, so IMO they should retain a more aggressive sound (maybe you could add some electrical buzz as an accelerator sound).

    If there was a standard super quiet motor variant for those who value silence over performance, that would be icing on cake.
     
  3. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
  4. AM-DB9

    AM-DB9
    Expand Collapse

    Joined:
    Mar 24, 2014
    Messages:
    106
    The final sound is very good :)
     
  5. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
  6. aesthetic_tea

    aesthetic_tea
    Expand Collapse

    Joined:
    Nov 29, 2016
    Messages:
    657
    Maybe add a limited edition config?
     
  7. grayman9000

    grayman9000
    Expand Collapse

    Joined:
    Sep 7, 2013
    Messages:
    820
    The video has one of the best 80's song's IMO
     
    • Agree Agree x 1
  8. Bobby Joe

    Bobby Joe
    Expand Collapse

    Joined:
    Jul 19, 2016
    Messages:
    60
    The EcoGreen update-10/10

    It is funny sorta, since it is an electric car. I like the leaf. This decal/paint design has no glitching out.
     
  9. MKPanther

    MKPanther
    Expand Collapse

    Joined:
    Jul 26, 2016
    Messages:
    364
    If the gauges aren't working properly, put the default ones and in a update you can put them
     
  10. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
    ... I never ever expected 12,000 downloads! :)
    I was so happy when this hit 4,000 and became BeamNG's most downloaded electric car!! :D

    Now here we are at 3X that amount ;)
    Thanks to everyone! :cool:
     
  11. chicmeaden

    chicmeaden
    Expand Collapse

    Joined:
    Dec 24, 2016
    Messages:
    1
    i may be stupid, but how do you drive this?????? i pressed the throtle on arcade and relistic and it does nothing, it shows the gear changing but does nothing
     
  12. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
    Right now, it's unsupported for the latest version of the game, it will be updated hopefully soon :)
     
  13. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
  14. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
  15. AM-DB9

    AM-DB9
    Expand Collapse

    Joined:
    Mar 24, 2014
    Messages:
    106
    It's back for 0.8, and working fine :)
    Could you add a version without torque converter for the single speed and CVT transmission? Since EVs idle at 0 RPM, the torque converter is really unnecessary unless you have classic gears of any kind (manual, DCT or automatic)
    To simulate this I just switched to Realistic without clutch assistance in the old versions, but even disabling clutch assist allows for some slippage in 0.8

    TY AdamB
     
  16. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
    I agree, but I wish I knew more about the powertrain system.
    @synsol let me use his code as a basis for mine :)
    I actually tried to remove the torqueconverter, but then the car wouldn't move at all.
     
  17. AM-DB9

    AM-DB9
    Expand Collapse

    Joined:
    Mar 24, 2014
    Messages:
    106
    I edited the single speed transmission to be full manuals. There seems to be no way to fully lock a torque converter (and per the Wiki the CVT must go behind a torque converter). I also edited the engine curves to be more linear and to avoid the "beyond redline" behavior:

    Code:
    {
    "sunburst_motor_basic": {
        "information":{
            "authors":"AdamB, BeamNG",
            "name":"Stock Electric Motor",
            "value":2400,
        }
        "slotType" : "sunburst_engine",
        "slots": [
            ["type", "default", "description"],
            ["sunburst_transfer_case","sunburst_transfer_case_AWD", "Transfer Case"{"coreSlot":true}],
            ["sunburst_differential_F","sunburst_differential_F", "Front Differential"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["sunburst_engine", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_transmission_awd", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_auto", ["sunburst_body"]],
        ],
        "props": [
            ["func",    "mesh",                  "idRef:","idX:","idY:", "baseRotation",          "rotation",              "translation",             "min", "max", "offset", "multiplier"],
            //displays
            ["disp_P_cvt", "sunburst_displayP",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_R_cvt", "sunburst_displayR",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_N_cvt", "sunburst_displayN",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_D_cvt", "sunburst_displayD",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_L_cvt", "sunburst_displayL",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["gear_A",  "sunburst_shifter_auto", "f7r","f7l","f8r",      {"x":90, "y":0, "z":0},  {"x":0, "y":0, "z":0.1}, {"x":0, "y":0.14, "z":0},  0, 1, -0.12, 1],
        ],
          "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["electricMotor", "mainEngine", "dummy", 0],
        ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "mainEngine": {
            "torque":[
            ["rpm", "torque"]
               [0, 300],
            [12000, 40],
            [12100, 35],
            [12300, 0],
           
    
        ],
        "maxRPM":12000,
            "inertia":0.04,
            "friction":5
            "dynamicFriction":0.005
            "electricalEfficiency":0.98
            "torqueReactionNodes":["e1l","e2l","e4r"]
        "revLimiterRPMDrop":300
            "energyStorage": "mainBattery",
            "requiredEnergyType":"electricEnergy",
    
            //cooling and oil system
            "thermalsEnabled":false
    
            //node beam interface
            "breakTriggerBeam":"engine",
        },
        "clutch": {
        },
         "gearbox": {
            "gearRatios":[-2, 0, 2]
            "parkLockTorque":2000,
            "oneWayViscousCoef":12,
            "friction": 0,
        },
         "vehicleController": {
         "automaticModes":"PRNDS",
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2.0L I4 Engine--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"sunburst_engine"}
             {"engineGroup":"engine_block"}
             {"nodeWeight":15.68},
             ["e1r", -0.34, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e1l", -0.34, -1.26, 0.35],
             ["e2r", 0.17, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e2l", 0.17, -1.26, 0.35],
             {"engineGroup":["engine_block","engine_intake"]}
             ["e3r", -0.34, -1.57, 0.77,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e3l", -0.34, -1.26, 0.77],
             ["e4r", 0.17, -1.57, 0.77,{"isExhaust":true,"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e4l", 0.17, -1.26, 0.77],
             {"engineGroup":""},
             ["tc1", 0.0, -1.6, 0.45,{"chemEnergy":200,"burnRate":0.3,"flashPoint":1000,"specHeat":0.1,"smokePoint":900,"selfIgnitionCoef":false}],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":600000,"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"],
              {"disableMeshBreaking":true},
              {"beamDeform":90000,"beamStrength":90000}
              ["tc1","e2l"{"name":"driveshaft"}],
              ["tc1","e2r"{"name":"driveshaft"}],
              {"disableMeshBreaking":false},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "sunburst_motor_stage1": {
        "information":{
            "authors":"AdamB, BeamNG",
            "name":"Standard Electric Motor",
            "value":2400,
        }
        "slotType" : "sunburst_engine",
        "slots": [
            ["type", "default", "description"],
            ["sunburst_transfer_case","sunburst_transfer_case_AWD", "Transfer Case"{"coreSlot":true}],
            ["sunburst_differential_F","sunburst_differential_F", "Front Differential"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["sunburst_engine", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_transmission_awd", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_auto", ["sunburst_body"]],
        ],
        "props": [
            ["func",    "mesh",                  "idRef:","idX:","idY:", "baseRotation",          "rotation",              "translation",             "min", "max", "offset", "multiplier"],
            //displays
            ["disp_P_cvt", "sunburst_displayP",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_R_cvt", "sunburst_displayR",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_N_cvt", "sunburst_displayN",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_D_cvt", "sunburst_displayD",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_L_cvt", "sunburst_displayL",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["gear_A",  "sunburst_shifter_auto", "f7r","f7l","f8r",      {"x":90, "y":0, "z":0},  {"x":0, "y":0, "z":0.1}, {"x":0, "y":0.14, "z":0},  0, 1, -0.12, 1],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["electricMotor", "mainEngine", "dummy", 0],
        ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "mainEngine": {
            "torque":[
            ["rpm", "torque"]
               [0, 400],
            [12000, 75],
            [12100, 50],
            [12300, 0],
        ],
        "maxRPM":12000,
            "inertia":0.04,
            "friction":5
            "dynamicFriction":0.005
            "electricalEfficiency":0.98
            "torqueReactionNodes":["e1l","e2l","e4r"]
        "revLimiterRPMDrop":300
            "energyStorage": "mainBattery",
            "requiredEnergyType":"electricEnergy",
    
            //cooling and oil system
            "thermalsEnabled":false
    
            //node beam interface
            "breakTriggerBeam":"engine",
        },
        "clutch": {
        },
          "gearbox": {
            "gearRatios":[-2, 0, 2]
            "parkLockTorque":2000,
            "oneWayViscousCoef":12,
            "friction": 0,
        },
         "vehicleController": {
            "automaticModes":"PRNDS",
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2.0L I4 Engine--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"sunburst_engine"}
             {"engineGroup":"engine_block"}
             {"nodeWeight":17.68},
             ["e1r", -0.34, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e1l", -0.34, -1.26, 0.35],
             ["e2r", 0.17, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e2l", 0.17, -1.26, 0.35],
             {"engineGroup":["engine_block","engine_intake"]}
             ["e3r", -0.34, -1.57, 0.77,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e3l", -0.34, -1.26, 0.77],
             ["e4r", 0.17, -1.57, 0.77,{"isExhaust":true,"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e4l", 0.17, -1.26, 0.77],
             {"engineGroup":""},
             ["tc1", 0.0, -1.6, 0.45,{"chemEnergy":200,"burnRate":0.3,"flashPoint":1000,"specHeat":0.1,"smokePoint":900,"selfIgnitionCoef":false}],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":600000,"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"],
              {"disableMeshBreaking":true},
              {"beamDeform":90000,"beamStrength":90000}
              ["tc1","e2l"{"name":"driveshaft"}],
              ["tc1","e2r"{"name":"driveshaft"}],
              {"disableMeshBreaking":false},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "sunburst_motor_stage2": {
        "information":{
            "authors":"AdamB, BeamNG",
            "name":"Sport Electric Motor",
            "value":2400,
        }
        "slotType" : "sunburst_engine",
        "slots": [
            ["type", "default", "description"],
            ["sunburst_transfer_case","sunburst_transfer_case_AWD", "Transfer Case"{"coreSlot":true}],
            ["sunburst_differential_F","sunburst_differential_F", "Front Differential"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["sunburst_engine", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_transmission_awd", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_auto", ["sunburst_body"]],
        ],
        "props": [
            ["func",    "mesh",                  "idRef:","idX:","idY:", "baseRotation",          "rotation",              "translation",             "min", "max", "offset", "multiplier"],
            //displays
            ["disp_P_cvt", "sunburst_displayP",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_R_cvt", "sunburst_displayR",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_N_cvt", "sunburst_displayN",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_D_cvt", "sunburst_displayD",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_L_cvt", "sunburst_displayL",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["gear_A",  "sunburst_shifter_auto", "f7r","f7l","f8r",      {"x":90, "y":0, "z":0},  {"x":0, "y":0, "z":0.1}, {"x":0, "y":0.14, "z":0},  0, 1, -0.12, 1],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["electricMotor", "mainEngine", "dummy", 0],
        ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "mainEngine": {
            "torque":[
            ["rpm", "torque"]
               [0, 550],
            [15000, 120],
            [15100, 75],
            [15300, 0],
    
        ],
        "maxRPM":15000,
            "inertia":0.04,
            "friction":5
            "dynamicFriction":0.005
            "electricalEfficiency":0.98
            "torqueReactionNodes":["e1l","e2l","e4r"]
        "revLimiterRPMDrop":300
            "energyStorage": "mainBattery",
            "requiredEnergyType":"electricEnergy",
    
            //cooling and oil system
            "thermalsEnabled":false
    
            //node beam interface
            "breakTriggerBeam":"engine",
        },
        "clutch": {
        },
          "gearbox": {
            "gearRatios":[-2, 0, 2]
            "parkLockTorque":2000,
            "oneWayViscousCoef":12,
            "friction": 0,
        },
         "vehicleController": {
            "automaticModes":"PRNDS",
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2.0L I4 Engine--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"sunburst_engine"}
             {"engineGroup":"engine_block"}
             {"nodeWeight":19.68},
             ["e1r", -0.34, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e1l", -0.34, -1.26, 0.35],
             ["e2r", 0.17, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e2l", 0.17, -1.26, 0.35],
             {"engineGroup":["engine_block","engine_intake"]}
             ["e3r", -0.34, -1.57, 0.77,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e3l", -0.34, -1.26, 0.77],
             ["e4r", 0.17, -1.57, 0.77,{"isExhaust":true,"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e4l", 0.17, -1.26, 0.77],
             {"engineGroup":""},
             ["tc1", 0.0, -1.6, 0.45,{"chemEnergy":200,"burnRate":0.3,"flashPoint":1000,"specHeat":0.1,"smokePoint":900,"selfIgnitionCoef":false}],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":600000,"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"],
              {"disableMeshBreaking":true},
              {"beamDeform":90000,"beamStrength":90000}
              ["tc1","e2l"{"name":"driveshaft"}],
              ["tc1","e2r"{"name":"driveshaft"}],
              {"disableMeshBreaking":false},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    "sunburst_motor_stage3": {
        "information":{
            "authors":"AdamB, BeamNG",
            "name":"Race Electric Motor",
            "value":2400,
        }
        "slotType" : "sunburst_engine",
        "slots": [
            ["type", "default", "description"],
            ["sunburst_transfer_case","sunburst_transfer_case_AWD", "Transfer Case"{"coreSlot":true}],
            ["sunburst_differential_F","sunburst_differential_F", "Front Differential"],
        ],
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             ["sunburst_engine", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_transmission_awd", ["sunburst_engine","sunburst_transmission"]],
             ["sunburst_auto", ["sunburst_body"]],
        ],
        "props": [
            ["func",    "mesh",                  "idRef:","idX:","idY:", "baseRotation",          "rotation",              "translation",             "min", "max", "offset", "multiplier"],
            //displays
            ["disp_P_cvt", "sunburst_displayP",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_R_cvt", "sunburst_displayR",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_N_cvt", "sunburst_displayN",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_D_cvt", "sunburst_displayD",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["disp_L_cvt", "sunburst_displayL",     "f7r","f7l","f8r",      {"x":225, "y":0, "z":0}, {"x":0, "y":0, "z":0},   {"x":0, "y":0.013, "z":0}, -1, 1, 0, 1],
            ["gear_A",  "sunburst_shifter_auto", "f7r","f7l","f8r",      {"x":90, "y":0, "z":0},  {"x":0, "y":0, "z":0.1}, {"x":0, "y":0.14, "z":0},  0, 1, -0.12, 1],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["electricMotor", "mainEngine", "dummy", 0],
        ["frictionClutch", "clutch", "mainEngine", 1],
            ["manualGearbox", "gearbox", "clutch", 1],
        ],
        "mainEngine": {
            "torque":[
            ["rpm", "torque"]
               [0, 700],
            [15000, 250],
            [15100, 150],
            [15300, 0],
    
        ],
        "maxRPM":15000,
            "inertia":0.04,
            "friction":5
            "dynamicFriction":0.005
            "electricalEfficiency":0.98
            "torqueReactionNodes":["e1l","e2l","e4r"]
        "revLimiterRPMDrop":300
            "energyStorage": "mainBattery",
            "requiredEnergyType":"electricEnergy",
    
            //cooling and oil system
            "thermalsEnabled":false
    
            //node beam interface
            "breakTriggerBeam":"engine",
        },
        "clutch": {
        },
          "gearbox": {
            "gearRatios":[-2, 0, 2]
            "parkLockTorque":2000,
            "oneWayViscousCoef":12,
            "friction": 0,
        },
         "vehicleController": {
            "automaticModes":"PRNDS",
        },
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //--2.0L I4 Engine--
             {"selfCollision":false},
             {"collision":true}
             {"nodeMaterial":"|NM_METAL"},
             {"frictionCoef":0.5},
             {"group":"sunburst_engine"}
             {"engineGroup":"engine_block"}
             {"nodeWeight":21.68},
             ["e1r", -0.34, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e1l", -0.34, -1.26, 0.35],
             ["e2r", 0.17, -1.57, 0.35,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e2l", 0.17, -1.26, 0.35],
             {"engineGroup":["engine_block","engine_intake"]}
             ["e3r", -0.34, -1.57, 0.77,{"chemEnergy":1000,"burnRate":0.39,"flashPoint":1000,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e3l", -0.34, -1.26, 0.77],
             ["e4r", 0.17, -1.57, 0.77,{"isExhaust":true,"chemEnergy":1000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.2,"selfIgnitionCoef":false,"smokePoint":900,"baseTemp":"thermals","conductionRadius":0.15}],
             ["e4l", 0.17, -1.26, 0.77],
             {"engineGroup":""},
             ["tc1", 0.0, -1.6, 0.45,{"chemEnergy":200,"burnRate":0.3,"flashPoint":1000,"specHeat":0.1,"smokePoint":900,"selfIgnitionCoef":false}],
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":8400600,"beamDamp":150},
              {"beamDeform":600000,"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"],
              {"disableMeshBreaking":true},
              {"beamDeform":90000,"beamStrength":90000}
              ["tc1","e2l"{"name":"driveshaft"}],
              ["tc1","e2r"{"name":"driveshaft"}],
              {"disableMeshBreaking":false},
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
    }
    }
     
  18. Rainvest

    Rainvest
    Expand Collapse

    Joined:
    Dec 26, 2014
    Messages:
    1,902
    Exactly how do you remove this obnoxious Electric! from the trunk

    screenshot_00121.png
     
  19. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
    It's supposed to be there!
    Later on, I may add actual trunk lettering:p
     
  20. AdamB

    AdamB
    Expand Collapse

    Joined:
    Mar 8, 2016
    Messages:
    531
  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