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.36 Bug Reporting thread
    Solutions and more information may already be available.

How to make cars AWD ?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by schumacher, Feb 5, 2016.

  1. schumacher

    schumacher
    Expand Collapse

    Joined:
    Sep 1, 2013
    Messages:
    1,054
    I have a car based on the covet engine, but what I have to chnage/add , that the car having AWD ? Now it just have FWD, I tried adding a differential to the bottom of the hatch_engine with RWD so that you have AWD but it didnt work, can anyone hellp me ? (Some lines where I should add/modifie anythings would be good) Thanks !
     
  2. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    did you add the slot for the new differential? Did you set the new differential to fit this slot?

    Best way, in the transmission, create a slot for a hatch_differential_R. Copy and paste the existing hatch front differentials changing their slot type to hatch_differential_R instead of F, change their wheels to be RL and RR instead of FL and FR. Sorted.
     
  3. schumacher

    schumacher
    Expand Collapse

    Joined:
    Sep 1, 2013
    Messages:
    1,054
    I added it to hatch_engine like so :

    "hatch_differential_F": {
    "information":{
    "authors":"BeamNG",
    "name":"Front Differential",
    "value":200,
    },

    "slotType" : "hatch_differential_F",

    "differentials": [
    ["wheelName1", "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
    ["FL","FR", "open", "open", 0, 1]
    ],
    "engine":{
    "differential":3.89,
    "axleFriction":10
    },
    },

    "hatch_differential_F_LSD": {
    "information":{
    "authors":"BeamNG",
    "name":"Limited Slip Front Differential",
    "value":500,
    },

    "slotType" : "hatch_differential_F",

    "differentials": [
    ["wheelName1", "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
    ["FL","FR", "lsd", "closed", 250, 1]
    ],
    "engine":{
    "differential":3.89,
    "axleFriction":10
    },
    },

    "hatch_differential_R": {
    "information":{
    "authors":"BeamNG",
    "name":"Rear Differential",
    "value":200,
    },

    "slotType" : "hatch_differential_R",

    "differentials": [
    ["wheelName1", "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
    ["RL","RR", "open", "open", 0, 1]
    ],
    "engine":{
    "differential":3.89,
    "axleFriction":10
    },
    },

    "hatch_differential_R_LSD": {
    "information":{
    "authors":"BeamNG",
    "name":"Limited Slip Rear Differential",
    "value":500,
    },

    "slotType" : "hatch_differential_R",

    "differentials": [
    ["wheelName1", "wheelName2", "type", "state", "closedTorque", "engineTorqueCoef"],
    ["RL","RR", "lsd", "closed", 250, 1]
    ],
    "engine":{
    "differential":3.89,
    "axleFriction":10
    },
    },
    }
     
  4. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    did you add the slot for the rear differential to the transmission?
     
  5. schumacher

    schumacher
    Expand Collapse

    Joined:
    Sep 1, 2013
    Messages:
    1,054
    I copied the F_differential to the bottom of the engine_jbeam of the Covet and renamed every thing called _F to _R or Rear . . . But I can send the engine file Later so May its easier to See ... ;)
     
  6. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    that still doesn't answer the question of if you looked under slots on the transmission and added a new slot for your diff to be installed in. It's all well and good creating a new part and saying what slot type it is, but if there is no matching slot in the vehicle it can't be installed
     
  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