Merge pull request #14 from Ghostrider-DbD-/Version-0.1

Version 0 1
This commit is contained in:
Ghostrider [GRG] 2018-02-06 08:08:46 -05:00 committed by GitHub
commit 72a821665d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View File

@ -1,2 +1,9 @@
// Include price lists here
#include "config_altis_mil.cpp"
// 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;