Mod Details

Show Me The Money

Show Me The Money 1.6.1

Created by swiftxp

4.0K Downloads

SPT 3.11.4 Compatible

See sales price information in the item-tooltip. The trader who would buy the item for the best price and a flea market selling price is displayed.

Latest Version 1.6.1
SPT 3.11.4

Updated Monday at 3:21 AM

0.0 MB

Version Notes

Changes in this release:

  • Fixed a bug that prevented flea market prices from being displayed for some items (e.g. 5.56x45mm HP ammunition).

This also fixes the problem of the quick-sell companion mod not being able to sell these items at the flea market.

Shout-out to SC.Li for helping to find this bug.

This download is externally hosted.
Always scan for viruses.

Show me the money SPT-mod

A BepInEx plugin and an accompanying server mod for SPT (Single Player Tarkov).

Preview Image MOD

Notice: A quick-sell companion mod is available here.

What does it do?

The BepInEx plugin modifies the in-game tooltip of items to display price information (in stash and in raid). The dealer who would buy the item for the best price and an average price for the flea market is displayed. The display is divided into “price-per-slot” and “total”-price. The best offer is highlighted. Also flea market taxes can be included. Version >=1.5.0 adds a color coding feature (by default the color scheme familiar from WoW, ranging from poor to legendary).

The accompanying server mod provides several endpoints for the BepInEx plugin, which are used to retrieve the trader prices for EUR and USD and the flea market prices.

Several configuration options are offered via the BepInEx configurator.

The mod is written in such a way that the load on the SPT-server is as low as possible.

Requirements

Basically none.

Installation

If you have a completely normal installation of SP-Tarkov (everything inside one folder, on one machine, like the SPT-Installer is doing it):

Extract the contents of the .zip file into your SPT directory.

You should end up having the following files copied to your SPT directory:

  • C:\yourSPTfolder\BepInEx\plugins\SwiftXP.ShowMeTheMoney.dll
  • C:\yourSPTfolder\user\mods\swiftxp-showmethemoney\package.json
  • C:\yourSPTfolder\user\mods\swiftxp-showmethemoney\src\mod.ts

If you have your client and your server separated:

Extract the “BepInEx” folder from the .zip to your client and extract the “user” folder to your server.

You should end up having the following files copied…

… on your client:

  • C:\yourSPTclient\BepInEx\plugins\SwiftXP.ShowMeTheMoney.dll

… on your server:

  • C:\yourSPTserver\user\mods\swiftxp-showmethemoney\package.json
  • C:\yourSPTserver\user\mods\swiftxp-showmethemoney\src\mod.ts

If you use the Fika headless client

There is no need to install anything to your Fika headless client for this mod to work properly. I would actually recommend to NOT install my mod on your Fika headless client. This also means that I recommend to add my mod to your Exclusions.json, if you use Corter’s Mod Sync. Please see his FAQ on how to add sync-exclusions.

Configuration

Please use the BepInEx configurator to configure features of the mod (usually accessible by pressing F12 or F1 when you are in-game):

BepInEx Plugin Configuration

Demonstration of toggle-mode for flea tax

As you can see, you can also manually trigger the plugin to retrieve the current flea market prices from your SPT server (this can be useful when you installed DrakiaXYZ’s SPT-LiveFleaPrices - however, the flea market prices are updated regulary).

Just for clarifcation: This does not trigger DrakiaXYZ’s SPT-LiveFleaPrices to query the latest flea prices, but my mod queries the latest flea prices from your SPT server (which are set by SPT-LiveFleaPrices).

Remarks

  • Changes on the Trader Price Markups (e.g. editable via SVM) are taken into account by this mod.
  • I have tried to support multiple languages, but if you notice any problems, please let me know in the comments. Disabling the color coding feature may help in the meantime.

Known compatibility

