Jump to content

Namiriu

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Namiriu

  1. Hi everyone,

    First thanks for the tuts really nice !

     

    Second, i've a question, i'm on Vilayer for my epoch server 1.0.2.5 and where i can find this " server_monitor.sqf " ?

    When i look in the init.sqf i see that :

     

    z\addons\dayz_code\system\player_monitor.sqf"

     

    But when i check my folder i don't see any folder are named "Z" so where i can found this File please ?

     

    ( Always work in 1.0.2.5 ? )

  2. Ok so i've try this :

    Spawn a "UralRefuel_CDF"

    Spawn a SUV RED behind

     

    When i do a scroll, in the RED SUV i've a yellow option " tow at ", so i select it and after i've a white message say me :

    Now select the car wherein the load object " SUV RED "

     

    So i go in my UralRefuel_CDF ( and i try with a HMMWV ) and when i scroll, i have no option for towing my Red SUV in my Ural :(.

  3. Hello everyone,

     

    So i'm new here and i wish we get along well !

    So first, sry for my bad english i'm french :)

     

    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 : 

    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.

×
×
  • Create New...