The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Manual Flea Price Updater

Manual Flea Price Updater 2.0.0

Created by Yakhmet

1.8K Downloads

SPT 3.7.6 Compatible

A mod that is based on Lua's Flea Market, but much more basic and manually-updatable instead of fully automatic.

This mod basically draws live prices from Tarkov.Dev's API. Besides of that, you can add manual prices as well, and the manual prices you add will override the live prices. You can create sets of manual price files and manage them easily to make them suit for your goals.

You guys can drop your ideas, I will add them by time. PLEASE READ README EITHER FROM GITHUB OR README.txt IN GAME FILES

Version 2.0.0

331 Downloads

Created Feb 17th, 2024 Updated 10 hours ago

The mod is back, I have no idea if someone already made a mod with the same functions, but here you go. The code is reworked and we are using jsons now. You can create packs of price sets and easily turn off them by taking them out from MyCustomPricePacks folder.

Thanks to Platinum's The Blacklist mod, it was a good reference for me to do the rework stuff. I recommend y'all to check that mod as well, it can fit better for your goals.

Version 1.0.4

157 Downloads

Created Jan 24th, 2023 Updated 10 hours ago

The non-working updater, the Exe file is fixed. It was not working due to no library with it. It belongs to a new folder now, which is Updater folder. You have to drop the Data.txt it creates to config to update the prices.

There is an Extras folder now. Which contains ten files of blank loadouts. You can fill them with your manual prices. Currently, it may have some bugs. But let me know if you get encountered with a bug. The files that is in extras are using the empty line format, not the "-" separation like DataAdditional.txt.

There is BasicDataFiles folder which contains two basic files for manual editing. They are in that folder to not override the user's old data files, if you don't have one from past just drop them to config so the game detects it.

There is an additional data file, which is RecommendedPrices.txt. It contains my own manual prices which I update according to the tarkov-market. You can give me yours if you want them to be added and they are based on online prices.

Version 1.0.3

148 Downloads

Created Jan 23rd, 2023 Updated Jan 7th, 4:01 PM

Some bugfixes about manual additional prices. AdditionalData.txt => DataAdditional.txt

IMPORTANT: With the change of the name of additional price file, it's format also changed. Just one "-" will be enough to make the algorithm detect item separation. But it seems like it also works with the old format. For the people who doesn't want to place "-" between items, they can just add NF (No Format) to name of the text file. DataAdditionalNF.txt it should be.

Reformatted console outputs. Added a couple more code explanations. Made the code a little more optimized.

Let me know in any case of quality-of-life suggestions, don't be shy if you think the idea of yours is stupid. Because they are usually not, and your ideas will make the mod better!

Version 1.0.2

119 Downloads

Created Jan 22nd, 2023 Updated 11 hours ago

Bugfix that solves the dollar-euro trade fee bug on flea and adds an additional data.txt file to let the users do their settings in safe.

1- New Txt file: AdditionalData.txt is for your configurations. You won't need to mess with the Data.txt file which contains 3k items, at least to update the items manually. You can place your custom prices in the format I made, which is:

p:ITEM PRICE

id:ITEM ID

-----------------

Be careful about the amount of -'s since if you add one less or one more it may go crazy and break the algorithm. Just copy paste, and it will be okay.

2- Euro-Dollar based trade fee bug: Since the database doesn't have the currencies as data(or something else), I receive their price as 0 rubbles. Which triggers the function that makes all the 0 priced items raise to 10k rubbles, and makes the dollars and euros to reach god-like prices. Fixed that by adding manual prices to AdditionalData.txt

Version 1.0.1

135 Downloads

Created Jan 21st, 2023 Updated Jan 7th, 9:27 AM

Small changes and some reformatting, classic hotfix after release

Version 1.0.0

73 Downloads

Created Jan 21st, 2023 Updated Jan 7th, 6:10 AM
Version 0.0.0

149 Downloads

Created Jan 26th, 2023 Updated 10 hours ago

The data reader part had an important bug that prevents your additional data to not be readed somehow, so I have done a small change and it seems it is working now.

Version 0.0.0

27 Downloads

Created Jan 28th, 2023 Updated Jan 28th, 2023

Just added an optional file for no 0 to 10k price change on updater.

Version 0.0.0

633 Downloads

Created Jan 28th, 2023 Updated Jan 28th, 2023

I had to change the Updater's code since it was not able to get tarkov.dev prices, it works fine now.

Not quite yet...