From 57e793c1f7fc0d9c272dc2180f356d509b62928f Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Fri, 18 Nov 2016 06:10:49 -0500 Subject: [PATCH] Updated Documentation. --- INSTALLATION.txt | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.txt b/INSTALLATION.txt index 32cf0d4..6fddc8f 100644 --- a/INSTALLATION.txt +++ b/INSTALLATION.txt @@ -31,6 +31,44 @@ Installation: 10) Add the following to publicvariable.txt !="blck_Message" +11) Merge the following into addbackpackcargo.txt + !"B_Kitbag_(cbr|mcamo|rgr|sgg)" !"B_Bergen_(mcamo|dgtl|hex|tna)_F" !"ViperHarness_(blk|ghex|hex|khk|oli)_F" !"ViperLightHarness_(blk|ghex|hex|khk|oli)_F" !"B_Carryall_(cbr|khk|mcamo|ocamo|oli|oucamo|hex|ghex)" !"B_AssaultPack_(cbr|dgtl|khk|mcamo|ocamo|rgr|sgg|blk)" !"B_FieldPack_(blk|cbr|khk|ocamo|oli|oucamo)" !"B_TacticalPack_(blk|mcamo|ocamo|oli|rgr)" + +12) To permit you to loot crypto from dead AI on Epoch, Open Epoch.\epoch_config\CfgObjectInteractions.hpp + + Change + + class Epoch_Female_F : Default + { + interactMode = 2; + }; + class Epoch_Male_F : Default + { + interactMode = 2; + }; + + To + + class Epoch_Female_F : Default + { + interactMode = 2; + }; + class Epoch_Male_F : Default + { + interactMode = 2; + }; + class I_Soldier_EPOCH : Default + { + interactMode = 2; + }; + class C_man_1 : Default /// Probably not necessary, needs to be tested. + { + interactMode = 2; + }; + + Save your changes, repack your mission file. + You should now get an option to take crypto when you press spacebar after hovering over a dead AI body. + 11) Start your server and join. By default missions will start spawning in around 5-10 min. ////////////////////////// diff --git a/README.md b/README.md index f8ae4f8..dd772a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Blckegls mission system (BEMS) Ver 6.16 -Build 11 +Blckegls mission system (BEMS) Ver 6.44 +Build 15 Included is an updated version of blckeagls mission system. It is based on version 2.0.2 as updated by Narines. * Installation: Please refer to Installation.txt for a detailed description of installation and what you need to add to BE filters.