mirror of
https://github.com/Ghostrider-DbD-/Config-Extraction-Tools.git
synced 2024-08-30 16:42:11 +00:00
commit
72a821665d
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user