
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.
SPT 3.9.8
1.2K 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
Unknown SPT Version
781 Downloads
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.
Unknown SPT Version
305 Downloads
SPT 3.8.*
1. Fixed issue with weapon attachments and bullets in magazine not being sold.
2. Cleaned up removal of items
Unknown SPT Version
178 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 .
Unknown SPT Version
161 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
Unknown SPT Version
288 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**.**
Not quite yet...