Mod Details

The Blacklist - flea market enhancements

The Blacklist - flea market enhancements 2.0.4+b

Created by  Platinum

112.1K Downloads

SPT 3.11.4 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.

Latest Version 2.0.4+b
SPT 3.11.4

Updated Mar 24, 8:06 AM

Version Notes

Beta/Untested.

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

For SPT 3.11

This download is externally hosted.
Always scan for viruses.
Features

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

Installation:

Simply paste the folder within the .zip to your SPT directory like other server side mods.

Configurations

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.4
Latest Compatible SPT Version

20.6K Downloads

Created Mar 24, 8:06 AM

Updated Mar 24, 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
SPT 3.11.4
Latest Compatible SPT Version

1.2K Downloads

Created Mar 21, 11:00 AM

Updated Mar 21, 11:00 AM

Virus Total Results

Updated for SPT 3.11. Beta/Untested.

Version 2.0.2+b
Download Mod Version
SPT 3.10.5
Latest Compatible SPT Version

18.5K Downloads

Created Nov 27, 2024 at 9:53 AM

Updated Nov 27, 2024 at 9:53 AM

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
SPT 3.9.8
Latest Compatible SPT Version

19.9K Downloads

Created Jul 17, 2024 at 11:43 AM

Updated Jul 17, 2024 at 11:43 AM

Virus Total Results

Updated for SPT 3.9.X

All credits to Archangel who did the work.

Version 2.0.0
Download Mod Version
SPT 3.8.3
Latest Compatible SPT Version

17.6K Downloads

Created Apr 3, 2024 at 8:48 AM

Updated Apr 3, 2024 at 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
SPT 3.7.6
Latest Compatible SPT Version

15.5K Downloads

Created Oct 9, 2023 at 9:06 AM

Updated Oct 9, 2023 at 9:06 AM

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.

I can’t imagine how I would play the game without this mod. I hope we can see an update soon.

0 Likes
Topist

can we have this on 4.0.0 plz?

2 Likes
MikaNeon

Hi, I have a request!
Can you add an optin to blacklist ParentIDs?

0 Likes

Oh, I understand - it can block items one step deep.
But I need an option to blacklist flea section entierly.
Like “key” (all keys) or “weapon” (All weapons)

There are other mod with this function (Flea limiter), but it doesn’t work with this mod.

0 Likes

I added this functionality about a year ago; there’s an example in the config for headwear. You must make sure you are using the correct id for the parent and just add “blacklisted”: true. Let me know if this isn’t working because it should afaik

example

{ // All keys (mechanical, keycards etc) “itemId”: “543be5e94bdc2df1348b4568”, “blacklisted”: true },

0 Likes

egbog, this is not working for me. I try to do add it

{

// All keys (mechanical, keycards etc)

“itemId”: “543be5e94bdc2df1348b4568”,

“blacklisted”: true

},

or

// Items that are blacklisted in these categories will remain blacklisted.

“excludedCategories”: [

“5b5f78b786f77447ed5636af”, // Money, dont want people buying roubles with roubles

“5b47574386f77428ca22b345”, // Special equipment, dont want people buying lightkeeper items

“543be5e94bdc2df1348b4568”, //Try adding here

“5b47574386f77428ca22b33c” // Ammo boxes, some ammo boxes are really cheap, some are very expensive. Just buy loose rounds instead.

],

But no luck. I can only block individual items

0 Likes
SuperBoy_1

I want to enable the Flea blacklist. I have tried changing the “disableBsgBlacklist”: true “in config.jsonc to false, but the item that should not appear in Flea still exists. Does anyone know how to solve this problem?

0 Likes
Osumunbro_

im still unable to sell blacklisted items with 2.0.4b

0 Likes
ALADEEN2004

Is there a way to unlock those “LOCKED” flea items by config?

0 Likes
jax22

Is there a way to change prices of modded items?

I’ve been trying to use the item id of modded items and the prices just arent applying. What else could I do?

0 Likes
loveUseless

Blacklist is still there. I thought it’s conflict with greed, but after disabling it i still can’t sell items like SNB. Can send you logs if you need them.

0 Likes

i have same problem, i can buy blacklisted item but can`t sell it

0 Likes

Do you guys know how to fix that?

0 Likes

Nope. prob need to wait for mod autor to look into it

0 Likes

Damn, I dont have or want to install SPT anymore to troubleshoot this

Edit: I have added this as an issue on Github for anyone to investigate as the mod is open source.

https://github.com/gndworks/spt-the-blacklist/issues/2

3 Likes

🙏🙏🙏

0 Likes

Not sure If welcomed or even allowed here but I got it to work for me.

Also I’m to no means an expert here and also not sure if this is the right method, so use it at your own risk.

In “user\mods\platinum-theblacklist\src\mod.ts” at line 109 ( directly after this.blacklistedItemsUpdatedCount++; ) I added the following line:

itemProps.CanSellOnRagfair=true;

If the author of this mod wishes to, I will delete this comment.

3 Likes

That makes sense, I wonder if I accidentally removed that line of code a long time ago or if it’s some new change from SPT. I’ll add that line to the code and update the mod.

Edit: I have uploaded 2.0.4b containing change described by Zorax above. Thank you.

2 Likes
lilldizzy

have a problem
“В моде platinum-theblacklist package.json содержит недопустимую строку версии”
In mod “platinum-theblacklist” file package.json contains an invalid version string

0 Likes

Uploaded new zip which should contain fix.

0 Likes
Hakaruma

500 Внутренняя ошибка сервера

Версия Gitea: 1.23.1
К сожалению не скачать

0 Likes

Details