From 8a79170204dcd72614f05241916fb5cebe1108a8 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Fri, 27 Oct 2017 18:58:28 -0400 Subject: [PATCH 1/2] Fixed issue that blocked tool from loading. --- testConfig.Altis/description.ext | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 testConfig.Altis/description.ext diff --git a/testConfig.Altis/description.ext b/testConfig.Altis/description.ext deleted file mode 100644 index 395499e..0000000 --- a/testConfig.Altis/description.ext +++ /dev/null @@ -1,2 +0,0 @@ - -#include "config_altis_mil.cpp" From 8dd0eb35f81f180887a9fecb5407bd14d944d437 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Wed, 1 Nov 2017 20:39:02 -0400 Subject: [PATCH 2/2] Updates to remove the dependency on Exile Mod --- testConfig.Altis/description.ext | 9 +++++++++ testConfig.Altis/mission.sqm | 10 ++-------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 testConfig.Altis/description.ext diff --git a/testConfig.Altis/description.ext b/testConfig.Altis/description.ext new file mode 100644 index 0000000..8d83e60 --- /dev/null +++ b/testConfig.Altis/description.ext @@ -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. diff --git a/testConfig.Altis/mission.sqm b/testConfig.Altis/mission.sqm index a84604f..61fc653 100644 --- a/testConfig.Altis/mission.sqm +++ b/testConfig.Altis/mission.sqm @@ -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;