If you havent figured it out how to get the Tow to work properly so you only can tow 1 vehicle at the time and the car you are towing are half way in the other car here is the solution
go in to R3F_ARTY_AND_LOG\R3F_LOG\remorqueur and edit remorquer_selection.sqf and use this code instead. (I know loads of ppl are looking for a awnser for this)
and if u only want to change the distance so its not half way in the car u have to edit this line
Question
karamell
If you havent figured it out how to get the Tow to work properly so you only can tow 1 vehicle at the time and the car you are towing are half way in the other car here is the solution
go in to R3F_ARTY_AND_LOG\R3F_LOG\remorqueur and edit remorquer_selection.sqf and use this code instead. (I know loads of ppl are looking for a awnser for this)
and if u only want to change the distance so its not half way in the car u have to edit this line
(boundingBox _remorqueur select 0 select 1) + (boundingBox _objet select 0 select 1) + 3,
and change the + 3 to - 1 like this
(boundingBox _remorqueur select 0 select 1) + (boundingBox _objet select 0 select 1) - 1,
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now