Jump to content

samnotts

Member
  • Posts

    90
  • Joined

  • Last visited

Posts posted by samnotts

  1. 1 minute ago, juandayz said:

    3 diferents ways.

    1-Using keyboard.sqf 

      Reveal hidden contents

    1-I know you already have a custom compiles.sqf  open it.. and paste into !isDedicated section:

    
    
    DZ_KeyDown_EH = compile preprocessFileLineNumbers "dayz_code\compile\keyboard.sqf";	

    2-Open \@DayZ_Epoch\addons\dayz_code\compile\  and paste keyboard.sqf  into \MPMissions\DayZ_Epoch_your instance\dayz_code\compile\

    3-Open keyboard.sqf at bottom but before the last "_handle" paste:

    
    
    if (_dikCode == 0x3D) then {execVM "setview.sqf";};//key F3

    4-create setview.sqf  into (mpmissions\your instance\)

    
    
    _path2 = 'setviewdistance %1;';
    
    VD =
    [
    	["",true],
            ["250M", [2],  "", -5, [["expression", format[_path2 ,"250"]]], "1", "1"],
            ["500M", [3],  "", -5, [["expression", format[_path2 ,"500"]]], "1", "1"],
            ["750M", [4],  "", -5, [["expression", format[_path2 ,"750"]]], "1", "1"],
            ["1000M", [5],  "", -5, [["expression", format[_path2 ,"1000"]]], "1", "1"],
            ["1250M", [6],  "", -5, [["expression", format[_path2 ,"1250"]]], "1", "1"],
            ["1500M", [7],  "", -5, [["expression", format[_path2 ,"1500"]]], "1", "1"],
            ["1750M", [8],  "", -5, [["expression", format[_path2 ,"1750"]]], "1", "1"],
            ["2000M", [9],  "", -5, [["expression", format[_path2 ,"2000"]]], "1", "1"],
    		["2250M", [10],  "", -5, [["expression", format[_path2 ,"2250"]]], "1", "1"],
    		["2500M", [11],  "", -5, [["expression", format[_path2 ,"2500"]]], "1", "1"],
                ["", [-1], "", -5, [["expression", ""]], "1", "0"],            
                ["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
    ];

     

    2 way: by @lwbuk 

    3 way.. using extra_rc.hpp.  the one that i give you some time ago.

    i rememebr you put it in for me 

     

  2. well the guy who said installed it said that he went over to feargaming and spoke to the owener   and he put it on his test server and it work fine and he told him to tell me  it gtx that is stoppinng from having it on my server 

  3. Their was no point in posting my RPT files as we had it running when we was installing it and NONERRORS WHERE SHOWING UP all I need to no is how to get it to access through the plot pole like it is Kent o be and yeah we didn't in stall the exb or what ever it is called as it did not state where to put the file as we did not know where to put it 

×
×
  • Create New...