Mod Details

Basic Flea Options

Basic Flea Options 1.0.2

Created by  sch_kuromi

2.8K Downloads

SPT 3.11.4 Compatible

Mod that provides some basic options for adjusting Flea Market things.

Latest Version 1.0.2
SPT 3.11.4

Updated Mar 24, 11:55 AM

Version Notes
This download is externally hosted.
Always scan for viruses.

Basic Flea Options

The default config is vanilla settings! You will need to change them to your liking.

Features

General Flea Options

  • 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
  • Option for items bought from flea being FIR
  • Option for min and max offers generated per item

Barter Option

  • 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
Config Options

Comments are added for this page only, they are not in the actual config file.

{ “modEnabled”: true, // allows you to disable the mod without removing it entirely “modDebug”: false, // turns on debugging text, for testing/dev use only “configOptions”:{ “fleaEnabled”: true, // disables the Flea button “fleaMinimumLevel”: 15, // level requirement needed to access flea “fleaSellingFIROnly”: false, // only allows FIR items to be sold “fleaItemsBoughtIsFIR”: false, // items bought from Flea become FIR “fleaItemCountMin”: 7, // minimum number of offers per item “fleaItemCountMax”: 30, // maximum number of offers per item “fleaBarterPercent”: 20, // percent of offers that will become barter trades instead “fleaBarterCountMin”: 1, // minimum amount of items required for the barter trade “fleaBarterCountMax”: 3, // maximum amount of items required for the barter trade “fleaMinRoubleCostToBecomeBarter”: 20000, // minimum rouble cost for an item on offer to become a barter trade “fleaPackPercent”: 6, // percent of offers that will become packs of items instead “fleaPackCountMin”: 4, // minimum amount of items that will be sold in the pack “fleaPackCountMax”: 17 // maximum amount of items that will be sold in the pack } } {.endtabset}

Icon made with all CC0 assets.

Version 1.0.2
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

1.4K Downloads

Created Mar 24, 11:55 AM

Updated Mar 24, 11:55 AM

Virus Total Results
Version 1.0.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

626 Downloads

Created Feb 5, 11:47 PM

Updated Feb 5, 11:47 PM

Virus Total Results

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/url/6a36f18ceabae32a5f962fe73be8f7b9392c719fd7d86d882eaa38bfbf2aef7a/detection

Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

775 Downloads

Created Feb 2, 2:03 PM

Updated Feb 2, 2:03 PM

Virus Total Results

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/url/4c23ad2abce698cf511a206a3ac48d7b7dccd47134705e51811b8f3a746433c7/detection

higashi_35

I want to exclude ammunition and weapon parts from the barter trade items. Is this possible?

0 Likes
girgor

Why can’t I add an offer for most of my items in the flea market?

0 Likes
DJMCBR

add some opitons to change the flea blacklist

0 Likes

Actually changing the blacklist would be mean modifying each individual item, but I can add an option to just turn off the entire blacklist.

0 Likes
Foxxee

Can there be an option to adjust barter chances on the flea too?

0 Likes

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.

0 Likes

The new version has this feature now.

Let me know if you encounter any issues with it.

0 Likes

Thank you!

0 Likes
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)

0 Likes

Someone else can add that into their own mod if they want to

This is “Basic” Flea Options for a reason

0 Likes

Details