[Help] Epoch / Vilayer : Tow & Lift Script

Namiriu

New Member
Hello everyone,

So i'm new here and i wish we get along well !
So first, sry for my bad english i'm french
smile.png


So i've try to put the R3F_ARTY_AND_LOG folder in my missions folder and try to configure that but i've no result in game, so maybe someone have a nice tuto step by step written in english ( not a speaken tuto please i've difficult to understand spoken english ). Or maybe someone can tell me my error ? Here is more info for you can help me :

My init.sqf folder : vilayercodecustom\missions\epoch.chernarus\init.sqf

Here the line ( execVM "R3F_ARTY_AND_LOG\init.sqf"; ) i've added to my init.sqf for load the towing script :

Code:
if (!isDedicated) then {[] execVM "script\kh_actions.sqf";
    //Conduct map operations
    0 fadeSound 0;
    waitUntil {!isNil "dayz_loadScreenMsg"};
    dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
   
    //Run the player monitor
    _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
    _playerMonitor =    [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";   
    _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
        execVM "R3F_ARTY_AND_LOG\init.sqf";
    //Lights
    //[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};

And here the path to my R3F_ARTY_AND_LOG folder : vilayercodecustom\missions\epoch.chernarus\R3F_ARTY_AND_LOG\(here is the R3F init.sqf)

Okay, if you need more informations just ask me, this is not a problem i give you more info.

Thanks in advance for help.
Namiriu.
 
Back
Top