Updated Documentation.

This commit is contained in:
Ghostrider-DbD- 2016-11-18 06:10:49 -05:00
parent 54d4adbc5d
commit 57e793c1f7
2 changed files with 40 additions and 2 deletions

View File

@ -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.<MAP Name>\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.
//////////////////////////

View File

@ -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.