Skip to content

Broker Trader 1.3.1

Compare
Choose a tag to compare
@MiraculousNightingale MiraculousNightingale released this 24 Apr 12:26
· 12 commits to master since this release

Target - SPT-AKI 3.5.5

Hotfix 24/04/23

  • Isolated reflection to only main game assembly, by default. Prevents ambiguous match errors when using other client mods/libraries.

Config options

Mod configuration file now has several new properties:

useCutomTraders - default value false. Determines whether Broker will sell to custom traders.
customTraderIds - default value [](empty array). An explicit range of custom traders to be used by Broker, obviously matters only if useCustomTraders is true. When left empy ([]) - all custom traders will be used. If you want an explicit range of traders add their IDs into the array in the following manner: ["customTraderId1", "customTraderId2", "customTraderId3"]. Trader IDs can be found in their base.json file, look for a line with "_id" (it's usually in the beginning).
tradersIgnoreUnlockedStatus - default value false. Determines whether Broker will ignore traders "Unlocked" status (e.g. how Jaeger is initially locked). Can be useful if you have a mod that dynamically locks/unlocks traders, e.g. Path To Tarkov.
useItemBaseClassServiceFix - default value false. An optional(and also kind of temporary) fix which should be used if you get spammed with "Item not found in item base cache" warnings.

Fixes

  • Client plugin should now be cross-version compatible.
  • Adjusted ragfair/trader price comparison to be based on actual profit(accounting for ragfair tax and broker commission) rather than just the price.
  • Optional fix for "Item not found in item base cache". In such cases some items couldn't be sold properly.