How do I add a driver in the mod?

How do I add a driver in the mod? I set up the driver in the XML file but it does not appear in the mod

Add this in to TruckData. You will have to adjust the coordinates to move the driver.

<Driver Pos="(0.15; 1.238; 0.453)" LegsOffset="(-0.25; 0.0; 0.1) " SteeringWheelPos="(0.548; 1.781; 0.473)" />

whats LegsOffset? in mudrunner dont work
work using <Driver Pos="(0.15; 1.238; 0.453)" SteeringWheelPos="(0.548; 1.781; 0.473)" />

@aureliovr LegOffset moves the drivers feet.

@spun said in How do I add a driver in the mod?:

LegOffset moves the drivers feet.

I understand, do you have any way to separate the hands more?

@aureliovr If you mean left and right hand then no.

@spun said in How do I add a driver in the mod?:

Add this in to TruckData. You will have to adjust the coordinates to move the driver.

<Driver Pos="(0.15; 1.238; 0.453)" LegsOffset="(-0.25; 0.0; 0.1) " SteeringWheelPos="(0.548; 1.781; 0.473)" />

aint that somethin, i thought you could only edit the position of the driver.