Known problems

  • The damage report/health condition screen may rarely show the price information tooltip. I’m almost tempted not to fix it. It’s too funny.
  • A buddy of mine has a minor problem with the “Toggle-mode for flea tax” where the tooltip sometimes gets “stuck”—meaning the display doesn’t jump back when he releases Left-Alt. I haven’t been able to figure out what’s causing the problem yet. But he also told me that he doesn’t think it’s a big deal.
  • Some weapons have suffixes in their names, such as “Carbine.” These are not always colored by the color coding feature.

Problems that may occur

  • Price information for traders added by other mods may or may not work. E.g. Couturier v1.2.0 by turbodestroyer seems to work fine.
  • The “Toggle-mode for flea tax”-feature is implemented in such a way that other mods that modify the tooltip should still work, but still… if you encounter problems, please let me know in the comments.

Tested environment

  • SPT 3.11.4 (this mod should work with every SPT 3.11 release, but it’s not tested except for version 3.11.4)
  • EFT 16.1.3.35392

Support and feature requests

Please note that I maintain all my mods in my spare time. Therefore, I can only invest a limited amount of time, especially when it comes to support requests.

Features that may come in the future

  • ​More appearence options
  • What-ever comes to my mind or by feature-requests in the comments/SPT-discord

For nerds

Please note that all of the following information may be incomplete or misinterpreted on my part, especially my knowledge or interpretation of how SPT simulates the flea market.

How does the mod calculate the flea prices?

I made major changes on the flea price calculation in version 1.6.0. I will rewrite this section when I have time.

What is the difference between “Handbook” and “Traders”?​

The short answer is (when your SPT-server uses standard settings [v3.11.x]):

​Handbook uses $1 = ₽​​125 and €1 = ₽133 for currency conversions
Traders uses $1 = ₽​​139 and €1 = P153 for currency conversions

The long answer is… when you ask the SPT-server for currency courses then one will get the values from the “handbook.json” in the SPT-database. To be honest, I have no idea where they are used, but I’m sure there’s a good reason for them. That’s also why I set them as default settings. They are also used as a fallback, if, for some reason, the mod is unable to retrieve the USD or EUR prices from Peacekeeper and Skier when using the “Traders” setting in my mod.

When you use the “Traders” option then the mod tries retrieve the actual prices you have to pay at Peacekeeper and Skier for USD/EUR. As mentioned before, the “Handbook” prices are used as a fallback, if, for some reason, the mod is unable to retrieve the USD or EUR prices from Peacekeeper and Skier.

Motivation behind this mod

Me and my friends are playing SPT in coop with FIKA. Until now, we have always used a different mod from another modder to display the best prices for items. Unfortunately, I realized that this mod put a lot of strain on our very small VServer we use for the SPT-server. A lot of small requests were being sent to the SPT-server. This regularly led to quite severe lags. Our tiny little VServer was not able to keep up.

Since I had wanted to create mods for SPT for quite some time, I took this as an opportunity to write a new plugin for us with the premise to put as little pressure on the SPT-server as possible. Now that we have been using it for a while, I have decided to make it publicly available.

Shout-out to the SPT-Team and all other SPT modders out there. You’re amazing!

Version 1.6.1
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

0.0 MB

637 Downloads

Created Monday at 3:07 AM

Updated Monday at 3:21 AM

Virus Total Results

Changes in this release:

  • Fixed a bug that prevented flea market prices from being displayed for some items (e.g. 5.56x45mm HP ammunition).

This also fixes the problem of the quick-sell companion mod not being able to sell these items at the flea market.

Shout-out to SC.Li for helping to find this bug.

Version 1.6.0
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

0.0 MB

260 Downloads

Created Sep 27, 8:49 PM

Updated Sep 27, 11:22 PM

Virus Total Results

Changes in this release:

  • Major overhaul of the displayed flea market price.
  • Flea market price is the average price instead of lowest expected price now (can still be adjusted via the flea price multiplicand).

