Jump to content

MathijsNL

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by MathijsNL

  1. I think i followed the exact instructions from your manual. Clean epoch server install with ONLY this mod and I only get:

    Maintain option

    Preview Maintain option

    show plot boundary

     

    I cant take ownership and snap building is also not working. Are there any additional steps that weren't in the instruction?

    init.sqf changes

    call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\variables.sqf";				//Initilize the Variables (IMPORTANT: Must happen very early)
    call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\publicEH.sqf";				//Initilize the publicVariable event handlers
    call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf";	//Functions used by CLIENT for medical
    call compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\init\compiles.sqf";			//Compile regular functions
    _serverMonitor = [] execVM "custom\system\server_monitor.sqf";

     

    I added this line to description.ext

    #include "custom\snap_pro\snappoints.hpp"

    Up to this everything seems to be working since i do get the option to show the plot boundary and i dont get any errors.

    I put these settings in variables.sqf, didnt work. Also if i put them in init.sqf it also doesnt seem to give me the options to takeownership and snap building doesnt work.

    DZE_APlotforLife = true;
    DZE_PlotOwnership = true;
    DZE_modularBuild = true;

    DZE_PlotOwnership = true;

     

    Any help would be appreciated. (and i copied all the files to the appropriate locations)

×
×
  • Create New...