mirror of
https://github.com/Ghostrider-DbD-/Config-Extraction-Tools.git
synced 2024-08-30 16:42:11 +00:00
Updates to remove the dependency on Exile Mod
This commit is contained in:
parent
8a79170204
commit
8dd0eb35f8
9
testConfig.Altis/description.ext
Normal file
9
testConfig.Altis/description.ext
Normal 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.
|
@ -21,14 +21,13 @@ class EditorData
|
|||||||
binarizationWanted=0;
|
binarizationWanted=0;
|
||||||
addons[]=
|
addons[]=
|
||||||
{
|
{
|
||||||
"A3_Characters_F",
|
"A3_Characters_F"
|
||||||
"exile_client"
|
|
||||||
};
|
};
|
||||||
class AddonsMetaData
|
class AddonsMetaData
|
||||||
{
|
{
|
||||||
class List
|
class List
|
||||||
{
|
{
|
||||||
items=2;
|
items=1;
|
||||||
class Item0
|
class Item0
|
||||||
{
|
{
|
||||||
className="A3_Characters_F";
|
className="A3_Characters_F";
|
||||||
@ -36,11 +35,6 @@ class AddonsMetaData
|
|||||||
author="Bohemia Interactive";
|
author="Bohemia Interactive";
|
||||||
url="https://www.arma3.com";
|
url="https://www.arma3.com";
|
||||||
};
|
};
|
||||||
class Item1
|
|
||||||
{
|
|
||||||
className="exile_client";
|
|
||||||
name="exile_client";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
randomSeed=14371957;
|
randomSeed=14371957;
|
||||||
|
Loading…
Reference in New Issue
Block a user