The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

The Blacklist - flea market enhancements

The Blacklist - flea market enhancements 2.0.1

Created by Platinum

71.5K Downloads

Unknown SPT Version

Disables the BSG blacklist in the flea market. Rebalances the prices of blacklisted ammo like Igolnik. Speeds up sell times for offers. Additional configs to set flea prices for any item in the game.

Features:

- Disables the 'BSG Blacklist' in the flea market so you can buy/sell high end ammo and gear again.

- Rebalances the price of ammo depending on their stats (details below). The default flea prices for high end ammo were too low, Igolnik was cheaper than some low level bullets.

- Rebalances the price of some blacklisted guns.

- Configuration to make cheap offers made by you sell faster.

- Configuration to reduce number of items for sale on the flea market to simulate scarcity.

- Configuration to add an extra offer slot.

- Configuration to allow you to set a custom price override for items on the flea market.

- Configuration to blacklist any item on the flea market.

Ammo pricing:

Pricing for high end ammo is based on their penetration power and damage. Higher the pentration and damage, higher the price. Formula:

newPrice = advancedConfig.baselineBulletPrice * penetrationMultiplier * damageMultiplier * config.blacklistedAmmoAdditionalPriceMultiplier;

To increase the price of the previously blacklisted ammo across the board, simply increase the blacklistedAmmoAdditionalPriceMultiplier setting in config.json.

Enable useBalancedPricingForAllAmmo in config.json to apply the above formula to all bullets and shotgun rounds.

Custom flea market pricing:

You can change the flea pricing of any item using the customItemConfigs[] setting in config.json.

First, get the item._id from https://db.sp-tarkov.com/search

Then add a new entry to customItemConfigs, following the existing pattern:

{

"itemId": "5c0a840b86f7742ffa4f2482", // item._id you just got from above

"fleaPriceMultiplier": 1.5, // the new price will be the existing price times this number

"fleaPriceOverride": 42069 // if you add a value for this, this will be the flea market value, ignoring the multiplier above

}

Blacklist items:

Similarly, you can blacklist any item using the above customItemConfigs. Just find the itemId and set property "blacklisted" to true.

Installation:

Simply paste the folder within the .zip to your <SPT Dir>/user/mods like other server side mods.

The configs have comments or notes about each of the settings so they should be quite self-explanatory. Let me know if you want more details about a certain config.

Version 2.0.1

18.8K Downloads

Unknown SPT Version Virus Total Results
Created Jul 17th, 2024 Updated Jan 2nd, 9:39 PM

Updated for SPT 3.9.X

All credits to Archangel who did the work.

Version 2.0.0

17.3K Downloads

Unknown SPT Version Virus Total Results
Created Apr 3rd, 2024 Updated Jan 2nd, 5:42 PM

Updated for SPT-AKI 3.8.*

  • Overhauled most of the code
  • Fix issue where prices weren't being updated properly due to async load in v1
  • Removed logic surrounding armour prices because of the new armour system
  • Added bunch of extra features to the configs
  • Updated pricing of most blacklisted ammo
Version 1.3.1

15.3K Downloads

Unknown SPT Version Virus Total Results
Created Oct 9th, 2023 Updated Jan 1st, 1:10 PM

Updated SPT-AKI version to 3.7.*

Feel free to use existing v1.3.0 mod if you have made changes to your configs.

Version 1.3.0

3.8K Downloads

Unknown SPT Version Virus Total Results
Created Aug 2nd, 2023 Updated Jan 6th, 3:15 AM

For SPT-AKI 3.5.* & 3.6.* & 3.7.*

Changelog:

  • Updated ammo price calculation so mid-tier blacklisted ammo like M856A1 starts around 1000 roubles. Works well with the SPT Realism mod as there is a bigger variance with all the ammo types.
  • Added config.useBalancedPricingForAllAmmo that balances the price for all ammo. Effectively, it makes non blacklisted ammo a little bit more expensive on the flea. Default off.

If you have updated your config.json significantly already, I recommend you copy your changes and paste them back into the updated config.json. Sorry for any inconvenience.

Version 1.2.0

594 Downloads

Unknown SPT Version Virus Total Results
Created Jul 29th, 2023 Updated Jan 2nd, 6:56 PM

For SPT-AKI 3.5.*, SPT-AKI 3.6.*

Changelog:

  • Added custom price overrides for Weapon Case and THICC Weapon Case
  • For guns that don't have a flea price such many blacklisted high power rifles, the flea price is set to 100k. This value can be changed in advancedConfig.gunPriceFallback. This fixes issue with guns like the G28 or the Mk47 which were ~25k (their handbook price).
  • Can now manually blacklist items within config.json, customItemConfigs.blacklisted.
  • Blacklisted BEAR & USEC dogtags.

If you have updated your config.json significantly already, I recommend you copy your changes and paste them back into the updated config.json. Sorry for any inconvenience.

Version 1.1.0

10.3K Downloads

Unknown SPT Version Virus Total Results
Created Feb 18th, 2023 Updated Jan 8th, 3:14 AM

For SPT-AKI 3.4.* & 3.5.*

Changelog:

  • Added config limitMaxPriceOfAttachments (default true) & maxFleaPriceOfAttachmentsToHandbookPrice (default 5)
  • Allows you to limit the flea price of attachments as a multiple of the Handbook price. This prevents scenarios where a random insignificant attachment is worth way too much. The default multiplier of 5 seems to be balanced enough.

If you have updated your config.json significantly already, I recommend you add these 2 configs manually so you don't overwrite your existing changes. Otherwise, the feature will be disabled if you don't have these values.

Version 1.0.1

2.4K Downloads

Unknown SPT Version Virus Total Results
Created Feb 13th, 2023 Updated Jan 1st, 2:58 PM
  • Updated for SPT-AKI 3.5.0
  • Moved startDelayInSeconds to advancedConfig.json. Falls back to 7 if it doesn't exist.
  • Added price override to M32 MGL to 200,000 roubles.
Version 1.0.0

1.1K Downloads

Unknown SPT Version Virus Total Results
Created Feb 11th, 2023 Updated Jan 1st, 4:33 PM
  • For SPT-AKI 3.4.1 but also works with 3.5.0
Version 0.0.0

2.0K Downloads

Unknown SPT Version Virus Total Results
Created Nov 27th, 9:53 AM Updated Jan 4th, 6:43 AM

Updated to SPT 3.10 by Archangel (again, thanks for your help!)
Beta release because I havent functionally tested it.
Blacklisted new dogtags.

Not quite yet...