Jump to content

Firsty

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Firsty

  1. Haha :P Thumbs up! Lagfest indeed! Well, ill try to do it over again to add it and see if i can get a hold of it :)

     

    EDIT : Well slap my face and call me Martha..Note to self it! It's a generally bad idea to script at 02 in the morning... as i forgot to change the compiles location!

     

     

    Thank you for this awesome mod! This gonna stick with out server for a long time! Priceless! 

  2. Can i throw in a quick question! :) In the german youtube installation tutorial, he altså alters the fn_Selfactions. I've done this. And installed it the best i could.

    Snapping works perfectly, so no problems there.. But i seem to have lost the ability to use vehicles.. All of the enter / unlock vehicle options on the scroll menu are gone.

     

    Anyone know where i have failed ? :)   I cant seem to find any installation instructions how to add the script in the fn_selfActions.sqf it on the Github page. Is it not really needed?

    I did put this in the fn_selfactions bottom as the Video stated.

    // ---------------------------------------BuildSnapping Start------------------------------------

    if (!isDedicated) then {
    /* Use command menu instead of scroll menu? (default = false) */ 
    DZE_SNAP_PRO_USE_COMMAND_MENU = false; 
     
    DZE_SNAP_BUILD_NUMKEYS = [0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09­,0x0A,0x0B]; 
     
    player_build = compile preprocessFileLineNumbers "custom\snap_pro\player_build.sqf";
    snap_build = compile preprocessFileLineNumbers "custom\snap_pro\snap_build.sqf"; 
    dayz_spaceInterrupt = compile preprocessFileLineNumbers "custom\snap_pro\dayz_spaceInterrupt.sqf";
     
    };
     
    // ---------------------------------------BuildSnapping End------------------------------------

     

×
×
  • Create New...