[Release] - Preconfigured R3F Logistics (Towing and Heli-Lift)

CommanderRetra

Moderator
Staff member
Preconfigured R3F Logistics (Towing and Heli-Lift)

R3F Logistics gives the player the ability to tow other vehicles with selected vehicles, eg. you can have a Ural as the only vehicle that can tow another. It also gives you the ability to lift other vehicles with a helicopter.

Requirements (inc. Tools(must include dowload link)/ Expected Time/Difficulty)
  • Easy = Blue <10
  • Notepad++ or similar
Installation Steps -
  1. Download the zip file from the link below and extract it to the root of your mission folder.
  2. Open your "description.ext" and add the following

    Chernarus 1.7.6.1 and prior
    add the following below "loadscreen ="

    Code:
    class RscTitles {
      #include "addons\R3F_ARTY_AND_LOG\desc_rsct_include.h"
    };

    Chernarus 1.7.7.1+
    Find

    Code:
    class RscTitles
    {
    Then add below the "}"
    Code:
        #include "addons\R3F_ARTY_AND_LOG\desc_rsct_include.h"
  3. Add at the very top of the "description.ext"
    Code:
        #include "addons\R3F_ARTY_AND_LOG\desc_rsct_include.h"
    Once complete, save and exit.
  4. Open your "init.sqf", go to the bottom and add
    Code:
    [] execVM "addons\R3F_ARTY_AND_LOG\init.sqf";
    Once complete, save and exit.

    Repack your PBO and upload it to your server.
FAQ -
  • Does this work for other maps/mods beside Chernarus?
    • Yes.
  • Can I add more vehicles?
    • Yes.
  • Does this work with an antihack?
    • Yes.
  • Does this work on Epoch?
    • Yes although you need to change something, go here for more info.
Credits - R3F Team
 
Back
Top