Updates to remove the dependency on Exile Mod

This commit is contained in:
Ghostrider-DbD- 2017-11-01 20:39:02 -04:00
parent 8a79170204
commit 8dd0eb35f8
2 changed files with 11 additions and 8 deletions

View File

@ -0,0 +1,9 @@
// Include price lists here
// FOR EPOCH
#include "epoch_config\sandbox_config.hpp"
// Be sure you copy epoch_configs for your current mission file and everything inside it into your testConfig.Altis mission folder.
// FOR EXILE
//#include "config.cpp" // for exile - this file contains all aresnal entries and is used to check if an item is buyable/sellable in the traders.
// Be sure you copy this file and any included files into this mission folder or the mission will not run.

View File

@ -21,14 +21,13 @@ class EditorData
binarizationWanted=0;
addons[]=
{
"A3_Characters_F",
"exile_client"
"A3_Characters_F"
};
class AddonsMetaData
{
class List
{
items=2;
items=1;
class Item0
{
className="A3_Characters_F";
@ -36,11 +35,6 @@ class AddonsMetaData
author="Bohemia Interactive";
url="https://www.arma3.com";
};
class Item1
{
className="exile_client";
name="exile_client";
};
};
};
randomSeed=14371957;