Trailer brakes

tom1979
Posts: 112
Joined: Sun Jan 03, 2021 2:10 pm

Trailer brakes

Post 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
BernardC
Posts: 242
Joined: Mon Apr 27, 2015 7:52 pm
Location: Dark side of the Moon

Re: Trailer brakes

Post 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)
tom1979
Posts: 112
Joined: Sun Jan 03, 2021 2:10 pm

Re: Trailer brakes

Post 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
Post Reply