Jump to content
  • 0

lift and tow help


Syrical

Question

hello all i am fairly new to this server modding malarkey and have put lift and tow into my server towing appears to work fine (haven't tried it on all cars) however i can lift with a mi-17 but cannot with a Chinook ? any ideas would be appreciated 

 

regards :) 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Well, I have just managed to get it working and tried with most vehicles without a hitch.

 

I am not sure what process you used but I will tell you what I have working and you can take it from there.

Navigate to MPMissions\DayZ_Epoch_11.Chernarus\R3F_ARTY_AND_LOG\R3F_LOG.

Open up config.sqf.

Here you make the changes of which vehicles can tow/lift and which vehicles can be towed/lifted.

There are a few config.sqf files floating around too if you want a copy paste solution (but this did not suit me as I didn't want helis to be towed).

 

I believe the chinook's class name is - CH_47F_EP1_DZ. So you add this to the 'R3F_LOG_CFG_heliporteurs' list.

 

The following is just an example of what it should look like.

 

E,g.

// List of class names of (ground or air) vehicles which can tow towables objects.

R3F_LOG_CFG_remorqueurs =
[
    "ArmoredSUV_PMC_DZ",
    "datsun1_civil_1_open",
    "datsun1_civil_2_covered",
    "datsun1_civil_3_open"

]

 

// List of class names of towables objects.
R3F_LOG_CFG_objets_remorquables =
[
    "AH6X_DZ",
    "CH_47F_EP1_DZ",
    "MH6J_DZ"

]

// List of class names of air vehicles which can lift liftables objects.
R3F_LOG_CFG_heliporteurs =
[
    "AH6X_DZ",
    "CH_47F_EP1_DZ",
    "MH6J_DZ"

]


// List of class names of liftables objects.
R3F_LOG_CFG_objets_heliportables =
[
    "AH6X_DZ",
    "CH_47F_EP1_DZ",
    "MH6J_DZ",
    "Mi17_Civilian_DZ"

]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...