diff --git a/README.md b/README.md index 177f06f..454e476 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Trader-Mod v5.7 +# Trader-Mod v5.8 Exile Easy Trader Mod System
This trader system is offered free without any guarantee or promise and users should back up their files before proceeding.
@@ -7,6 +7,9 @@ I have only compiled what i found, attempted to simplify class names and created If you use then you should consider sharing any further development, bug fixes or expansions (as i have probably missed objects out or spelled things incorrectly).
This file does not include how to install mods or add to loot tables as that is already well documented.
+v5.8 Update
+EBM install instructions fix, thanks to Killerpoodezz for spotting.
+ v5.7 Update
Updated RHS Weapons mod files by ElShotte.
diff --git a/install instructions.txt b/install instructions.txt index 022a4d4..98b375a 100644 --- a/install instructions.txt +++ b/install instructions.txt @@ -63,7 +63,7 @@ class CfgExileArsenal #include "TRADERS\ARMA3W\ItemListARMA3W.hpp" #include "TRADERS\CUPW\ItemListCUPW.hpp" #include "TRADERS\CUPV\ItemListCUPV.hpp" - #include "TRADERS\EBM\prices.hpp" + #include "TRADERS\EBM\ItemListEBM.hpp" #include "TRADERS\FMP\ItemListFMP.hpp" #include "TRADERS\HAP\ItemListHAP.hpp" #include "TRADERS\HLC\ItemListHLC.hpp" @@ -95,7 +95,7 @@ class CfgTraderCategories #include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp" #include "TRADERS\CUPW\TraderCategoriesCUPW.hpp" #include "TRADERS\CUPV\TraderCategoriesCUPV.hpp" - #include "TRADERS\EBM\traders.hpp" + #include "TRADERS\EBM\TraderCategoriesEBM.hpp" #include "TRADERS\FMP\TraderCategoriesFMP.hpp" #include "TRADERS\HAP\TraderCategoriesHAP.hpp" #include "TRADERS\HLC\TraderCategoriesHLC.hpp"