[SUPPORT] - Sheeps Epoch Repack

can you please provide me the file and how to install it sheep please.
i need to test it more but you can open init\compiles2.sqf at the bottom there is this code
Code:
//Snap Build
    DZE_SNAP_PRO_USE_COMMAND_MENU = false;

    DZE_SNAP_BUILD_NUMKEYS = [0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B];
    snap_build = compile preprocessFileLineNumbers "scripts\snap_pro\snap_build.sqf";
    player_build = compile preprocessFileLineNumbers "fixes\player_build.sqf";
    dayz_spaceInterrupt = compile preprocessFileLineNumbers "fixes\dayz_spaceInterrupt.sqf";

just change it to this

Code:
//Snap Build
    DZE_SNAP_PRO_USE_COMMAND_MENU = false;

    DZE_SNAP_BUILD_NUMKEYS = [0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B];
    snap_build = compile preprocessFileLineNumbers "scripts\snap_pro\snap_build.sqf";
    player_build = compile preprocessFileLineNumbers "scripts\snap_pro\player_build.sqf";
    dayz_spaceInterrupt = compile preprocessFileLineNumbers "scripts\snap_pro\dayz_spaceInterrupt.sqf";

your just changing fixes to scripts\snap_pro
 
pushed 2 fixes to git for testing the above snap_build fix and a admin godmode should now stay on when leaving safe zones also correct hemp id in SQL file for traders
 
dayz_spaceInterrupt = compile preprocessFileLineNumbers "scripts\snap_pro\dayz_spaceInterrupt.sqf"; <-----defined spaceInterrupt which is taken
 
Back
Top