[HELP] R3F Arty and Log // DayZ Epoch 1.0.2.5 //

JJMAIHEM

New Member
Hello to all gentlemens...

Actually have a problem with my server, where i put all the scripts of the R3F_Arty_Log but don't see any option in-game.

All put in the Init and Description... vehicles from Epoch configured in the config of R3F_Log.

The script load well (no errors in RTP//Logs) but vehicles doesn't show any actions.

Any help will be appreciate with this issue.

Thanks for your time.

Additional info:

Epoch 1.0.2.5 - Instance 15 "Namalsk"

//Scripts actives:
Epoch Default Scripts
Default - R3F Realism
Custom - Dynamic Wheater
Namalsk Dynamic Temperature
Custom - compile y fn_selfaction
SARGE AI - Sarge
HALO Jump - unkinhead
Tower and Lights scripts - axeman
Tent Healing - Krixes
 
You have to go into your dayz_mission.pbo\R3F_ARTY_AND_LOG\R3F_LOG\config.sqf

In there is a list of your vehicles.
It looks like this.

Can Tow Vehicles
Vehicles that can be towed
Can Lift with these Helicopters
Vehicles that can be lifted

You need to put together your own list.
 
You have to go into your dayz_mission.pbo\R3F_ARTY_AND_LOG\R3F_LOG\config.sqf

In there is a list of your vehicles.
It looks like this.

Can Tow Vehicles
Vehicles that can be towed
Can Lift with these Helicopters
Vehicles that can be lifted

You need to put together your own list.

Already have it done... (All vehicles from Epoch) but no options in my wheelmouse.

Only have:
- Display Name (Yes)/(No)
- Equip
- Cargo Check
- Repair Vehicle
- Salvage Vehicle

But no options from the R3FLog.
 
dayz_mission.pbo\R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_Co_Objects.sqf

there you should edit the list with epoch vehicles ;)
 
you can replace or just add them, it doesnt matter

Just have in mind that one table is for which vehicle can towing vehicles and the other is which vehicle can be towed to other vehicles
 
No luck.

Arma2_CO_Objects.sqf edited and #include "addons_config\arma2_Co_Objects.sqf" in the Config.sqf.

No options yet.
 
No luck, this script is designed to not work its seems...

Tested in the normal server, no options... only at the end of the night some Towing with certain vehicles. (ATV and SUV with VS3/URAL) in the morning no more options.

Then setup a clean server with the default mods of Epoch (Default ones and R3F Reality) in Chernaus... no options again with only 2 vehicles and helicopters.

Maybe incompatible with Epoch 1.0.2.5?

Something I don't know?
 
It's compatible with epoch as I have it working 100% of my own server.

Can you pm me a copy (or pastebins) of your init.sqf, description.ext, and:
Mission.pbo > R3f Arty and Log > R3f Log > config.sqf
 
These may or may not matter.
Move:
Code:
#include "R3F_ARTY_AND_LOG\desc_include.h"
Above
class RscTitles

Make
Code:
execVM "R3F_ARTY_AND_LOG\init.sqf"
look like
Code:
[] execVM "R3F_ARTY_AND_LOG\init.sqf";
 
same problem here - sometimes I can lift, other time no option for me.
Is there a list of all vehicle names for epoch 1.0.2.5 ?

The other Problem is that some players can lift a vehicle (e.g. Ural) but cannot de-attach.
If the player land the chopper and an other player get in as pilot he can ... I'm a little bit confudes about that.
 
where can I set the distance vehicle has to be to be towed??
I found the heli distance but not the vehicle
 
Back
Top