2016-07-19 21:28:02 +00:00
This trader system is offered free without any guarantee or promise and users should back up their files before proceeding.
It is compiled by [CiC]red_ned of http://cic-gaming.co.uk from different sources including documentation on exilemod and in game from various places.
I have only compiled what i found, attempted to simplify class names and created files for what i couldn't find and is given back to the community as thanks.
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.
ned
2016-07-20 21:26:05 +00:00
2017-11-16 15:13:24 +00:00
*** Update v6.1 ***
Added FFAA - thanks to CHAINSAW SQUIRREL
2017-11-16 05:24:52 +00:00
*** Update v6.0 ***
Added Fox vehicles - thanks to Bob_the_K for the list
Updated CUP Weapons including removing dupe items - thanks to Bob_the_K for the list.
Updated trader files to be sorted by name.
Updated Exile files to latest.
2017-03-03 00:02:16 +00:00
2016-07-19 21:28:02 +00:00
NOTE RHS IS BOTH RUS AND USA.
2017-11-16 05:24:52 +00:00
****** Thanks to all the following for help ******
****** XxFri3ndlyxX, [RG] Salutesh, SE7EN ******
****** Tobias Solem, pomp4h, Bob_the_K ******
****** Razor77, jmayr2000, C][G GhostTown<77> ******
2017-11-16 15:13:24 +00:00
****** ElShotte, Killerpoodezz,CHAINSAW SQUIRREL ******
2016-07-19 21:28:02 +00:00
---------------------------------------------------------------------------------------------------------------------------
1. INSERT THE TRADERS FOLDER INTO YOUR MISSION PBO, DELETING ANY MOD FOLDERS YOU DONT USE.
---------------------------------------------------------------------------------------------------------------------------
2017-03-16 23:48:28 +00:00
2. IN CONFIG.CPP IN MISSION PBO: REPLACE FROM "class CfgExileArsenal" DOWN TO LINE ABOVE "class CfgExileCustomCode" with (CHOSING WHICH MODS YOU ARE USING AND DELETE OTHER LINES)
2016-07-19 21:28:02 +00:00
class CfgExileArsenal
{
#include "TRADERS\APEX\ItemListAPEX.hpp"
#include "TRADERS\ARMA3V\ItemListARMA3V.hpp"
#include "TRADERS\ARMA3W\ItemListARMA3W.hpp"
2017-04-12 15:49:53 +00:00
#include "TRADERS\CUNITS\ItemListCUNITS.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\CUPV\ItemListCUPV.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\CUPW\ItemListCUPW.hpp"
#include "TRADERS\CUSTOM\ItemListCUSTOM.hpp"
2017-03-08 08:06:36 +00:00
#include "TRADERS\EBM\ItemListEBM.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\Exile\ItemListExile.hpp"
#include "TRADERS\FFAA\ItemListFFAA.hpp"
2017-02-28 23:32:47 +00:00
#include "TRADERS\FMP\ItemListFMP.hpp"
2017-11-16 05:24:52 +00:00
#include "TRADERS\FOX\ItemListFOX.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\HAP\ItemListHAP.hpp"
#include "TRADERS\HVP\ItemListHVP.hpp"
2016-08-02 07:12:56 +00:00
#include "TRADERS\HWP\ItemListHWP.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\Jonzie\ItemListJonzie.hpp"
#include "TRADERS\MASV\ItemListMASV.hpp"
#include "TRADERS\MASW\ItemListMASW.hpp"
2016-07-27 20:50:09 +00:00
#include "TRADERS\NIA\ItemListNIA.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\PODS\ItemListPODS.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\R3FW\ItemListR3FW.hpp"
2016-07-20 21:26:05 +00:00
#include "TRADERS\RHSGREF\ItemListGREF.hpp"
2017-03-03 00:02:16 +00:00
#include "TRADERS\RHSSAF\ItemListRHSSAF.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\RHSV\ItemListRHSV.hpp"
#include "TRADERS\RHSW\ItemListRHSW.hpp"
#include "TRADERS\TRYK\ItemListTRYK.hpp"
2017-11-16 15:13:24 +00:00
//#include "TRADERS\HLC\ItemListHLC.hpp" //should use NIArms
2016-07-19 21:28:02 +00:00
};
---------------------------------------------------------------------------------------------------------------------------
2017-03-16 23:48:28 +00:00
3. IN CONFIG.CPP IN MISSION PBO: REPLACE FROM "class CfgTraderCategories" DOWN TO LINE ABOVE "class CfgTraders" with (CHOSING WHICH MODS YOU ARE USING AND DELETE OTHER LINES)
2016-07-19 21:28:02 +00:00
class CfgTraderCategories
{
#include "TRADERS\APEX\TraderCategoriesAPEX.hpp"
#include "TRADERS\ARMA3V\TraderCategoriesARMA3V.hpp"
#include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp"
2017-04-12 15:49:53 +00:00
#include "TRADERS\CUNITS\TraderCategoriesCUNITS.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\CUPV\TraderCategoriesCUPV.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\CUPW\TraderCategoriesCUPW.hpp"
#include "TRADERS\CUSTOM\TraderCategoriesCUSTOM.hpp"
2017-03-08 08:06:36 +00:00
#include "TRADERS\EBM\TraderCategoriesEBM.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\Exile\TraderCategoriesExile.hpp"
#include "TRADERS\FFAA\TraderCategoriesFFAA.hpp"
2017-02-28 23:32:47 +00:00
#include "TRADERS\FMP\TraderCategoriesFMP.hpp"
2017-11-16 05:24:52 +00:00
#include "TRADERS\FOX\TraderCategoriesFOX.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\HAP\TraderCategoriesHAP.hpp"
#include "TRADERS\HVP\TraderCategoriesHVP.hpp"
2016-08-02 07:12:56 +00:00
#include "TRADERS\HWP\TraderCategoriesHWP.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\Jonzie\TraderCategoriesJonzie.hpp"
#include "TRADERS\MASV\TraderCategoriesMASV.hpp"
#include "TRADERS\MASW\TraderCategoriesMASW.hpp"
2016-07-27 20:50:09 +00:00
#include "TRADERS\NIA\TraderCategoriesNIA.hpp"
2017-11-16 15:13:24 +00:00
#include "TRADERS\PODS\TraderCategoriesPODS.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\R3FW\TraderCategoriesR3FW.hpp"
2016-07-20 21:26:05 +00:00
#include "TRADERS\RHSGREF\TraderCategoriesGREF.hpp"
2017-03-03 00:02:16 +00:00
#include "TRADERS\RHSSAF\TraderCategoriesRHSSAF.hpp"
2016-07-19 21:28:02 +00:00
#include "TRADERS\RHSV\TraderCategoriesRHSV.hpp"
#include "TRADERS\RHSW\TraderCategoriesRHSW.hpp"
#include "TRADERS\TRYK\TraderCategoriesTRYK.hpp"
2017-11-16 15:13:24 +00:00
//#include "TRADERS\HLC\TraderCategoriesHLC.hpp" //should use NIArms
2016-07-19 21:28:02 +00:00
};
---------------------------------------------------------------------------------------------------------------------------
2017-03-16 23:48:28 +00:00
4. IN CONFIG.CPP IN MISSION PBO: REPLACE FROM "class CfgTraders" DOWN TO LINE "class CfgTrading" with
2016-07-19 21:28:02 +00:00
class CfgTraders
{
#include "TRADERS\CfgTraders.hpp"
};
2017-03-03 00:43:46 +00:00
You can alternatively copy the cfgtraders file content over the traders in the main config, not recommended.