WIP improved 1980-1986 ford bronco HELP NEEDED

Discussion in 'Land' started by JBatic, Mar 21, 2016.

?

should I use Lbeam tires or pressurewheels

Poll closed Mar 31, 2016.
  1. Lbeam

    15 vote(s)
    14.7%
  2. Pressurewheels

    87 vote(s)
    85.3%
  3. hi

    0 vote(s)
    0.0%
  1. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    New addons
    • adjustable "welded" front differential (gear and locking torque)
    • adjustable "welded" rear differential (gear and locking torque)
    • 6R140 6 speed automatic
    • E4OD 4 speed automatic
     

    Attached Files:

    #81 Josh, Mar 28, 2016
    Last edited: Mar 28, 2016
    • Like Like x 2
  2. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    thanks! I don't understand everything ether:)
    --- Post updated ---
    just recreated the 3 speed AOD
    --- Post updated ---
    I think I did something wrong when I Made the AOD because the truck won't spawn and I don't know what I did wrong.I made it like the other transmissions that josh made but it won't work anymore.I also cleared the cache so it's not that. can someone help?
     

    Attached Files:

  3. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082

    I got it, no worries :) I'll re upload in a few mins.
     

    Attached Files:

    #83 Josh, Mar 29, 2016
    Last edited: Mar 29, 2016
    • Like Like x 1
  4. Stiggy111

    Stiggy111
    Expand Collapse

    Joined:
    Oct 23, 2014
    Messages:
    585
    Greetings. I have a slight issue. I put this in the mods folder, and it doesn't show up. Can you help me, by chance?
     
  5. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    Hello, it works fine on my end.

    You sure you looked at the whole vehicle section list? and its installed in C:\Users\yourname\Documents\BeamNG.drive\mods?
     

    Attached Files:

    • Capture1.PNG
    • Capture2.PNG
  6. Stiggy111

    Stiggy111
    Expand Collapse

    Joined:
    Oct 23, 2014
    Messages:
    585
    I fixed it. I put it inside of my 'vehicles' folder, and it works great! I am very pleased with this awesome mod. The work is fantastic.
     
  7. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    OTF (on the fly) engine tuning
     

    Attached Files:

    • OTF Engine Tuning.PNG
    • Like Like x 2
  8. Dario555

    Dario555
    Expand Collapse

    Joined:
    May 26, 2015
    Messages:
    405
    This is a great mod now! Well done.
     
  9. 2swede4u

    2swede4u
    Expand Collapse

    Joined:
    Oct 27, 2014
    Messages:
    104
    I love this mod! Even better now that it's improved!
     
  10. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    Thanks for all your help. I will look into pressurewheels over the weekend.
     
    • Like Like x 1
  11. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    This is the first time i'm doing this so the values most likely be wrong (or completely wrong)

    (copied from stock wheels) but it is working in game.

    Edit

    I added in psi viriable and it deflates and re inflates like normal :).

    Code:
    {
    "bronco_wheel_F": {
        "information":{
            "authors":"gabester",
            "name":"Bronco Front Wheels",
        }
        "slotType" : "bronco_wheel_F",
        "scalebeamSpring":0.84,
        "scalebeamDamp":1.3,
        "scalebeamDeform":1.5,
        "scalebeamStrength":1.78,
        "flexbodies": [
             ["mesh", "[group]:", "nonFlexMaterials"],
             //wheels
             ["bronco_alloy_FR", ["wheel_FR","wheelhub_a_FR","wheelhub_b_FR"], ["bronco_alloy"]],
             ["bronco_alloy_FL", ["wheel_FL","wheelhub_a_FL","wheelhub_b_FL"], ["bronco_alloy"]],
        ],
        "nodes": [
             ["id", "posX", "posY", "posZ"],
             {"frictionCoef":0.7},
             {"nodeMaterial":"|NM_METAL"},
             {"collision":true}
             {"selfCollision":false}
             {"nodeWeight":5.8},
             {"group":"wheelhub_a_FR"},
             ["hu2r", -0.67, -1.463, 0.46],
             {"group":"wheelhub_a_FL"},
             ["hu2l", 0.67, -1.463, 0.46],
             {"group":"wheelhub_b_FR"},
             ["hu3r", -0.845, -1.463, 0.46],
             {"group":"wheelhub_b_FL"},
             ["hu3l", 0.845, -1.463, 0.46],
             {"collision":false}
             {"group":""},
          
        ],
    
        "beams": [
              ["id1:", "id2:"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
              //hub
              {"beamSpring":8501000,"beamDamp":16},
              {"beamDeform":145000,"beamStrength":300000},
              ["hu2r","hu3r"],
              ["hu2l","hu3l"],
              {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
        ],
        "pressureWheels": [
                     ["name","group","hubGroup","node1:","node2:","nodeS","nodeArm:","wheelDir"],
            
            
                //general settings
                {"radius":0.36},
                {"hubRadius":0.20},
                {"wheelOffset":0.005},
                {"hubWidth":0.200},
                {"tireWidth":0.200},
                {"numRays":12},
            
        
                           //hub options
                {"hubBeamSpring":1601000, "hubBeamDamp":16},
                //{"beamSpring":1601000, "beamDamp":16},
                //{"hubBeamDeform":54000, "hubBeamStrength":148000},
                //{"beamDeform":240000,"beamStrength":380000},
                {"hubNodeWeight":0.55},
                {"hubNodeMaterial":"|NM_METAL"},
                {"hubFrictionCoef":0.7},
            
                //tire options
            
                {"wheelSideBeamSpring":0,"wheelSideBeamDamp":15},
                    {"wheelSideBeamSpringExpansion":301000,"wheelSideBeamDampExpansion":15},
                    {"wheelSideTransitionZone":0.1,"wheelSideBeamPrecompression":0.99},
    
                    {"wheelReinfBeamSpring":41000,"wheelReinfBeamDamp":50},
                    {"wheelReinfBeamPrecompression":0.99},
    
                    {"wheelTreadBeamSpring":181000,"wheelTreadBeamDamp":30},
                    {"wheelTreadBeamPrecompression":0.99},
    
                    {"wheelTreadReinfBeamSpring":51000,"wheelTreadReinfBeamDamp":30},
                    {"wheelTreadReinfBeamPrecompression":0.99},
    
                    {"wheelPeripheryBeamSpring":141000,"wheelPeripheryBeamDamp":15},
                    {"wheelPeripheryBeamPrecompression":0.98},
    
                    //general tire values
                    {"nodeWeight":0.10},
                    {"nodeMaterial":"|NM_RUBBER","hasTire":true},
                    {"frictionCoef":1.12},
                    {"triangleCollision":false},
                    {"pressurePSI":30},
                    {"maxPressurePSI":1200},
                    {"dragCoef":10},
    
                    //deform values
                    {"wheelSideBeamDeform":11000,"wheelSideBeamStrength":13000},
                    {"wheelReinfBeamDeform":101000,"wheelReinfBeamStrength":1001000},
                    {"wheelTreadBeamDeform":11000,"wheelTreadBeamStrength":13000},
                    {"wheelTreadReinfBeamDeform":11000,"wheelTreadReinfBeamStrength":13000},
                    {"wheelPeripheryBeamDeform":101000,"wheelPeripheryBeamStrength":1001000},
            
                //front
                {"selfCollision":false}
                {"collision":true}
                {"enableHubcaps":false},
                {"axleBeams":["axle_a_FL","axle_b_FL",]}
                ["FL", "wheel_FL", "hu2l", "hu3l", 9999,  "hu4l", 1],
                {"axleBeams":["axle_a_FR","axle_b_FR"]}
                ["FR", "wheel_FR", "hu2r", "hu3r", 9999,  "hu4r", -1],
                {"axleBeams":[]}
                {"propulsed":0}
                {"enableABS":false}
                {"selfCollision":true}
        ],
        "triangles": [
                ["id1:","id2:","id3:"],
            
        ],
    }
    }
     
    #91 Josh, Apr 1, 2016
    Last edited: Apr 1, 2016
    • Like Like x 1
  12. Stiggy111

    Stiggy111
    Expand Collapse

    Joined:
    Oct 23, 2014
    Messages:
    585

    Cool stuff! So, does this mean for better tires? Also, could we get some off road tires for the Bronco? It would make an epic pre-runner or crawler with it's welded differentials. Just not enough traction to get up a steep hill with the current tires. So, if possible, there should be off road tires in the parts selector.
     
  13. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    This is just updating, the tire model to the newer "pressure wheels" (jbeam).

    On the rear wheels

    I cant seem to get the rear wheels working (with pressure wheels), so if anyone wants to give it a shot go ahead.
    --- Post updated ---
    So here is my newest zip

    • OTF (On the fly, engine tuning)
    • Turbo tuning (Choose this to enable OTF engine tuning)
    • Pressure wheels for front wheels (adjustable psi) (WIP)
    I can't seem to get pressure wheels working for the rear wheels, if you want to give it a go, go ahead.
     

    Attached Files:

    #93 Josh, Apr 1, 2016
    Last edited: Apr 1, 2016
    • Like Like x 2
  14. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    This is in the plans. I plan on taking a bunch of stuff from the d series like off road wheels, bumpers,the roll-bar if i can gut the the rear portion interior and the tow hitch but to do these things I need someone to fix the various jbeam issues and make the top come off like it does on a real bronco, and I need someone to fix the top model, and then I will need help adding parts to it
    --- Post updated ---
    thanks maybe if I have the time I ill give it a shot
     
    • Like Like x 1
  15. Stiggy111

    Stiggy111
    Expand Collapse

    Joined:
    Oct 23, 2014
    Messages:
    585
    Neat stuff! I am looking forward to this. I do have a question too, how come the interior lags a lot when I switch cameras into the interior? It also stays laggy for the time I have the camera there.
     
  16. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    I don't know. I would have to see if that happens on my end with the thing that shows you your fps
     
    • Like Like x 1
  17. CarAddict

    CarAddict
    Expand Collapse

    Joined:
    Sep 13, 2015
    Messages:
    10
    i cant get this mod to work anyone know how to it looks really good
     
  18. Josh

    Josh
    Expand Collapse

    Joined:
    Jul 21, 2013
    Messages:
    1,082
    Download the version I posted (above) and drop into your mods folder.
     
  19. JBatic

    JBatic
    Expand Collapse

    Joined:
    Jan 22, 2015
    Messages:
    1,048
    I think you broke the brakes as the truck is nearly impossible to stop. It might just be me but it is very easy to roll. Maybe the sidewalls are too weak? I don't know and thank you for attempting to fix the tires.
     
  20. Dudeman

    Dudeman
    Expand Collapse

    Joined:
    Jan 27, 2016
    Messages:
    424
    hey, ima work on the jbeam maybe tomorrow
    I got to do some stuff
     
  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