Jump to content

Namiriu

Member
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Namiriu got a reaction from Amos_nax in 4 types of Side Missions (Events)   
    Very nice thanks for share !
     
    Just a question, i'm new in script dev and why have you add lot of M9SD and M9SD Mag in all your event ? We can remove this in the code ?
     
    And it's possible to spawn an event in a fix hours ? like 1pm or 9am ? If we can how do that please ?

     
  2. Like
    Namiriu got a reaction from amandabif in 4 types of Side Missions (Events)   
    Very nice thanks for share !
     
    Just a question, i'm new in script dev and why have you add lot of M9SD and M9SD Mag in all your event ? We can remove this in the code ?
     
    And it's possible to spawn an event in a fix hours ? like 1pm or 9am ? If we can how do that please ?

     
  3. Like
    Namiriu got a reaction from frartombabogy in 4 types of Side Missions (Events)   
    Very nice thanks for share !
     
    Just a question, i'm new in script dev and why have you add lot of M9SD and M9SD Mag in all your event ? We can remove this in the code ?
     
    And it's possible to spawn an event in a fix hours ? like 1pm or 9am ? If we can how do that please ?

     
  4. Like
    Namiriu reacted to Axe Cop in [How To] [CPC] Indestructible Bases   
    it is in the dayz_server.pbo, ignore the "Z" folder that gets replaced at runtime by the ArmA engine..
    unpack the PBO and look here: "dayz_server\system\server_monitor.sqf"
  5. Like
    Namiriu got a reaction from GornardArrope in [Help] Epoch / Vilayer : Tow & Lift Script   
    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...