My friends and I use DrakiaXYZ’s ‘SPT-LiveFleaPriceDB’ with PVE prices. Especially for items that have high price fluctuations on the live PVE flea market, the calculation sometimes worked very suboptimally. We spent an entire evening experimenting with it, and I have now adjusted the calculation. For those who have been using the standard SPT flea market without the mod from DrakiaXYZ, there should be little change. However, for those who also use the mod, the flea market prices displayed should now be much closer to the actual flea market offers.

You can switch back to the previous calculation method by setting the “Average flea price method” to “Static”.

Those who adjusted the ‘Flea price multiplier’ in previous versions will need to make the adjustments again with this version. Please note that the ‘Minimum flea price range’ is no longer part of the calculation. Instead, the calculation for the flea market price is now:

Average flea market price of the item * Flea price multiplicand

The average flea market prices used by my mod are now automatically updated every 5 minutes (only in the main menu, not in the raid).

If you are using the Quick-Sell Companion mod, please update it to at least v1.0.0. It can be found here.

Version 1.5.3
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

0.0 MB

496 Downloads

Created Sep 24, 5:48 PM

Updated Sep 26, 6:07 PM

Virus Total Results

Changes in this release:

  • Various changes to make the “Quick-Sell” companion mod work.

The quick-sell companion mod is available here.

Version 1.5.2
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

594 Downloads

Created Sep 19, 5:03 PM

Updated Sep 19, 5:03 PM

Virus Total Results

Changes in this release:

  • Added an “Flea price multiplier”-option that allows direct influence on the displayed flea market price.

    You can now set a multiplier by which the displayed flea market price is multiplied.

    The following calculation is performed:

    Average flea market price of the item * Minimum flea price range * Flea price multiplier

    For example, if all settings are at default:

    Average flea market price of the item * 0.8 * 1.0

    So, if you want to see the average flea market price instead of the lowest price, you can now set the new multiplier to e.g. 1.25.

  • Reorganized the options for the mod a bit. No worries, all of your previous options should be kept.

  • I have set new default values for the color coding.

If you already had the mod installed, the previous color coding values will be kept. You can copy the new default values from here or simply press “Reset” for all values. The threshold values for color coding can be a science in themselves. I have tried to put a little bit of work into it and here are at least some initial recommendations that you can use as a starting point and further optimize for your use and feeling:

SPT Trader Default Settings - SPT Flea-Market Default Settings - No Live Flea Prices

This values are the new default values when you install the mod freshly

Color coding / Quality Threshold value Poor < 770 Common < 7600 Uncommon < 14900 Rare < 23800 Epic < 54000 Legendary >= 54000 SPT Trader Default Settings - SPT Flea-Market Default Settings - Traders only, no flea

Color coding / Quality Threshold value Poor < 670 Common < 2800 Uncommon < 7050 Rare < 13600 Epic < 34000 Legendary >= 34000 SPT Trader Default Settings - SPT Flea-Market Default Settings - Live Flea Prices (PVE)

Color coding / Quality Threshold value Poor < 800 Common < 10600 Uncommon < 21500 Rare < 38000 Epic < 93000 Legendary >= 93000 Virus-Total result for this release:

https://www.virustotal.com/gui/file/73947933596ed62177c83c70b33d271ba0abec462fdb54ce4f0c067d35de4fb4?nocache=1

Version 1.5.1
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

14 Downloads

Created Sep 15, 4:43 PM

Updated Sep 15, 4:43 PM

Virus Total Results

Beware! The file name of the DLL has changed. Please delete the old DLL from your plugins-folder: \YourSPTFolder\BepInEx\plugins\SwiftXP.ShowMeTheMoney.dll

Changes in this release:

  • Caliber penetration values for color coding are configurable now

Virus-Total Result:

https://www.virustotal.com/gui/file/ae677faedc4446da85743a3bca9c060018fe0c752372bec2ec4441cb26c702b4

