Jump to content

Deploy Anything 1.0.5.1 by Mudzereli


juandayz

Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...