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

Nice additions. I removed it from my server a while ago as folk were hiding vehicles in buildings and keeping a stash in them, sigh.

Has collision been altered in your release at all?

Sent from my HTC One X using Tapatalk 4
 
I just tried this on epoch 1.0.2.1, and with no luck at all :(
Does anyone have a solution?
 
Nice additions. I removed it from my server a while ago as folk were hiding vehicles in buildings and keeping a stash in them, sigh.

Has collision been altered in your release at all?

Sent from my HTC One X using Tapatalk 4
No it hasn't been altered, I may be able to have a look at this.
 
Warning Message: Resource not found R3F_LOG_dlg_contenu_vehicule
when I select view vehicle content

any ideas?
 
Go to addons > R3F_LOG > surveiller_conditions_actions.sqf
Find
Code:
R3F_LOG_action_load_moves_valid = false;
R3F_LOG_action_load_selection_valid = false;
R3F_LOG_action_vehicle_content_valid = false;
And change to
Code:
R3F_LOG_action_load_moves_valid = true;
R3F_LOG_action_load_selection_valid = true;
R3F_LOG_action_vehicle_content_valid = true;
 
Go to addons > R3F_LOG > objet_init.sqf
Find
Code:
R3F_LOG_action_load_moves_valid = false;
R3F_LOG_action_load_selection_valid = false;
R3F_LOG_action_vehicle_content_valid = false;
And change to
Code:
R3F_LOG_action_load_moves_valid = true;
R3F_LOG_action_load_selection_valid = true;
R3F_LOG_action_vehicle_content_valid = true;



mhmhh I will check again, but there is not such thing into that file :O
 
gotcha

Code:
    R3F_LOG_action_charger_deplace_valide =true;
        R3F_LOG_action_charger_selection_valide = true;
        R3F_LOG_action_contenu_vehicule_valide = true;
        R3F_LOG_action_remorquer_deplace_valide = false;
        R3F_LOG_action_remorquer_selection_valide = false;
 
So I started doing it tonight and then decided I may as well do a rewrite, so the entire thing is in English, I'll include collision and such if I can.
During the meantime I shall do my best to release a version that removes the scroll menu options, I have a vague idea of how to fix it rather quickly but we shall see.
 
So I started doing it tonight and then decided I may as well do a rewrite, so the entire thing is in English, I'll include collision and such if I can.
During the meantime I shall do my best to release a version that removes the scroll menu options, I have a vague idea of how to fix it rather quickly but we shall see.
Hugely appreciated my good man.

Sent from my HTC One X using Tapatalk 4
 
i added and did the simple tutorial now how is it suppose to work? do i scroll near the vehicle or does it do it automatically? i need help to see if it works please
 
I know I have only provided support for a single day but yeah.

I will no longer be providing support until the next release.
 
Back
Top