Jump to content
  • 0

Odd issue with the R3F towing


Arstine

Question

So I installed some R3F items I found in a pack and the towing works but not with all vehicles.  I can tow and lift with everything except the new Epoch vehicles.  I have hunted around in my PBO file and can not find anything anywhere to add in the Epoch vehicles to a list. 

 

As of tonight we are running 1.0.2.3 on a Dayz.ST server.  I had the same issue when it was 1.0.2.1 though. 

 

Any help would be greatly appreciated!
 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

R3F_ARTY_AND_LOG\R3F_LOG\config.sqf

 

This is where you add what vehicles/objects can tow, be towed, airlift, be airlifted, hold cargo, load into cargo, or be moved. Just add the classname of the vehicle to the appropriate list. For example, if I want to make the Huey capable of airlifting, I'd add it here:

/****** LIFT WITH VEHICLE / HELIPORTER AVEC VEHICULE ******/

/**
 * List of class names of air vehicles which can lift liftables objects.
 * Liste des noms de classes des véhicules aériens pouvant héliporter des objets héliportables.
 */
R3F_LOG_CFG_heliporteurs =
[
	"CH_47F_EP1_DZ",
	"BAF_Merlin_HC3_D",
	"MV22_DZ",
	"Mi24_D",
	"Mi24_P",
	"Mi24_V",
	"UH1H_DZ"
];

Just make sure the last item in the list doesn't have a comma after. The ones before it should. Also, this should cover most of the new Epoch vehicles:

    "SUV_Green",
    "SUV_Yellow",
    "SUV_White",
    "SUV_Silver",
    "SUV_Red",
    "SUV_Pink",
    "SUV_Orange",
    "SUV_Charcoal",
    "SUV_Blue",
    "SUV_Camo",
    "policecar",
    "VIL_alfa_civil",
    "VIL_alfa_civil1",
    "VIL_alfa_civil2",
    "VIL_berlingo",
    "VIL_bmw7_civil",
    "VIL_bmw7_civil1",
    "VIL_bmw7_civil2",
    "VIL_bmw7_civilvip",
    "VIL_citrone_civil",
    "VIL_citrone_civil1",
    "VIL_citrone_civil2",
    "VIL_citrone_civil3",
    "VIL_ducato_bus",
    "VIL_ducato_cargo",
    "VIL_ducato_cargo2",
    "VIL_fobia_civil",
    "VIL_fobia_civil1",
    "VIL_fobia_civil2",
    "VIL_fobia_civil3",
    "VIL_fobia_civil4",
    "VIL_fobia_civil5",
    "VIL_hilux1_civi2",
    "VIL_hilux1_civi3",
    "VIL_hilux1_civil",
    "VIL_hilux1_police",
    "VIL_karoca_civil",
    "VIL_karoca_civil_red",
    "VIL_kia_ceed",
    "VIL_kia_ceed2",
    "VIL_kia_ceed3",
    "VIL_kia_ceed4",
    "VIL_kia_ceeddwa",
    "VIL_kia_ceeddwa2",
    "VIL_kia_ceeddwa3",
    "VIL_kia_ceeddwa4",
    "VIL_kia_ceeddwa5",
    "VIL_kia_ceeddwa6",
    "VIL_lublin_freez",
    "VIL_mondeo_civil",
    "VIL_mondeo_civil1",
    "VIL_mondeo_civil3",
    "VIL_mondeo_civil4",
    "VIL_mondeo_civil5",
    "VIL_octavia_civil",
    "VIL_octavia_civil2",
    "VIL_octavia_civil3",
    "VIL_octavia_civil4",
    "VIL_panda_civil",
    "VIL_panda_civil1",
    "VIL_passat_civil",
    "VIL_passat_civil1",
    "VIL_passat_civil2",
    "VIL_passat_civil3",
    "VIL_passat_civil4",
    "VIL_passat_civil5",
    "VIL_smart_civil",
    "VIL_smart_civil1",
    "VIL_smart_civil2",
    "VIL_smart_civil3",
    "VIL_smart_civil4",
    "VIL_smart_civil5",
    "VIL_sprinter_cargo",
    "VIL_Star_S2000",
    "VIL_Star_S2000o",
    "VIL_transit_civ",
    "VIL_transit_truck",
    "VIL_vivaro_amb",
    "VIL_vivaro_civ",
    "VIL_volvofl",
    "VIL_vwt4_banksec",
    "VIL_vwt4_civ"
Link to comment
Share on other sites

  • 0

In the config.sqf after the list of vehicles that can airlift should be the list of vehicles/objects that can be airlifted. The order of the lists should be:

 

-Vehicles that can tow vehicles/objects

-Vehicles/objects that can be towed

-Vehicles that can airlift vehicles/objects

-Vehicles/objects that can be airlifted

-Vehicles/objects that can hold cargo (view vehicle content)

-Vehicles/objects that can be loaded in as cargo (load in option)

-Vehicles/objects that can be picked up by the player and moved around

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...