IED construction

BrodoSwaggins

New Member
IED construction Script for Epoch
Version 1.0

What it does: Adds an option on right click a grenade to build a small IED using 2 grenades a tin can and an empty water bottle. And adds a right click option on small IED to create a large IED from 3 small IED's

Requirements ( Tools ( PBO manager / Notepad++ )
Easy = Blue <10
Installation Steps -

*Skip steps 1 - 3 if you already have a custom compiles*

Step 1 - Navigate to your local Arma 2 OA install files, locate the @dayZ_Epoch folder, within this there is an addons folder and inside this the dayz_code PBO, unpack the dayz_code pbo (i prefer to copy this to another location before unpacking).


Step 2 - Inside the dayz_code look for the init folder, inside this you will find a file called "compiles.sqf"
Make a new folder in your mission PBO called Fixes and copy the compiles.sqf into the fixes folder.

Step 3 - Inside your mission PBO root directory open up the "init.sqf" look for the line:
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
Replace it with:
call compile preprocessFileLineNumbers "Fixes\compiles.sqf"; //Compile regular functions
Step 4 - Open up the "compiles.sqf" in your Fixes folder and look for the line:
player_selectSlot = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\ui_selectSlot.sqf";
Replace it with:
player_selectSlot = compile preprocessFileLineNumbers "IED\ui_selectSlot.sqf";
Step 5 - Download the files (link below) and copy the entire IED folder and its contents into your mission pbo root directory.

Step 6 - Repack your PBO and upload to your server!

FAQ -
Yes you right click the grenade in your inventory or the small ied in your inventory
No it doesnt work for items in the backpack
Yes you need a toolbox

Credits - DJ Scotty, Mckooter


 
Back
Top