Why did the filename of the DLL change? In the comments, someone mentioned that my mod was blocked by Windows Defender on their system. I can assure you that this was a false positive. I looked into what could cause such false positives and didn’t find anything particularly helpful. The only minor thing I could find is (now it gets a little technical): I renamed my Visual Studio Code project from SwiftXP.ShowMeTheMoney to SwiftXP.SPT.ShowMeTheMoney when implementing version 1.3.0. This also includes the assembly information, which is essentially the DLL identifier. So when I compiled the code from v1.3.0 onwards, it always came out as “SwiftXP.SPT.ShowMeTheMoney.dll,” which I then manually renamed to “SwiftXP.ShowMeTheMoney.dll” for the releases to make the update easier for you. Unfortunately, in rare cases, this seems to interfere with Windows Defender, because the file name does not match the assembly information. I hope that there will be no more false positives, but unfortunately I don’t know much about this.

Version 1.5.1
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

481 Downloads

Created Sep 15, 5:15 PM

Updated Sep 15, 5:15 PM

Virus Total Results

Changes in this release:

  • Caliber penetration values for color coding are configurable now

Virus-Total Result:

https://www.virustotal.com/gui/file/ef5438f54215d6813f3a90cf73e15170e4a94b96d43c9868c4141fdd07f3479c

acefinka

Love your mod, by any chance you could make it so it shows the total value of a gun + its attachments? That’d make it just so perfect Love the work, you got this

0 Likes
lilithesuccubus

Hi Hi ~ is/will there option to make even prices using different color (i prefer it more instead of colored names) like Loot Value have, but that mod start to be buggy and problematic, spammy for server side. Would be nicer to see actual prices in visible color instead of best seller only or names ^^ Thank you for respond!

1 Like
thegodofmyopia

Yo dude, you have a mistake in your 1.5.2 and 1.5.3 package.json:

“version”: “1.5.1”,

Replace please to actual version. Thanks!

0 Likes
Prometheus

So… if I’m reading this right, this doesn’t do runtime price checks, e.g. when raids are loaded or items are hovered over - and instead fetches prices in bulk when the client boots up? I strongly prefer that, since I run with the flea market neutered (almost nothing for purchase, and generally just sell to traders). So if it’s all cached and just a clean display layer, or just disabling flea prices entirely (I see there’s a checkbox for that), that’s best case for my group.

0 Likes
Feep

thats what i was looking for especially after loot value started messing up my game! great config too, thanks!

also just fyi, windows defender flagged your mod as a virus

0 Likes
STK

wow I never expected a shout out thank you.

But the real star is you mate truly.

This programming stuff is wizardry to me I tell you it’s all way above my head.

I shall test this later tonight as not on main pc.

Thank you

2 Likes
LevyK

Hello, nice mod

Would love to see an option to only display total values instead of per slot/total to declutter the tooltip.

0 Likes
STK

Hi
For some reason I can not get this mod to work. I run a dedicated server and have installed both files on that.

I have then installed the Bepinex files on my client. The CFG file got created as expected but I can not see any prices in the character screen when hovering over any item.

I do use a few other mods UI Fixes ETC.

I see this on the client log file a fair bit

[Error :SwiftXP.SPT.ShowMeTheMoney] An unexpected error occured. Message: Object reference not set to an instance of an object

Dedicated server shows the mod being loaded with no errors.
Should I load this mod at very top or bottom I have moved it above and below UIFixes but still the same issue.

Thank you

0 Likes
Okumura

Is there any way to add the quick-sell and color-coding options from lootvalue into this mod, or were those cut to save overhead? Being able to color-code the values of items was nice for my beginner group of friends (ROYGBIV, red=bad) and the quick-sell options felt intuitive and easier to use compared to some of the other quick-sell options (keybinds are funky, or it asks for sale)

Either way, I’m glad to have a performance-friendly alternative, even if it doesnt have the bells and whistles I deem necessary. Thanks for the hard work!

1 Like
ThatDesGuy

My favourite part of this mod is that when I hover over the damage report, it will tell me how much the AI spent to kill me in bullets

1 Like

Details