juandayz Posted April 26, 2017 Report Share Posted April 26, 2017 All credits for @mudzereli i just upload again the old version for all guys who still needs this. New version for epoch 1.6.1 here: Spoiler INSTALL: 1-you will need a custom compiles.sqf (If u already have one skip it) Spoiler A-Open \@DayZ_Epoch\addons\dayz_code\init\ and drop compiles.sqf into mpmissions\your instance\custom\ B-Open your init.sqf find this line: call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; and replace by: call compile preprocessFileLineNumbers "custom\compiles.sqf"; 2-Download the folder from here: http://www.mediafire.com/file/1ayhd8dpagz9a0s/deployAnyDropthefolderinsidetoyourmpmissions-instance-.rar VERY IMPORTANT!!!!!!!! paste the "overwrites" and "addons" folders into mpmissions\your instance\ 3-Now open your custom compiles.sqf Spoiler find this line: player_selectSlot = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\ui_selectSlot.sqf"; and change by: player_selectSlot = compile preprocessFileLineNumbers "overwrites\click_actions\ui_selectSlot.sqf"; 4-open your init.sqf again Spoiler and find again the line who call the compiles.sqf call compile preprocessFileLineNumbers "custom\compiles.sqf"; below paste: call compile preprocessFileLineNumbers "addons\bike\init.sqf"; call compile preprocessFileLineNumbers "overwrites\click_actions\init.sqf"; the install its done. Now if u need add some click actions open : \MPMissions\your instance\addons\bike\ config.sqf follow the original guide into this file to know how add new click actions. gernika and harcosgoogle 2 Link to comment Share on other sites More sharing options...
juandayz Posted April 26, 2017 Author Report Share Posted April 26, 2017 @harcosgoogle , @gernika here you got the right click actions for 1.5 gernika 1 Link to comment Share on other sites More sharing options...
gernika Posted April 26, 2017 Report Share Posted April 26, 2017 Tnks so much sir!!!! juandayz 1 Link to comment Share on other sites More sharing options...
harcosgoogle Posted April 26, 2017 Report Share Posted April 26, 2017 Thanks! @juandayz juandayz 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now