Skip to content

Broker Trader 1.3.0

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

Target - SPT-AKI 3.5.5

Hotfix 12/04/23

  • Fix notification showing up when selling only foreign currencies.

New feature

Notifications are now displayed after every Broker sale transaction to make trading feel slightly more responsive. They show reputation changes (sales sum/flea rep).

Reminder: sales sum and flea rep are not affected by commission, and flea rep is based on sold item price, not profit(price-tax). Also flea rep on the UI is updated when you re-enter the main menu (finish a raid or reboot the game).

Mod configuration file now has several new properties:

  • useNotifications - default value true. Determines whether notifications will be displayed, set to false if you want to disable them.
  • notificationsLongerDuration - default value false. Setting to true makes notifications display 2-3 seconds longer.
  • useClientPlugin - default value true. Should always be true. Using the mod with this setting being false is not directly supported. If you are having issues with the client plugin set this value to false. Disabling the client plugin disables all client-side features and introduces inconsistencies, e.g. the price displayed on the UI is not consistent with the actual profit you'll get. Also flea tax calculation(and maybe some others) will be slightly inaccurate. You can also try to remove the BrokerTraderPlugin.dll and set this value to false, but if even that doesn't work, that means the server side of the mod is not compatible with your SPT-AKI version.

Fixes

  • Broker now accounts for traders being unlocked. Since currently only vanilla traders are supported, the only example where it's applicable is Jaeger.
  • Improved client plugin compatibility. Updating the mod for newer client versions should be trivial in most cases.
  • Potentially improved Broker Trade UI performance. Might be unnoticeable in most cases since Tarkov's UI is sluggish in general.