Platinum added a new version:
QuoteUpdated for SPT-AKI 3.5.0
Platinum added a new version:
QuoteUpdated for SPT-AKI 3.5.0
Platinum added a new version:
Quote- Updated for SPT-AKI 3.5.0
Platinum added a new version:
Quote
- Updated for SPT-AKI 3.5.0
- Moved startDelayInSeconds to advancedConfigs.json. Falls back to 7 if it doesn't exist.
- Added price override to M32 MGL to 200,000 roubles.
Platinum added a new file:
QuoteDisplay MoreFeatures:
- 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.
Platinum added a new version:
QuoteChanges:
- Added config delayStartInSeconds (defaulted to 7s) which delays the loading of the mod. This gives other mods like Lua's flea market updater to be loaded first so my mod can then display the updated values. If you don't use this mod, feel free to change this value lower but in my testing, a lower number doesn't make any difference. Just don't go too high (>30s) otherwise my mod will not load properly.
Platinum added a new version:
QuoteDisplay MoreChanges:
- Added config useCustomBackgroundColours which allows you to enable or disable the custom icon background colours globally. Enabled by default.
- Added categoryConfig disableCustomBackgroundColours which allows you to disable the custom icon background for specific categories. You can add any sub or parent category then include this flag.
- Disabled custom background colours for keys so it works with other mods like BetterKeys.
Possible future changes:
- Config to disable the text description so you can just use the background colours if you want.
Platinum added a new file:
QuoteDisplay MoreDon't know what's worth your backpack space? Don't know if some random attachment is actually worth 666k in the flea market? (Looking at you M-LOK 4.1"). Introducing Eyes of a Trader. With this mod, you'll know approximately how much your loot is worth so you can decide whether you want to haul it to extract or dump it on the floor.
Features:
- Displays Trader price & Flea market price in the description of most items (item types and whether to use custom background colours configurable in categories.json)
- Changes item icon background colour to represent item value (Price range, colours, trader vs flea, all configurable. Uses trader value per slot by default)
- Ability to automatically use Flea market value for icon colour when Flea market value is much higher than the Trader value (Enabled by default. Can be disabled or ratio tweaked)
- Changes backpack background colours depending on how many slots they hold.
Custom colours (can be disabled via useCustomBackgroundColours set to false):
From cheapest to most valuable:
brown (<3k per slot vendor, <5k per slot flea)
red (3-6k per slot vendor, 5-9k per slot flea)
yellow (6-9k per slot vendor, 9-12k per slot flea)
green (9-11k per slot vendor, 12-16k per slot flea)
blue (11k-13k per slot vendor, 16-20k per slot flea)
violet (>13k per slot vendor, >20k per slot flea)
You can change the colours for any price range in config.json using the colours found in: Resources: Item properties list
Auto use flea market value for background colour:
There's a lot of items that vendor poorly like toothpaste or syringes ~1k but actually have a flea value of around 10k. By default, when the flea value is twice the vendor value, the mod will display the flea market value icon colour. This can be disabled in config.json via autoUseFleaPricing.enabled = false if you don't sell on the flea much.
If you have useFleaPricesForBackground = true however, the above logic will not apply since you're always using the flea price for the icon colour anyway.
Installation:
Copy contents of .zip to your <spt_aki_dir>/user/mods folder.
Config help:
Most of the config values should be self explanatory but here are some of the more confusing ones explained.
delayStartInSeconds (default 7): makes the mod load later so other mods like Lua's flea market updater can be loaded first which allows my mod to retrieve the updated values. Set this higher to maybe 10s if it's still not showing the updated prices. A sure way is to see in the console that it says
[Eyes of a Trader]: Success! Found xxxx items to update. after
Lua-FleaMarketPriceUpdater: Generated initial flea market offers
updateVioletItemBackground (default false): updates the background of items with an existing violet backgrounds. These are generally special items (that are already valuable) so I didn't want to touch them at all, just like keys.
Screenshots:
Platinum added a new file:
QuoteDisplay MoreThe colours are configured to work with the SPT Realism Mod: SPT Realism Mod.
The mod will technically still work without the SPT Realism Mod but the icon colours will not be set properly as the penetration values in SPT Realism are generally much higher than vanilla. You can manually configure your preferred colour settings and penetration parameters in config.json however.
To install, copy the contents of the .zip to <spt_aki_dir>/user/mods. The mod must be loaded after SPT Realism so I have added a z to the file name.
Custom icon colours:
(penetration value): colour of icon ingame
0 - 29: brown
30 - 49: red
50 - 59: yellow
60 - 69: green
70 - 79: blue
80 - 200: violet
Inspired by mod Ammo Stats in Description
I recommend using the above linked mod instead if you don't play with SPT Realism because it has more features and is better suited for Vanilla penetration values.
Do NOT use both mods at the same time!
If you use ODT's Item Info mod as well, please disable the colouring of ammo by adding "5485a8684bdc2da71d8b4567" to its config.json - RarityRecolorBlacklist.