Page 1 of 1

Trailer brakes

Posted: Sun Apr 11, 2021 12:38 pm
by tom1979
Can anyone point me in the direction of a setting to adjust the effectiveness of trailer brakes? Easy enough on the vehicles

Many thanks

Re: Trailer brakes

Posted: Sun Apr 11, 2021 1:45 pm
by BernardC
In a trailer xml file there is this part :

Code: Select all

<attachable>
        <inputAttacherJoints>
            <inputAttacherJoint node="attacherJoint" jointType="semitrailer"/>
        </inputAttacherJoints>
        <support animationName="moveSupport"/>
        <brakeForce>0.7</brakeForce>
    </attachable>
and you can change the brake force value (higher for more force)

Re: Trailer brakes

Posted: Sun Apr 11, 2021 2:01 pm
by tom1979
BernardC wrote: Sun Apr 11, 2021 1:45 pm In a trailer xml file there is this part :

Code: Select all

<attachable>
        <inputAttacherJoints>
            <inputAttacherJoint node="attacherJoint" jointType="semitrailer"/>
        </inputAttacherJoints>
        <support animationName="moveSupport"/>
        <brakeForce>0.7</brakeForce>
    </attachable>
and you can change the brake force value (higher for more force)
Just seen it, many thanks! I’ll play around with the numbers