The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

The Blacklist - flea market enhancements

The Blacklist - flea market enhancements 2.0.4+b

Created by Platinum

92.2K Downloads

SPT 3.11.3 Compatible

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 directory 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.4+b
Download Mod Version

SPT 3.11.3

Latest Compatible SPT Version

2.9K Downloads

Created Mar 24th, 8:06 AM

Updated Mar 24th, 8:06 AM

Virus Total Results

Beta/Untested.

Try fix blacklisted items not being allowed to be sold on Flea Market.

For SPT 3.11

Version 2.0.3+b
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

1.1K Downloads

Created Mar 21st, 11:00 AM

Updated Mar 21st, 11:00 AM

Virus Total Results

Updated for SPT 3.11. Beta/Untested.

Version 2.0.2+b
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

17.8K Downloads

Created Nov 27th, 2024

Updated Nov 27th, 2024

Virus Total Results

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

Version 2.0.1
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

19.3K Downloads

Created Jul 17th, 2024

Updated Jul 17th, 2024

Virus Total Results

Updated for SPT 3.9.X

All credits to Archangel who did the work.

Version 2.0.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

17.4K Downloads

Created Apr 3rd, 8:48 AM

Updated Apr 3rd, 8:48 AM

Virus Total Results

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
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

15.4K Downloads

Created Oct 9th, 2023

Updated Oct 9th, 2023

Virus Total Results

Updated SPT-AKI version to 3.7.*

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

Not quite yet...