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.
18.8K Downloads
Updated for SPT 3.9.X
All credits to Archangel who did the work.
17.3K Downloads
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
15.3K Downloads
Updated SPT-AKI version to 3.7.*
Feel free to use existing v1.3.0 mod if you have made changes to your configs.
3.8K Downloads
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.
594 Downloads
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.
10.3K Downloads
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.
2.4K Downloads
- 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.
1.1K Downloads
- For SPT-AKI 3.4.1 but also works with 3.5.0
2.0K Downloads
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...