Please do not ask when mod authors will update their mods to 3.10 or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.
Basic Flea Options
The default config is vanilla settings! You will need to change them to your liking.
Icon made with all CC0 assets.
-
Version 1.0.1
- sch_kuromi
- 448 Downloads
Built for SPT 3.10
Added
General Flea Options- Option for items bought from flea being FIR
- Option for min and max offers generated per item
Barter Options
- Option for percentage chance of flea offers being barter trades
- Option for min/max number of items sold per barter trade
- Option for min rouble cost for an offer to become a barter
Pack Options
- Option for percentage chance of flea offers being packs
- Option for min/max number of items sold per pack offer
VirusTotal Link: https://www.virustotal.com/gui…eaa38bfbf2aef7a/detection
-
Version 1.0.0
- sch_kuromi
- 700 Downloads
Built for SPT 3.10.5
Features:
- Config option for enable/disable the flea market
- Config option for setting flea market minimum player level requirement
- Config option for only allowing FIR items to be sold on flea market
VirusTotal Link: https://www.virustotal.com/gui…11b8f3a746433c7/detection
DJMCBR
add some opitons to change the flea blacklist
sch_kuromi Author
Actually changing the blacklist would be mean modifying each individual item, but I can add an option to just turn off the entire blacklist.
Foxxee
Can there be an option to adjust barter chances on the flea too?
sch_kuromi Author
Like, percentage chance that an offer on Flea will be a barter instead of money?
Looks easy enough, I should be able to add that in.
sch_kuromi Author
The new version has this feature now.
Let me know if you encounter any issues with it.
Foxxee
Thank you!
FiveF
you can add yet:
ragfairConfig.dynamic.offerItemCount.min = 2; //default 7
ragfairConfig.dynamic.offerItemCount.max = 6; //default 30
ragfairConfig.dynamic.priceRanges.default.min * 1.2; //increases price by 1.2
ragfairConfig.dynamic.priceRanges.default.max * 1.2;
ragfairConfig.dynamic.priceRanges.preset.min * 1.2;
ragfairConfig.dynamic.priceRanges.preset.max * 1.2;
ragfairConfig.dynamic.priceRanges.pack.min * 1.2;
ragfairConfig.dynamic.priceRanges.pack.max * 1.2;
ragfairConfig.sell.time.min = 4; //in minutes
ragfairConfig.sell.time.max = 65; //theoretically does nothing
ragfairConfig.tieredFlea.enabled = true; //unlock items on flea by player lvl (configurable)
sch_kuromi Author
Someone else can add that into their own mod if they want to
This is "Basic" Flea Options for a reason