Are you hoarder? Don't be ashamed any further. Carry a labeled container with you that will sell its contents automatically on raid end or even leave it in the hideout (but it will still sell at raid end).
This mod will autosell using ragfair prices whatever you have in the containers that you have labeled in-game. You can specify which specific labels in the config for this mod.. you can even specify the currency you want. IT WILL NOT SELL THE CONTAINER ITSELF.
BACKUP YOUR USER PROFILE - just in case.. I have tested a lot but you never know ....
- YOU MUST EDIT THE CONFIG to include labels (tags) that you will use in-game for your containers.
- It will sell anything in the containers so don't bitch to me if it sells your keycard you wanted to keep.
- Provided option to toggle restriction filters on containers - fit in an AK or things that don't belong in there normally
- This will not work with backpacks or containers in which you cannot put a tag on in-game so like i said i recommend the docs case. It won't work with Boops tag everything mod because his tags are not saved into the user profile.
Installation and use
- Unzip the mod into your aki/user/mods directory.
- Edit the config.json file within the automated selling mod to fit your needs. (there are instructions inside the config json)
- In-game, edit the tag of a container to match the label you entered in the config.json.
- Run a raid, you can carry container or just leave it in your hideout to automatically sell.
- Fill the container with junk items you aren't going to keep.
- At the Raid End screen, it will sell all items within the labeled container at ragfair prices.
Companion Mod.
Use Nootropix Big Secure Cases - it is out of date 3.3.0 but still works on 3.4.1. you can change version in package.json if you annoyed at warning.
But it needs some changes below
1. Modify the mod.ts file, and change the itemsList and casesList in src to look like below. :
const itemsList = [
"544a11ac4bdc2d470e8b456a", "5857a8b324597729ab0a0e7d", "59db794186f77448bc595262",
"5857a8bc2459772bad15db29", "5c093ca986f7740a1867ab12", "5732ee6a24597719ae0c0281",
"590c60fc86f77412b13fddcf" //added docs case here];
const casesList = [
"alpha", "beta", "epsilon", "gamma", "kappa", "waistPouch", "docsCase"
];
this will add docs case to his list of secure containers (i know its not a secure container)
2. Add the entry into the config file for nooptrix:
"docsCase": {
"horizontal": 8,
"vertical": 8,
"removeFilters": true
}
add this below the waistPouch entry.. remember to add a comma at the end of waistPouch so it looks like this:
"waistPouch": {
"horizontal": 4,
"vertical": 4,
"removeFilters": true
},
"docsCase": {
"horizontal": 8,
"vertical": 8,
"removeFilters": true
}
This will let you configure the size of the docsCase in the config.
Shout out to Heavy-Amphibian-495 on reddit for the idea.
926 Downloads
Updated for SPT 3.9+
- Added compatibility for Inventory Organizer. It will search for case-insensitive substring of the label you defined in the automated selling config. Meaning you could have a label like "Sell Stuff; @o Barter Items; @sl". You will have to fiddle with it.
Install to your base spt folder and it will move to user/mods as needed
SPT 3.8.0 or 3.8.1
- Removed the container types restrictions. Instead you must put the specific item id you want to remove container restrictions from in the config file (config.jsonc). That way it is compatible with Inventory Organizing Features. My assumption is that you will either specifically label this item for a specific type (e.g. using @o label) or carry it on your person.
275 Downloads
SPT 3.8.*
1. Fixed issue with weapon attachments and bullets in magazine not being sold.
2. Cleaned up removal of items
131 Downloads
SPT 3.8.*
- Fix for Containers within Containers Issue ( Thanks SaltiestSaltySaltPie for the report)
also do not put multiple labeled items within each other or they will sell everything except the first (backpack level) item .
122 Downloads
SPT 3.8.0
Huge thanks to ItsBeltaine for the fixes. All of these were him.
- Selling items should be taking into account the stackable amount
- Update amount to traders should be in their currency
- Don't create a stack of 0 rubles if no items were sold
241 Downloads
SPT 3.8.0
- Fixed issue with currency already being converted to rubles and removed the duplicate currency exchange. Thanks to Azmereth for the report**.**
237 Downloads
SPT 3.8.0 Update
- Recoded to use helper libraries.
- Removed the ability to specify currency or the specific trader. It will automatically/randomly choose based on the traderKey and determine how much you get based on currency exchange.
- Simplified logic and took out the ghetto hack i was using to quickly save and load profile.
If you want to add your own custom traders, edit the traderKey and their id, make sure this mod loads after your traders in order.json file in mods folder
505 Downloads
Updated for SPT 3.7.4
- Changed config to using JsonC. Now you can comment whatever
- Removed trading to a specific trader. Now it will determine which traders will purchase the item, randomly pick from them, and then show you the results on raid end.
Yes it will still count towards leveling up with traders.
1.8K Downloads
- Added a pricemultiplier option so if you think its still too much money, you can knock it down.
- should have fixed the multiple issue with ammo as the price is already given for the lot (not each individual bullet).
- Updated for 3.5.1 price method.
Hot out the oven.. not even tested. if its broken either tell Valens or leave a shitty meme in the comments.
Please update if you use the price multiplier.. this now includes a fix so it can't give you decimals.
591 Downloads
- Fixed the issue with the traders being associated to the wrong container. I kept forgetting i only grabbed a list of containers actually available even if the label is listed.
- Updated the zip (redownload if you have a NAN error where a trader doesn't have a Price for an item and it returns undefined - fking up the price). Fixed another issue thanks to Valens.
Anyways thanks to Valens for bullying me to fix this and Expunge for originally discovering the issue.
387 Downloads
This is for version 3.5.0 of SPT.. (it might work on 3.4.0 still)
- Added support for traders assigned to selling containers in config. If you want to keep ragfair, use "" for the trader.
- The correct currency (native) to the trader is added to their salesSum - means you can LoyaltyLevel your traders.
- Added support for specifying items to ignore selling in the containers.. just put in the IgnoreFollowingItemTPLInContainers list with the item_id you would use on something like https://db.sp-tarkov.com/search. This will not work for keys as a group since they have multiple layers - you would have to specify the id of each key in this list... what i have in the config right now is currency. Keep that there or some wierd shit happens.
673 Downloads
Not quite yet...