1963 VOLKSWAGEN BUG | Feat. Herbie The Love Bug | Dynamic Horsepowers

Discussion in 'Land' started by VertexStyle, Feb 14, 2018.

  1. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    wish i knew... :/
     
  2. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
    Customized configs, I know, textures are worst enemy
     
  3. tanis

    tanis
    Expand Collapse

    Joined:
    Apr 3, 2017
    Messages:
    560
    doesn't all need to be cosmetic upgrades, it also needs adjustable rear suspension, camber etc, but the main thing i think that should be done is getting the Engine to actually be in the rear, and make the engine a solid object, it is to soft and it spikes, coz if you hit a wall the engine smokes at the front @53_herbie_53
     
  4. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    well same here... haha.
     
  5. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
    Almost same error happens to almost all mods
    The Skoda has smoke coming on front even that the engine is rear
    The V6R4, same
    Getting a full rear engine on game and make it smoke on back is difficult
     
  6. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    yeah. those basic things need to be done first. Haven't even jbeamed the rear fenders...
     
  7. tobias95ng

    tobias95ng
    Expand Collapse

    Joined:
    Sep 10, 2014
    Messages:
    386
    i have a idea the etk series have a crash detection (i think its integrated in the esp) if a crash hapens the crash detection triggeres the break and the hzzard light could it be possible to trigger with this system the button for the selve repair app ?
     
  8. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    @tobias95ng code looks like this...
    its sure SOMEHOW possible... :/
    upload_2018-2-16_21-59-2.png
     
  9. tanis

    tanis
    Expand Collapse

    Joined:
    Apr 3, 2017
    Messages:
    560
    i was gunna say, i think you should make the rear fenders independent like the front so possibly stop the spike
     

    Attached Files:

    • screenshot_00068.png
  10. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,781
    Smoke or water vapor? Radiators tend to be at front...
     
  11. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
    Oh, true, forgot that detail
    And smoke
     
  12. tobias95ng

    tobias95ng
    Expand Collapse

    Joined:
    Sep 10, 2014
    Messages:
    386
    looks like c++
    i know a litle bit about scl but i dont know how similar they are to each other
     
    #192 tobias95ng, Feb 16, 2018
    Last edited: Feb 16, 2018
  13. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,781
  14. tobias95ng

    tobias95ng
    Expand Collapse

    Joined:
    Sep 10, 2014
    Messages:
    386
    sory my mistake :p
     
  15. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
    Well, I'm pretty sure nobody wanted a config, but same, I'm going to post this here ;)
    Hope you like my config :p
     

    Attached Files:

  16. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,781
    I don't know, it is not that hard to make it smoke from back when crashed, I just moved engine to rear and that made it smoke from back.

    Added somewhat correct weight for engine and adjusted engine shape a little, etc. It would need still proper shape to be made and would need to find measurements for that, then I think that engine connection to body might need adjusting, as it is quite loose now and still might be connected to front, engine mounting to body beams might need adjusting, but I could not quickly see those.

    Now it does not stall at spawn and altered inertia to be included other rotational masses than flywheel, but it still is rough estimation, default flywheel adds quite bit of inertia, so use of lightened is recommend or modifying stock flywheel to have less inertia.

    It is just 1.3L and torque curve is from automobile catalog, so it is bit weak, but it's easy to make upgrades for more power.
    Code:
    {
    "herbie_engine_1.3": {
        "information":{
            "authors":"Fufsgfen",
            "name":"1.3L F4 Engine",
            "value":800,
        },
        "slotType" : "miramar_engine",
        "slots": [
            ["type", "default", "description"]
            ["miramar_exhaust","miramar_exhaust", "Exhaust"],
            ["miramar_transmission","miramar_transmission_4M", "Transmission"],
            ["n2o_system","", "Nitrous Oxide System"],
        ],
        "powertrain": [
            ["type", "name", "inputName", "inputIndex"],
            ["combustionEngine", "mainEngine", "dummy", 0],
        ],
        "mainEngine": {
            "torque":[
                ["rpm", "torque"]
                [   0   ,   0.00   ],
               [   500   ,   25.05   ],
               [   1000   ,   36.39   ],
               [   1500   ,   63.54   ],
               [   2000   ,   83.29   ],
               [   2500   ,   95.54   ],
               [   3000   ,   100.28   ],
               [   3500   ,   98.93   ],
               [   4000   ,   92.78   ],
               [   4500   ,   81.02   ],
               [   4600   ,   77.43   ],
               [   5500   ,   59.52   ],
               [   6000   ,   50.57   ],
               [   6500   ,   41.61   ],
               [   7000   ,   32.66   ],
               [   7500   ,   23.71   ],
            ],
    
     "idleRPM":950,
            "maxRPM":5000,
            "hasRevLimiter":true,
            "inertia":0.0625, //for 200mm 14lbs flywheel + other rotational mass of engine
            "friction":8
            "dynamicFriction":0.02,
            //"burnEfficiency":0.29
            "burnEfficiency":[
                [0, 0.10],
                [0.05, 0.21],
                [0.4, 0.34],
                [0.7, 0.45],
                [1, 0.32],
            ],
            "torqueReactionNodes:":["e1l","e2l","e4r"]
            "energyStorage": "mainTank",
            "requiredEnergyType":"gasoline",
    
            //exhaust
            "particulates":0.055
            "instantAfterFireCoef": 0.25,
            "sustainedAfterFireCoef": 1,
    
            //cooling and oil system
            "thermalsEnabled":true,
            "engineBlockMaterial":"iron",
           "engineBlockAirCoolingEfficiency":40,
           "blockFanMaxAirSpeed":4,
            "oilVolume":4,
           "oilRadiatorArea":0.3,
           "oilRadiatorEffectiveness":200000
    
            //engine durability
            "cylinderWallTemperatureDamageThreshold":120
            "headGasketDamageThreshold":1500000
            "pistonRingDamageThreshold":1500000
            "connectingRodDamageThreshold":2000000
           
            "maxTorqueRating": 165,
            "maxOverTorqueDamage": 350,
    
            //node beam interface
            "waterDamage": {"[engineGroup]:":["engine_intake"]},
            "radiator": {"[engineGroup]:":["radiator"]},
            "engineBlock": {"[engineGroup]:":["engine_block"]},
            "breakTriggerBeam":"engine",
            "uiName":"Engine",
           
            "soundConfig": "soundConfig",
        },
        "soundConfig": {
            "sampleName": "B4",
            "mainGain": -18,
            "maxLoadMix": 0.65,
            "minLoadMix": 0,
            "onLoadGain":1,
            "offLoadGain":0.7,
            "eqLowGain": 10,
            "eqLowFreq": 400,
            "eqLowWidth": 0,
            "eqHighGain": -5,
            "eqHighFreq": 6000,
            "eqHighWidth": 0.2,
            "lowCutFreq":80,
            "fundamentalFrequencyCylinderCount":4
            "eqFundamentalGain": 10
        },
        "vehicleController": {
            "clutchLaunchStartRPM":1600,
            "clutchLaunchTargetRPM":2200,
            //**highShiftDown can be overwritten by automatic transmissions**
            "highShiftDownRPM":[0,0,0,2500,2900,3200,3300]
            //**highShiftUp can be overwritten by intake modifications**
            "highShiftUpRPM":4500
        },
        "flexbodies": [
            ["mesh", "[group]:", "nonFlexMaterials"],
            ["miramar_engineblock", ["miramar_engine"]],
            ["miramar_engine_1_6", ["miramar_engine"]],
            {"deformGroup":"radtube_break", "deformMaterialBase":"miramar", "deformMaterialDamaged":"invis"},
            ["miramar_radtube", ["miramar_radtube","miramar_engine"]],
            {"deformGroup":"coil_break", "deformMaterialBase":"miramar", "deformMaterialDamaged":"invis"},
            ["miramar_ignitioncoil", ["miramar_engine","miramar_body"]],
            {"deformGroup":"", "deformMaterialBase":"", "deformMaterialDamaged":""},
        ],
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["radiatorFanSpin"  , "miramar_coolingfan", "e2r","e2l","e4r",  {"x":7, "y":0, "z":0}, {"x":0, "y":1, "z":0}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             //1.3L F4 Engine
             {"frictionCoef":0.5},
             {"nodeMaterial":"|NM_METAL"},
             {"selfCollision":false},
             {"collision":true},
             {"group":"miramar_engine"},
             {"nodeWeight":10.58},
             {"engineGroup":"engine_block"}
             ["e1r", -0.27, 0.9, 0.29],
             ["e1l", 0.27, 0.9, 0.29,{"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             ["e2r", -0.27, 1.63, 0.38],
             ["e2l", 0.27, 1.63, 0.38,{"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             {"engineGroup":["engine_block","engine_intake"]}
             {"nodeWeight":10.58},
             ["e3r", -0.13, 0.93, 0.68],
             ["e3l", 0.13, 0.93, 0.68,{"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             ["e4r", -0.13, 1.58, 0.68],
             ["e4l", 0.13, 1.58, 0.68,{"isExhaust":"mainEngine","chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.1,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             {"nodeWeight":3},
             ["e5l", 0.29, 1.08, 0.72,{"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.5,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             ["e6l", 0.37, 1.48, 0.70,{"chemEnergy":2000,"burnRate":0.39,"flashPoint":800,"specHeat": 0.5,"selfIgnitionCoef":false,"smokePoint":650,"baseTemp":"thermals","conductionRadius":0.13}],
             {"engineGroup":""}
             {"group":""},
        ],
        "beams": [
              ["id1:", "id2:"],
              {"beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              {"beamSpring":15001000,"beamDamp":400},
              {"beamDeform":175000,"beamStrength":"FLT_MAX"},
              //engine
              ["e1r","e1l"],
              ["e2r","e2l"],
              ["e3r","e3l"],
              ["e4r","e4l"],
    
              ["e1r","e2r"],
              ["e1l","e2l"],
              ["e3r","e4r"],
              ["e3l","e4l"],
    
              ["e1r","e3r"],
              ["e1l","e3l"],
              ["e2r","e4r"],
              ["e2l","e4l"],
    
              ["e2r","e3r"],
              ["e2l","e3l"],
              ["e2r","e3l"],
              ["e2l","e3r"],
    
              ["e1r","e4r"],
              ["e1l","e4l"{"isExhaust":"mainEngine"}],
              ["e1r","e4l"],
              ["e1l","e4r"],
    
              ["e1r","e2l"],
              ["e1l","e2r"],
              ["e3r","e4l"],
              ["e3l","e4r"],
    
              ["e1r","e3l"],
              ["e1l","e3r"],
              ["e2r","e4l"],
              ["e2l","e4r"],
              {"beamSpring":1840460,"beamDamp":145},
              //air filter
              {"beamDeform":8580,"beamStrength":"FLT_MAX"},
              ["e4l", "e6l"],
              ["e3l", "e5l"],
              ["e6l", "e5l"],
              ["e6l", "e2l"],
              ["e5l", "e1l"],
    
              ["e6l", "e3l"],
              ["e5l", "e4l"],
              ["e6l", "e1l"],
              ["e2l", "e5l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
                {"groundModel":"metal"},
                /*
                ["e5l", "e1l", "e3l"],
                ["e4r", "e3r", "e2r"],
                ["e3r", "e1r", "e2r"],
                ["e1r", "e1l", "e2r"],
                ["e2r", "e1l", "e2l"],
                ["e3l", "e1l", "e3r"],
                ["e3r", "e1l", "e1r"],
                ["e4r", "e4l", "e3l"],
                ["e4r", "e3l", "e3r"],
                ["e4r", "e2r", "e4l"],
                ["e4l", "e2r", "e2l"],
                ["e4l", "e2l", "e6l"],
                ["e6l", "e3l", "e4l"],
                ["e6l", "e2l", "e5l"],
                ["e6l", "e5l", "e3l"],
                ["e2l", "e1l", "e5l"],
                */
                {"triangleType":"NONCOLLIDABLE"},
                ["e2l", "e2r", "e1r"],
                ["e1r", "e1l", "e2l"],
                {"triangleType":"NORMALTYPE"},
        ],
    },
    
     
  17. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    @Jota3214™ Would have more liked a drag herbie or sth. lol ;)
     
  18. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
    Oh, k
    Hahaha, I'm not good on jbeam ;), sorry ;-)
     
  19. Jota3214™

    Jota3214™
    Expand Collapse

    Joined:
    Jul 9, 2016
    Messages:
    1,723
  20. VertexStyle

    VertexStyle
    Expand Collapse

    Joined:
    Dec 11, 2016
    Messages:
    180
    @fufsgfen wow dude, can't you just do the whole .jbeam stuff?! haha, i really suck at it lol.
    btw. why did you rename the engine to "herbie_engine_1.3" isn't this causing trouble?
     
  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