1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

2WD to 4WD

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by jackh4x, Jul 14, 2014.

  1. jackh4x

    jackh4x
    Expand Collapse

    Joined:
    Aug 11, 2013
    Messages:
    249
    Is it easy to make a 2WD drive vehicle, for example, the Covet, into a 4WD vehicle? It would be very helpful to know the code required (if applicable), and the destination of the file that needs to be edited (if applicable.)


    Sent from my iPad using Tapatalk
     
  2. argilla11

    argilla11
    Expand Collapse

    Joined:
    Sep 8, 2013
    Messages:
    131
    Add a differential to the back wheels in the jbeam. There's more info in the wiki.
     
  3. DrowsySam

    DrowsySam
    Expand Collapse

    Joined:
    Jul 30, 2013
    Messages:
    999
    Easiest way would be to open up hatch_engine.jbeam with Notepad++, find this:

    Code:
        "differentials": [
                ["wheelName1",     "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
                ["FL","FR", "open", "open", 0, 1]
        ],
    
    And add another line like this.

    Code:
        "differentials": [
                ["wheelName1",     "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
                ["FL","FR", "open", "open", 0, 1]
                ["RL","RR", "open", "open", 0, 1]
        ],
    
     
  4. jackh4x

    jackh4x
    Expand Collapse

    Joined:
    Aug 11, 2013
    Messages:
    249
    Gracias.


    Sent from my iPad using Tapatalk
     
  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