Help with R3F Lift and Tow

Arcros

New Member
Hello forum,
I have recently installed the R3F for towing and lifting, both work with just one slight problem. When i attach 1 car to another, the towed car gets pulled inside the car that is towing it, which results in massive damage when you ontow the cars. I cant seem to find the line of code where the distance between the two cars is set, does anyone have a idea where to find this ?

Thx, Arcros.
 
Does anyone have a solution to this? I recently added more vehicles and running into the same problem, with cargo trucks going up into the body of the tow vehicles causing damage when it's untowed.
 
go in to remorqueur and open remorquer_deplace.sqf and remorquer_selection.sqf and go to lines
0,
(boundingBox _remorqueur select 0 select 1) + (boundingBox _objet select 0 select 1) + 3,
(boundingBox _remorqueur select 0 select 2) - (boundingBox _objet select 0 select 2)

and change the +3 to -1 in both files that fixes the distance between the cars
 
This worked for the distance, anyone had any problems with cars either floating in the air or sinking in the ground when towing it?
 
Back
Top