GnarAutoList is a mod for SPT that enhances the Flea Market experience in Escape from Tarkov by allowing players to automatically list items at average prices based on live flea market data. The mod adds an "Auto-List" option in the stash context menu for quick and easy selling.
- Does not take stack size into account: If you auto-list a stack of ammo, it will list the entire stack for the price of a single round.
- Button Visibility Outside Stash: The "Auto-List" button currently appears in some non-stash menus. Planned updates will ensure it only shows in the stash context.
- Context Menu Button Placement: The "Auto-List" button does not always appear at the bottom of the context menu. This will be addressed in future updates.
- Auto-List Items: Automatically lists items on the Flea Market at the current average price.
- Integrated with Flea Market Prices: Uses live data from the flea market to determine the listing price.
- Convenient Context Menu: Right-click on items in your stash and select "Auto-List" to easily sell them.
- Player Level Restriction: Players below level 15 are now restricted from using the Auto-List feature, ensuring early-game progression maintains a balance before accessing the Flea Market.
- Reputation-Based Flea Market Limit: Flea market listing limits are now dynamically set based on the player's Ragfair reputation level. Players can only list a certain number of items based on their reputation, with higher levels allowing more listings.
Place everything in BepInEx/plugins
inside the BepInEx/plugins
folder of your SPT install, same with user/mods/GnarAutoList
.
- SPT 3.10.x or later
- Live Flea Price data provided by DrakiaXYZ's SPT-LiveFleaPrices.
- Launch your SPT server and client.
- In-game, navigate to your stash.
- Right-click on an item you wish to list and select "Auto-List".
- The item will be listed on the Flea Market at the current average price.
- DrakiaXYZ: Special thanks for providing the live flea price data through SPT-LiveFleaPrices, which is essential for accurate pricing in GnarAutoList.
This project is open source and licensed under the MIT License.
Version 1.1.0 - Update Date: November 28, 2024
-
Player Level Restriction:
- Players below level 15 are now restricted from using the Auto-List feature, ensuring early-game progression maintains a balance before accessing the Flea Market.
-
Reputation-Based Flea Market Limit:
- Flea market listing limits are now dynamically set based on the player's Ragfair reputation level. Players can only list a certain number of items based on their reputation, with higher levels allowing more listings.
-
Stability and Performance Improvements:
- Removed the problematic coroutine for monitoring
RagfairInfo
initialization, which previously caused game launch to hang. This significantly improves stability. - Optimized profile ID retrieval to prevent unnecessary repeated calls, leading to better in-game performance.
- Removed the problematic coroutine for monitoring
-
Bug Fixes:
- Fixed an issue where item prices were not correctly fetched from cached price data.
- Corrected the item listing logic to ensure only items present in the player’s inventory are listed.
- Addressed the problem where the flea market offer count wasn't updating properly, allowing players to list more offers than intended.
-
Logging Enhancements:
- Improved logging to provide better insights when listing items, checking player reputation, or when encountering issues.
- Removed redundant and excessive logging to minimize console spam during gameplay.
- Context Menu Button Placement:
- The "Auto-List" button does not always appear at the bottom of the context menu. This will be addressed in future updates.
- Button Visibility Outside Stash:
- The "Auto-List" button currently appears in some non-stash menus. Planned updates will ensure it only shows in the stash context.